Shades of Egyptian Blue #162DAC
Tints of Egyptian Blue #162DAC
RGB
CMYK
RGB Variations
Color information
#162DAC (or 0x162DAC) is known color: Egyptian Blue. HEX triplet: 16, 2D and AC. RGB value is (22,45,172). Sum of RGB (Red+Green+Blue) = 22+45+172=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #162DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162DAC is #E9D253. Grayscale: #343434. Windows color (decimal): -15323732 or 11283734. OLE color: 11283734.
HSL color Cylindrical-coordinate representation of color #162DAC: hue angle of 230.8º 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 #162DAC is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 45 | 172 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.33 |
| HSL | 230.8º | 0.77% | 0.38% | - |
| HSV(B) | 230.8º | 0.87% | 0.67% | - |
| XYZ | 8.72 | 5.03 | 39.54 | - |
| YUV | 52.6 | 195.38 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 172 | 0.87 | 0.74 | 0 | 0.33 | 230.8 | 0.77 | 0.38 |
| Hex | 16 | 2D | AC | 57 | 4A | 0 | 21 | E7 | 4D | 26 |
| Octal | 26 | 55 | 254 | 127 | 112 | 0 | 41 | 347 | 115 | 46 |
| Binary | 10110 | 101101 | 10101100 | 1010111 | 1001010 | 0 | 100001 | 11100111 | 1001101 | 100110 |
Color Harmonies of #162DAC
Complementary color
Monochromatic Colors of #162DAC
Black with #162DAC
Text Example
Text Example
White with #162DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162DAC; }
p { color: rgb(22,45,172); }
H1.HeaderClassName
{
color: #162DAC;
}
.AnyTagClassName
{
color: #162DAC;
}
</style>
background-color css
<style>
a { background-color: #162DAC; }
a { background-color: rgb(22,45,172); }
div.DivClassName
{
background-color: #162DAC;
}
.BgClassName
{
background-color: #162DAC;
}
</style>
border-color css
<style>
span { border-color: #162DAC; }
span { border-color: rgb(22,45,172); }
td.TdClassName
{
border-color: #162DAC;
}
.TagClassName
{
border-color: #162DAC;
}
</style>