Shades of Egyptian Blue #162BA8
Tints of Egyptian Blue #162BA8
RGB
CMYK
RGB Variations
Color information
#162BA8 (or 0x162BA8) is known color: Egyptian Blue. HEX triplet: 16, 2B and A8. RGB value is (22,43,168). Sum of RGB (Red+Green+Blue) = 22+43+168=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 168 (66.02% from 255 or 72.10% from 233); Max value from RGB is 168 - color contains mainly: blue. Hex color #162BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162BA8 is #E9D457. Grayscale: #323232. Windows color (decimal): -15324248 or 11021078. OLE color: 11021078.
HSL color Cylindrical-coordinate representation of color #162BA8: hue angle of 231.37º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #162BA8 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 22 | 43 | 168 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.34 |
| HSL | 231.37º | 0.77% | 0.37% | - |
| HSV(B) | 231.37º | 0.87% | 0.66% | - |
| XYZ | 8.26 | 4.73 | 37.52 | - |
| YUV | 50.97 | 194.04 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 43 | 168 | 0.87 | 0.74 | 0 | 0.34 | 231.37 | 0.77 | 0.37 |
| Hex | 16 | 2B | A8 | 57 | 4A | 0 | 22 | E7 | 4D | 25 |
| Octal | 26 | 53 | 250 | 127 | 112 | 0 | 42 | 347 | 115 | 45 |
| Binary | 10110 | 101011 | 10101000 | 1010111 | 1001010 | 0 | 100010 | 11100111 | 1001101 | 100101 |
Color Harmonies of #162BA8
Complementary color
Monochromatic Colors of #162BA8
Black with #162BA8
Text Example
Text Example
White with #162BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162BA8; }
p { color: rgb(22,43,168); }
H1.HeaderClassName
{
color: #162BA8;
}
.AnyTagClassName
{
color: #162BA8;
}
</style>
background-color css
<style>
a { background-color: #162BA8; }
a { background-color: rgb(22,43,168); }
div.DivClassName
{
background-color: #162BA8;
}
.BgClassName
{
background-color: #162BA8;
}
</style>
border-color css
<style>
span { border-color: #162BA8; }
span { border-color: rgb(22,43,168); }
td.TdClassName
{
border-color: #162BA8;
}
.TagClassName
{
border-color: #162BA8;
}
</style>