Shades of Egyptian Blue #162EAA
Tints of Egyptian Blue #162EAA
RGB
CMYK
RGB Variations
Color information
#162EAA (or 0x162EAA) is known color: Egyptian Blue. HEX triplet: 16, 2E and AA. RGB value is (22,46,170). Sum of RGB (Red+Green+Blue) = 22+46+170=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #162EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162EAA is #E9D155. Grayscale: #343434. Windows color (decimal): -15323478 or 11152918. OLE color: 11152918.
HSL color Cylindrical-coordinate representation of color #162EAA: hue angle of 230.27º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #162EAA is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 46 | 170 | - |
| CMYK | 0.87 | 0.73 | 0 | 0.33 |
| HSL | 230.27º | 0.77% | 0.38% | - |
| HSV(B) | 230.27º | 0.87% | 0.67% | - |
| XYZ | 8.56 | 5.03 | 38.55 | - |
| YUV | 52.96 | 194.05 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 170 | 0.87 | 0.73 | 0 | 0.33 | 230.27 | 0.77 | 0.38 |
| Hex | 16 | 2E | AA | 57 | 49 | 0 | 21 | E6 | 4D | 26 |
| Octal | 26 | 56 | 252 | 127 | 111 | 0 | 41 | 346 | 115 | 46 |
| Binary | 10110 | 101110 | 10101010 | 1010111 | 1001001 | 0 | 100001 | 11100110 | 1001101 | 100110 |
Color Harmonies of #162EAA
Complementary color
Monochromatic Colors of #162EAA
Black with #162EAA
Text Example
Text Example
White with #162EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162EAA; }
p { color: rgb(22,46,170); }
H1.HeaderClassName
{
color: #162EAA;
}
.AnyTagClassName
{
color: #162EAA;
}
</style>
background-color css
<style>
a { background-color: #162EAA; }
a { background-color: rgb(22,46,170); }
div.DivClassName
{
background-color: #162EAA;
}
.BgClassName
{
background-color: #162EAA;
}
</style>
border-color css
<style>
span { border-color: #162EAA; }
span { border-color: rgb(22,46,170); }
td.TdClassName
{
border-color: #162EAA;
}
.TagClassName
{
border-color: #162EAA;
}
</style>