Shades of Egyptian Blue #162199
Tints of Egyptian Blue #162199
RGB
CMYK
RGB Variations
Color information
#162199 (or 0x162199) is known color: Egyptian Blue. HEX triplet: 16, 21 and 99. RGB value is (22,33,153). Sum of RGB (Red+Green+Blue) = 22+33+153=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #162199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162199 is #E9DE66. Grayscale: #2A2A2A. Windows color (decimal): -15326823 or 10035478. OLE color: 10035478.
HSL color Cylindrical-coordinate representation of color #162199: hue angle of 234.96º 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 #162199 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 33 | 153 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.4 |
| HSL | 234.96º | 0.75% | 0.34% | - |
| HSV(B) | 234.96º | 0.86% | 0.6% | - |
| XYZ | 6.62 | 3.56 | 30.47 | - |
| YUV | 43.39 | 189.86 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 153 | 0.86 | 0.78 | 0 | 0.4 | 234.96 | 0.75 | 0.34 |
| Hex | 16 | 21 | 99 | 56 | 4E | 0 | 28 | EB | 4B | 22 |
| Octal | 26 | 41 | 231 | 126 | 116 | 0 | 50 | 353 | 113 | 42 |
| Binary | 10110 | 100001 | 10011001 | 1010110 | 1001110 | 0 | 101000 | 11101011 | 1001011 | 100010 |
Color Harmonies of #162199
Complementary color
Monochromatic Colors of #162199
Black with #162199
Text Example
Text Example
White with #162199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162199; }
p { color: rgb(22,33,153); }
H1.HeaderClassName
{
color: #162199;
}
.AnyTagClassName
{
color: #162199;
}
</style>
background-color css
<style>
a { background-color: #162199; }
a { background-color: rgb(22,33,153); }
div.DivClassName
{
background-color: #162199;
}
.BgClassName
{
background-color: #162199;
}
</style>
border-color css
<style>
span { border-color: #162199; }
span { border-color: rgb(22,33,153); }
td.TdClassName
{
border-color: #162199;
}
.TagClassName
{
border-color: #162199;
}
</style>