Shades of Egyptian Blue #152C99
Tints of Egyptian Blue #152C99
RGB
CMYK
RGB Variations
Color information
#152C99 (or 0x152C99) is known color: Egyptian Blue. HEX triplet: 15, 2C and 99. RGB value is (21,44,153). Sum of RGB (Red+Green+Blue) = 21+44+153=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #152C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152C99 is #EAD366. Grayscale: #313131. Windows color (decimal): -15389543 or 10038293. OLE color: 10038293.
HSL color Cylindrical-coordinate representation of color #152C99: hue angle of 229.55º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #152C99 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 21 | 44 | 153 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.4 |
| HSL | 229.55º | 0.76% | 0.34% | - |
| HSV(B) | 229.55º | 0.86% | 0.6% | - |
| XYZ | 6.96 | 4.26 | 30.59 | - |
| YUV | 49.55 | 186.38 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 153 | 0.86 | 0.71 | 0 | 0.4 | 229.55 | 0.76 | 0.34 |
| Hex | 15 | 2C | 99 | 56 | 47 | 0 | 28 | E6 | 4C | 22 |
| Octal | 25 | 54 | 231 | 126 | 107 | 0 | 50 | 346 | 114 | 42 |
| Binary | 10101 | 101100 | 10011001 | 1010110 | 1000111 | 0 | 101000 | 11100110 | 1001100 | 100010 |
Color Harmonies of #152C99
Complementary color
Monochromatic Colors of #152C99
Black with #152C99
Text Example
Text Example
White with #152C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C99; }
p { color: rgb(21,44,153); }
H1.HeaderClassName
{
color: #152C99;
}
.AnyTagClassName
{
color: #152C99;
}
</style>
background-color css
<style>
a { background-color: #152C99; }
a { background-color: rgb(21,44,153); }
div.DivClassName
{
background-color: #152C99;
}
.BgClassName
{
background-color: #152C99;
}
</style>
border-color css
<style>
span { border-color: #152C99; }
span { border-color: rgb(21,44,153); }
td.TdClassName
{
border-color: #152C99;
}
.TagClassName
{
border-color: #152C99;
}
</style>