Shades of Egyptian Blue #162DAE
Tints of Egyptian Blue #162DAE
RGB
CMYK
RGB Variations
Color information
#162DAE (or 0x162DAE) is known color: Egyptian Blue. HEX triplet: 16, 2D and AE. RGB value is (22,45,174). Sum of RGB (Red+Green+Blue) = 22+45+174=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #162DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162DAE is #E9D251. Grayscale: #343434. Windows color (decimal): -15323730 or 11414806. OLE color: 11414806.
HSL color Cylindrical-coordinate representation of color #162DAE: hue angle of 230.92º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #162DAE is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 45 | 174 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.32 |
| HSL | 230.92º | 0.78% | 0.38% | - |
| HSV(B) | 230.92º | 0.87% | 0.68% | - |
| XYZ | 8.91 | 5.1 | 40.56 | - |
| YUV | 52.83 | 196.38 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 174 | 0.87 | 0.74 | 0 | 0.32 | 230.92 | 0.78 | 0.38 |
| Hex | 16 | 2D | AE | 57 | 4A | 0 | 20 | E7 | 4E | 26 |
| Octal | 26 | 55 | 256 | 127 | 112 | 0 | 40 | 347 | 116 | 46 |
| Binary | 10110 | 101101 | 10101110 | 1010111 | 1001010 | 0 | 100000 | 11100111 | 1001110 | 100110 |
Color Harmonies of #162DAE
Complementary color
Monochromatic Colors of #162DAE
Black with #162DAE
Text Example
Text Example
White with #162DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162DAE; }
p { color: rgb(22,45,174); }
H1.HeaderClassName
{
color: #162DAE;
}
.AnyTagClassName
{
color: #162DAE;
}
</style>
background-color css
<style>
a { background-color: #162DAE; }
a { background-color: rgb(22,45,174); }
div.DivClassName
{
background-color: #162DAE;
}
.BgClassName
{
background-color: #162DAE;
}
</style>
border-color css
<style>
span { border-color: #162DAE; }
span { border-color: rgb(22,45,174); }
td.TdClassName
{
border-color: #162DAE;
}
.TagClassName
{
border-color: #162DAE;
}
</style>