Shades of Egyptian Blue #162499
Tints of Egyptian Blue #162499
RGB
CMYK
RGB Variations
Color information
#162499 (or 0x162499) is known color: Egyptian Blue. HEX triplet: 16, 24 and 99. RGB value is (22,36,153). Sum of RGB (Red+Green+Blue) = 22+36+153=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #162499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162499 is #E9DB66. Grayscale: #2C2C2C. Windows color (decimal): -15326055 or 10036246. OLE color: 10036246.
HSL color Cylindrical-coordinate representation of color #162499: hue angle of 233.59º 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 #162499 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 36 | 153 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.4 |
| HSL | 233.59º | 0.75% | 0.34% | - |
| HSV(B) | 233.59º | 0.86% | 0.6% | - |
| XYZ | 6.71 | 3.73 | 30.5 | - |
| YUV | 45.15 | 188.86 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 153 | 0.86 | 0.76 | 0 | 0.4 | 233.59 | 0.75 | 0.34 |
| Hex | 16 | 24 | 99 | 56 | 4C | 0 | 28 | EA | 4B | 22 |
| Octal | 26 | 44 | 231 | 126 | 114 | 0 | 50 | 352 | 113 | 42 |
| Binary | 10110 | 100100 | 10011001 | 1010110 | 1001100 | 0 | 101000 | 11101010 | 1001011 | 100010 |
Color Harmonies of #162499
Complementary color
Monochromatic Colors of #162499
Black with #162499
Text Example
Text Example
White with #162499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162499; }
p { color: rgb(22,36,153); }
H1.HeaderClassName
{
color: #162499;
}
.AnyTagClassName
{
color: #162499;
}
</style>
background-color css
<style>
a { background-color: #162499; }
a { background-color: rgb(22,36,153); }
div.DivClassName
{
background-color: #162499;
}
.BgClassName
{
background-color: #162499;
}
</style>
border-color css
<style>
span { border-color: #162499; }
span { border-color: rgb(22,36,153); }
td.TdClassName
{
border-color: #162499;
}
.TagClassName
{
border-color: #162499;
}
</style>