Shades of Egyptian Blue #162AAF
Tints of Egyptian Blue #162AAF
RGB
CMYK
RGB Variations
Color information
#162AAF (or 0x162AAF) is known color: Egyptian Blue. HEX triplet: 16, 2A and AF. RGB value is (22,42,175). Sum of RGB (Red+Green+Blue) = 22+42+175=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #162AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162AAF is #E9D550. Grayscale: #323232. Windows color (decimal): -15324497 or 11479574. OLE color: 11479574.
HSL color Cylindrical-coordinate representation of color #162AAF: hue angle of 232.16º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #162AAF is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 42 | 175 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.31 |
| HSL | 232.16º | 0.78% | 0.39% | - |
| HSV(B) | 232.16º | 0.87% | 0.69% | - |
| XYZ | 8.9 | 4.92 | 41.04 | - |
| YUV | 51.18 | 197.87 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 42 | 175 | 0.87 | 0.76 | 0 | 0.31 | 232.16 | 0.78 | 0.39 |
| Hex | 16 | 2A | AF | 57 | 4C | 0 | 1F | E8 | 4E | 27 |
| Octal | 26 | 52 | 257 | 127 | 114 | 0 | 37 | 350 | 116 | 47 |
| Binary | 10110 | 101010 | 10101111 | 1010111 | 1001100 | 0 | 11111 | 11101000 | 1001110 | 100111 |
Color Harmonies of #162AAF
Complementary color
Monochromatic Colors of #162AAF
Black with #162AAF
Text Example
Text Example
White with #162AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162AAF; }
p { color: rgb(22,42,175); }
H1.HeaderClassName
{
color: #162AAF;
}
.AnyTagClassName
{
color: #162AAF;
}
</style>
background-color css
<style>
a { background-color: #162AAF; }
a { background-color: rgb(22,42,175); }
div.DivClassName
{
background-color: #162AAF;
}
.BgClassName
{
background-color: #162AAF;
}
</style>
border-color css
<style>
span { border-color: #162AAF; }
span { border-color: rgb(22,42,175); }
td.TdClassName
{
border-color: #162AAF;
}
.TagClassName
{
border-color: #162AAF;
}
</style>