Random Color Generator

#15268a Color

Color Codes
Hex Code #15268a
RGB Code rgb(21, 38, 138)
HSL Code hsl(231, 74%, 31%)

#15268a Color Syntax

rgb()

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

 main {
    background-color: rgb(21, 38, 138);
   }

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(231, 74%, 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 #15268a

RGB Code Hex Code Preview
rgb(21, 38, 138, 10%) #15268a1a  
rgb(21, 38, 138, 20%) #15268a33  
rgb(21, 38, 138, 40%) #15268a4C  
rgb(21, 38, 138, 60%) #15268a99  
rgb(21, 38, 138, 80%) #15268aCC  
rgb(21, 38, 138, 100%) #15268aFF  

Saturated and desaturated colors of #15268a

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

#15268a Color Usage In CSS

 body {
    color: #15268a;
    }
 p {
    color: rgb(21, 38, 138);
    }
 header {
    border-bottom:1px solid #15268a;
    }
Recent Random Colors