Shades of Egyptian Blue #162EAC
Tints of Egyptian Blue #162EAC
RGB
CMYK
RGB Variations
Color information
#162EAC (or 0x162EAC) is known color: Egyptian Blue. HEX triplet: 16, 2E and AC. RGB value is (22,46,172). Sum of RGB (Red+Green+Blue) = 22+46+172=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #162EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162EAC is #E9D153. Grayscale: #343434. Windows color (decimal): -15323476 or 11283990. OLE color: 11283990.
HSL color Cylindrical-coordinate representation of color #162EAC: hue angle of 230.4º 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 #162EAC is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 46 | 172 | - |
| CMYK | 0.87 | 0.73 | 0 | 0.33 |
| HSL | 230.4º | 0.77% | 0.38% | - |
| HSV(B) | 230.4º | 0.87% | 0.67% | - |
| XYZ | 8.75 | 5.1 | 39.55 | - |
| YUV | 53.19 | 195.05 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 172 | 0.87 | 0.73 | 0 | 0.33 | 230.4 | 0.77 | 0.38 |
| Hex | 16 | 2E | AC | 57 | 49 | 0 | 21 | E6 | 4D | 26 |
| Octal | 26 | 56 | 254 | 127 | 111 | 0 | 41 | 346 | 115 | 46 |
| Binary | 10110 | 101110 | 10101100 | 1010111 | 1001001 | 0 | 100001 | 11100110 | 1001101 | 100110 |
Color Harmonies of #162EAC
Complementary color
Monochromatic Colors of #162EAC
Black with #162EAC
Text Example
Text Example
White with #162EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162EAC; }
p { color: rgb(22,46,172); }
H1.HeaderClassName
{
color: #162EAC;
}
.AnyTagClassName
{
color: #162EAC;
}
</style>
background-color css
<style>
a { background-color: #162EAC; }
a { background-color: rgb(22,46,172); }
div.DivClassName
{
background-color: #162EAC;
}
.BgClassName
{
background-color: #162EAC;
}
</style>
border-color css
<style>
span { border-color: #162EAC; }
span { border-color: rgb(22,46,172); }
td.TdClassName
{
border-color: #162EAC;
}
.TagClassName
{
border-color: #162EAC;
}
</style>