Shades of Egyptian Blue #162DA0
Tints of Egyptian Blue #162DA0
RGB
CMYK
RGB Variations
Color information
#162DA0 (or 0x162DA0) is known color: Egyptian Blue. HEX triplet: 16, 2D and A0. RGB value is (22,45,160). Sum of RGB (Red+Green+Blue) = 22+45+160=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 160 (62.89% from 255 or 70.48% from 227); Max value from RGB is 160 - color contains mainly: blue. Hex color #162DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162DA0 is #E9D25F. Grayscale: #323232. Windows color (decimal): -15323744 or 10497302. OLE color: 10497302.
HSL color Cylindrical-coordinate representation of color #162DA0: hue angle of 230º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #162DA0 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 45 | 160 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.37 |
| HSL | 230º | 0.76% | 0.36% | - |
| HSV(B) | 230º | 0.86% | 0.63% | - |
| XYZ | 7.61 | 4.59 | 33.74 | - |
| YUV | 51.23 | 189.38 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 160 | 0.86 | 0.72 | 0 | 0.37 | 230 | 0.76 | 0.36 |
| Hex | 16 | 2D | A0 | 56 | 48 | 0 | 25 | E6 | 4C | 24 |
| Octal | 26 | 55 | 240 | 126 | 110 | 0 | 45 | 346 | 114 | 44 |
| Binary | 10110 | 101101 | 10100000 | 1010110 | 1001000 | 0 | 100101 | 11100110 | 1001100 | 100100 |
Color Harmonies of #162DA0
Complementary color
Monochromatic Colors of #162DA0
Black with #162DA0
Text Example
Text Example
White with #162DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162DA0; }
p { color: rgb(22,45,160); }
H1.HeaderClassName
{
color: #162DA0;
}
.AnyTagClassName
{
color: #162DA0;
}
</style>
background-color css
<style>
a { background-color: #162DA0; }
a { background-color: rgb(22,45,160); }
div.DivClassName
{
background-color: #162DA0;
}
.BgClassName
{
background-color: #162DA0;
}
</style>
border-color css
<style>
span { border-color: #162DA0; }
span { border-color: rgb(22,45,160); }
td.TdClassName
{
border-color: #162DA0;
}
.TagClassName
{
border-color: #162DA0;
}
</style>