Shades of Egyptian Blue #162599
Tints of Egyptian Blue #162599
RGB
CMYK
RGB Variations
Color information
#162599 (or 0x162599) is known color: Egyptian Blue. HEX triplet: 16, 25 and 99. RGB value is (22,37,153). Sum of RGB (Red+Green+Blue) = 22+37+153=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 153 (60.16% from 255 or 72.17% from 212); Max value from RGB is 153 - color contains mainly: blue. Hex color #162599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162599 is #E9DA66. Grayscale: #2D2D2D. Windows color (decimal): -15325799 or 10036502. OLE color: 10036502.
HSL color Cylindrical-coordinate representation of color #162599: hue angle of 233.13º degrees, saturation: 0.75, 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 #162599 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 37 | 153 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.4 |
| HSL | 233.13º | 0.75% | 0.34% | - |
| HSV(B) | 233.13º | 0.86% | 0.6% | - |
| XYZ | 6.74 | 3.79 | 30.51 | - |
| YUV | 45.74 | 188.53 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 37 | 153 | 0.86 | 0.76 | 0 | 0.4 | 233.13 | 0.75 | 0.34 |
| Hex | 16 | 25 | 99 | 56 | 4C | 0 | 28 | E9 | 4B | 22 |
| Octal | 26 | 45 | 231 | 126 | 114 | 0 | 50 | 351 | 113 | 42 |
| Binary | 10110 | 100101 | 10011001 | 1010110 | 1001100 | 0 | 101000 | 11101001 | 1001011 | 100010 |
Color Harmonies of #162599
Complementary color
Monochromatic Colors of #162599
Black with #162599
Text Example
Text Example
White with #162599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162599; }
p { color: rgb(22,37,153); }
H1.HeaderClassName
{
color: #162599;
}
.AnyTagClassName
{
color: #162599;
}
</style>
background-color css
<style>
a { background-color: #162599; }
a { background-color: rgb(22,37,153); }
div.DivClassName
{
background-color: #162599;
}
.BgClassName
{
background-color: #162599;
}
</style>
border-color css
<style>
span { border-color: #162599; }
span { border-color: rgb(22,37,153); }
td.TdClassName
{
border-color: #162599;
}
.TagClassName
{
border-color: #162599;
}
</style>