Shades of Egyptian Blue #162895
Tints of Egyptian Blue #162895
RGB
CMYK
RGB Variations
Color information
#162895 (or 0x162895) is known color: Egyptian Blue. HEX triplet: 16, 28 and 95. RGB value is (22,40,149). Sum of RGB (Red+Green+Blue) = 22+40+149=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #162895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162895 is #E9D76A. Grayscale: #2E2E2E. Windows color (decimal): -15325035 or 9775126. OLE color: 9775126.
HSL color Cylindrical-coordinate representation of color #162895: hue angle of 231.5º 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 #162895 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 40 | 149 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.42 |
| HSL | 231.5º | 0.74% | 0.34% | - |
| HSV(B) | 231.5º | 0.85% | 0.58% | - |
| XYZ | 6.51 | 3.86 | 28.84 | - |
| YUV | 47.04 | 185.54 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 40 | 149 | 0.85 | 0.73 | 0 | 0.42 | 231.5 | 0.74 | 0.34 |
| Hex | 16 | 28 | 95 | 55 | 49 | 0 | 2A | E7 | 4A | 22 |
| Octal | 26 | 50 | 225 | 125 | 111 | 0 | 52 | 347 | 112 | 42 |
| Binary | 10110 | 101000 | 10010101 | 1010101 | 1001001 | 0 | 101010 | 11100111 | 1001010 | 100010 |
Color Harmonies of #162895
Complementary color
Monochromatic Colors of #162895
Black with #162895
Text Example
Text Example
White with #162895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162895; }
p { color: rgb(22,40,149); }
H1.HeaderClassName
{
color: #162895;
}
.AnyTagClassName
{
color: #162895;
}
</style>
background-color css
<style>
a { background-color: #162895; }
a { background-color: rgb(22,40,149); }
div.DivClassName
{
background-color: #162895;
}
.BgClassName
{
background-color: #162895;
}
</style>
border-color css
<style>
span { border-color: #162895; }
span { border-color: rgb(22,40,149); }
td.TdClassName
{
border-color: #162895;
}
.TagClassName
{
border-color: #162895;
}
</style>