Random Color Generator

#073496 Color

Color Codes
Hex Code #073496
RGB Code rgb(07, 52, 150)
HSL Code hsl(221, 91%, 31%)

#073496 Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(07, 52, 150);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(221, 91%, 31%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #073496

RGB Code Hex Code Preview
rgb(07, 52, 150, 10%) #0734961a  
rgb(07, 52, 150, 20%) #07349633  
rgb(07, 52, 150, 40%) #0734964C  
rgb(07, 52, 150, 60%) #07349699  
rgb(07, 52, 150, 80%) #073496CC  
rgb(07, 52, 150, 100%) #073496FF  

Saturated and desaturated colors of #073496

HSL Code Preview
hsl(221, 10%, 31%)  
hsl(221, 20%, 31%)  
hsl(221, 40%, 31%)  
hsl(221, 60%, 31%)  
hsl(221, 80%, 31%)  
hsl(221, 100%, 31%)  

#073496 Color Usage In CSS

 body {
    color: #073496;
    }
 p {
    color: rgb(07, 52, 150);
    }
 header {
    border-bottom:1px solid #073496;
    }
Recent Random Colors