Shades of Egyptian Blue #162DB0
Tints of Egyptian Blue #162DB0
RGB
CMYK
RGB Variations
Color information
#162DB0 (or 0x162DB0) is known color: Egyptian Blue. HEX triplet: 16, 2D and B0. RGB value is (22,45,176). Sum of RGB (Red+Green+Blue) = 22+45+176=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 176 (69.14% from 255 or 72.43% from 243); Max value from RGB is 176 - color contains mainly: blue. Hex color #162DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162DB0 is #E9D24F. Grayscale: #343434. Windows color (decimal): -15323728 or 11545878. OLE color: 11545878.
HSL color Cylindrical-coordinate representation of color #162DB0: hue angle of 231.04º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #162DB0 is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 45 | 176 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.31 |
| HSL | 231.04º | 0.78% | 0.39% | - |
| HSV(B) | 231.04º | 0.88% | 0.69% | - |
| XYZ | 9.11 | 5.18 | 41.59 | - |
| YUV | 53.06 | 197.38 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 176 | 0.88 | 0.74 | 0 | 0.31 | 231.04 | 0.78 | 0.39 |
| Hex | 16 | 2D | B0 | 58 | 4A | 0 | 1F | E7 | 4E | 27 |
| Octal | 26 | 55 | 260 | 130 | 112 | 0 | 37 | 347 | 116 | 47 |
| Binary | 10110 | 101101 | 10110000 | 1011000 | 1001010 | 0 | 11111 | 11100111 | 1001110 | 100111 |
Color Harmonies of #162DB0
Complementary color
Monochromatic Colors of #162DB0
Black with #162DB0
Text Example
Text Example
White with #162DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162DB0; }
p { color: rgb(22,45,176); }
H1.HeaderClassName
{
color: #162DB0;
}
.AnyTagClassName
{
color: #162DB0;
}
</style>
background-color css
<style>
a { background-color: #162DB0; }
a { background-color: rgb(22,45,176); }
div.DivClassName
{
background-color: #162DB0;
}
.BgClassName
{
background-color: #162DB0;
}
</style>
border-color css
<style>
span { border-color: #162DB0; }
span { border-color: rgb(22,45,176); }
td.TdClassName
{
border-color: #162DB0;
}
.TagClassName
{
border-color: #162DB0;
}
</style>