Shades of Egyptian Blue #162890
Tints of Egyptian Blue #162890
RGB
CMYK
RGB Variations
Color information
#162890 (or 0x162890) is known color: Egyptian Blue. HEX triplet: 16, 28 and 90. RGB value is (22,40,144). Sum of RGB (Red+Green+Blue) = 22+40+144=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 144 (56.64% from 255 or 69.90% from 206); Max value from RGB is 144 - color contains mainly: blue. Hex color #162890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162890 is #E9D76F. Grayscale: #2E2E2E. Windows color (decimal): -15325040 or 9447446. OLE color: 9447446.
HSL color Cylindrical-coordinate representation of color #162890: hue angle of 231.15º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #162890 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 40 | 144 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.44 |
| HSL | 231.15º | 0.73% | 0.33% | - |
| HSV(B) | 231.15º | 0.85% | 0.56% | - |
| XYZ | 6.12 | 3.7 | 26.78 | - |
| YUV | 46.47 | 183.04 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 40 | 144 | 0.85 | 0.72 | 0 | 0.44 | 231.15 | 0.73 | 0.33 |
| Hex | 16 | 28 | 90 | 55 | 48 | 0 | 2C | E7 | 49 | 21 |
| Octal | 26 | 50 | 220 | 125 | 110 | 0 | 54 | 347 | 111 | 41 |
| Binary | 10110 | 101000 | 10010000 | 1010101 | 1001000 | 0 | 101100 | 11100111 | 1001001 | 100001 |
Color Harmonies of #162890
Complementary color
Monochromatic Colors of #162890
Black with #162890
Text Example
Text Example
White with #162890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162890; }
p { color: rgb(22,40,144); }
H1.HeaderClassName
{
color: #162890;
}
.AnyTagClassName
{
color: #162890;
}
</style>
background-color css
<style>
a { background-color: #162890; }
a { background-color: rgb(22,40,144); }
div.DivClassName
{
background-color: #162890;
}
.BgClassName
{
background-color: #162890;
}
</style>
border-color css
<style>
span { border-color: #162890; }
span { border-color: rgb(22,40,144); }
td.TdClassName
{
border-color: #162890;
}
.TagClassName
{
border-color: #162890;
}
</style>