Shades of Egyptian Blue #152D91
Tints of Egyptian Blue #152D91
RGB
CMYK
RGB Variations
Color information
#152D91 (or 0x152D91) is known color: Egyptian Blue. HEX triplet: 15, 2D and 91. RGB value is (21,45,145). Sum of RGB (Red+Green+Blue) = 21+45+145=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #152D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152D91 is #EAD26E. Grayscale: #303030. Windows color (decimal): -15389295 or 9514261. OLE color: 9514261.
HSL color Cylindrical-coordinate representation of color #152D91: hue angle of 228.39º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152D91 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 45 | 145 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.43 |
| HSL | 228.39º | 0.75% | 0.33% | - |
| HSV(B) | 228.39º | 0.86% | 0.57% | - |
| XYZ | 6.36 | 4.08 | 27.24 | - |
| YUV | 49.22 | 182.05 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 145 | 0.86 | 0.69 | 0 | 0.43 | 228.39 | 0.75 | 0.33 |
| Hex | 15 | 2D | 91 | 56 | 45 | 0 | 2B | E4 | 4B | 21 |
| Octal | 25 | 55 | 221 | 126 | 105 | 0 | 53 | 344 | 113 | 41 |
| Binary | 10101 | 101101 | 10010001 | 1010110 | 1000101 | 0 | 101011 | 11100100 | 1001011 | 100001 |
Color Harmonies of #152D91
Complementary color
Monochromatic Colors of #152D91
Black with #152D91
Text Example
Text Example
White with #152D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D91; }
p { color: rgb(21,45,145); }
H1.HeaderClassName
{
color: #152D91;
}
.AnyTagClassName
{
color: #152D91;
}
</style>
background-color css
<style>
a { background-color: #152D91; }
a { background-color: rgb(21,45,145); }
div.DivClassName
{
background-color: #152D91;
}
.BgClassName
{
background-color: #152D91;
}
</style>
border-color css
<style>
span { border-color: #152D91; }
span { border-color: rgb(21,45,145); }
td.TdClassName
{
border-color: #152D91;
}
.TagClassName
{
border-color: #152D91;
}
</style>