Shades of Egyptian Blue #162E95
Tints of Egyptian Blue #162E95
RGB
CMYK
RGB Variations
Color information
#162E95 (or 0x162E95) is known color: Egyptian Blue. HEX triplet: 16, 2E and 95. RGB value is (22,46,149). Sum of RGB (Red+Green+Blue) = 22+46+149=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #162E95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162E95 is #E9D16A. Grayscale: #323232. Windows color (decimal): -15323499 or 9776662. OLE color: 9776662.
HSL color Cylindrical-coordinate representation of color #162E95: hue angle of 228.66º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #162E95 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 46 | 149 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.42 |
| HSL | 228.66º | 0.74% | 0.34% | - |
| HSV(B) | 228.66º | 0.85% | 0.58% | - |
| XYZ | 6.73 | 4.29 | 28.91 | - |
| YUV | 50.57 | 183.55 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 149 | 0.85 | 0.69 | 0 | 0.42 | 228.66 | 0.74 | 0.34 |
| Hex | 16 | 2E | 95 | 55 | 45 | 0 | 2A | E5 | 4A | 22 |
| Octal | 26 | 56 | 225 | 125 | 105 | 0 | 52 | 345 | 112 | 42 |
| Binary | 10110 | 101110 | 10010101 | 1010101 | 1000101 | 0 | 101010 | 11100101 | 1001010 | 100010 |
Color Harmonies of #162E95
Complementary color
Monochromatic Colors of #162E95
Black with #162E95
Text Example
Text Example
White with #162E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162E95; }
p { color: rgb(22,46,149); }
H1.HeaderClassName
{
color: #162E95;
}
.AnyTagClassName
{
color: #162E95;
}
</style>
background-color css
<style>
a { background-color: #162E95; }
a { background-color: rgb(22,46,149); }
div.DivClassName
{
background-color: #162E95;
}
.BgClassName
{
background-color: #162E95;
}
</style>
border-color css
<style>
span { border-color: #162E95; }
span { border-color: rgb(22,46,149); }
td.TdClassName
{
border-color: #162E95;
}
.TagClassName
{
border-color: #162E95;
}
</style>