Shades of Egyptian Blue #152FA8
Tints of Egyptian Blue #152FA8
RGB
CMYK
RGB Variations
Color information
#152FA8 (or 0x152FA8) is known color: Egyptian Blue. HEX triplet: 15, 2F and A8. RGB value is (21,47,168). Sum of RGB (Red+Green+Blue) = 21+47+168=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 168 (66.02% from 255 or 71.19% from 236); Max value from RGB is 168 - color contains mainly: blue. Hex color #152FA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152FA8 is #EAD057. Grayscale: #343434. Windows color (decimal): -15388760 or 11022101. OLE color: 11022101.
HSL color Cylindrical-coordinate representation of color #152FA8: hue angle of 229.39º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #152FA8 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 47 | 168 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.34 |
| HSL | 229.39º | 0.78% | 0.37% | - |
| HSV(B) | 229.39º | 0.88% | 0.66% | - |
| XYZ | 8.39 | 5.02 | 37.57 | - |
| YUV | 53.02 | 192.89 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 168 | 0.88 | 0.72 | 0 | 0.34 | 229.39 | 0.78 | 0.37 |
| Hex | 15 | 2F | A8 | 58 | 48 | 0 | 22 | E5 | 4E | 25 |
| Octal | 25 | 57 | 250 | 130 | 110 | 0 | 42 | 345 | 116 | 45 |
| Binary | 10101 | 101111 | 10101000 | 1011000 | 1001000 | 0 | 100010 | 11100101 | 1001110 | 100101 |
Color Harmonies of #152FA8
Complementary color
Monochromatic Colors of #152FA8
Black with #152FA8
Text Example
Text Example
White with #152FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152FA8; }
p { color: rgb(21,47,168); }
H1.HeaderClassName
{
color: #152FA8;
}
.AnyTagClassName
{
color: #152FA8;
}
</style>
background-color css
<style>
a { background-color: #152FA8; }
a { background-color: rgb(21,47,168); }
div.DivClassName
{
background-color: #152FA8;
}
.BgClassName
{
background-color: #152FA8;
}
</style>
border-color css
<style>
span { border-color: #152FA8; }
span { border-color: rgb(21,47,168); }
td.TdClassName
{
border-color: #152FA8;
}
.TagClassName
{
border-color: #152FA8;
}
</style>