Shades of Egyptian Blue #162AAE
Tints of Egyptian Blue #162AAE
RGB
CMYK
RGB Variations
Color information
#162AAE (or 0x162AAE) is known color: Egyptian Blue. HEX triplet: 16, 2A and AE. RGB value is (22,42,174). Sum of RGB (Red+Green+Blue) = 22+42+174=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #162AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162AAE is #E9D551. Grayscale: #323232. Windows color (decimal): -15324498 or 11414038. OLE color: 11414038.
HSL color Cylindrical-coordinate representation of color #162AAE: hue angle of 232.11º 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 #162AAE is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 42 | 174 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.32 |
| HSL | 232.11º | 0.78% | 0.38% | - |
| HSV(B) | 232.11º | 0.87% | 0.68% | - |
| XYZ | 8.8 | 4.88 | 40.52 | - |
| YUV | 51.07 | 197.37 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 42 | 174 | 0.87 | 0.76 | 0 | 0.32 | 232.11 | 0.78 | 0.38 |
| Hex | 16 | 2A | AE | 57 | 4C | 0 | 20 | E8 | 4E | 26 |
| Octal | 26 | 52 | 256 | 127 | 114 | 0 | 40 | 350 | 116 | 46 |
| Binary | 10110 | 101010 | 10101110 | 1010111 | 1001100 | 0 | 100000 | 11101000 | 1001110 | 100110 |
Color Harmonies of #162AAE
Complementary color
Monochromatic Colors of #162AAE
Black with #162AAE
Text Example
Text Example
White with #162AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162AAE; }
p { color: rgb(22,42,174); }
H1.HeaderClassName
{
color: #162AAE;
}
.AnyTagClassName
{
color: #162AAE;
}
</style>
background-color css
<style>
a { background-color: #162AAE; }
a { background-color: rgb(22,42,174); }
div.DivClassName
{
background-color: #162AAE;
}
.BgClassName
{
background-color: #162AAE;
}
</style>
border-color css
<style>
span { border-color: #162AAE; }
span { border-color: rgb(22,42,174); }
td.TdClassName
{
border-color: #162AAE;
}
.TagClassName
{
border-color: #162AAE;
}
</style>