Shades of Egyptian Blue #162799
Tints of Egyptian Blue #162799
RGB
CMYK
RGB Variations
Color information
#162799 (or 0x162799) is known color: Egyptian Blue. HEX triplet: 16, 27 and 99. RGB value is (22,39,153). Sum of RGB (Red+Green+Blue) = 22+39+153=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #162799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162799 is #E9D866. Grayscale: #2E2E2E. Windows color (decimal): -15325287 or 10037014. OLE color: 10037014.
HSL color Cylindrical-coordinate representation of color #162799: hue angle of 232.21º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #162799 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 22 | 39 | 153 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.4 |
| HSL | 232.21º | 0.75% | 0.34% | - |
| HSV(B) | 232.21º | 0.86% | 0.6% | - |
| XYZ | 6.81 | 3.92 | 30.54 | - |
| YUV | 46.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 153 | 0.86 | 0.75 | 0 | 0.4 | 232.21 | 0.75 | 0.34 |
| Hex | 16 | 27 | 99 | 56 | 4B | 0 | 28 | E8 | 4B | 22 |
| Octal | 26 | 47 | 231 | 126 | 113 | 0 | 50 | 350 | 113 | 42 |
| Binary | 10110 | 100111 | 10011001 | 1010110 | 1001011 | 0 | 101000 | 11101000 | 1001011 | 100010 |
Color Harmonies of #162799
Complementary color
Monochromatic Colors of #162799
Black with #162799
Text Example
Text Example
White with #162799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162799; }
p { color: rgb(22,39,153); }
H1.HeaderClassName
{
color: #162799;
}
.AnyTagClassName
{
color: #162799;
}
</style>
background-color css
<style>
a { background-color: #162799; }
a { background-color: rgb(22,39,153); }
div.DivClassName
{
background-color: #162799;
}
.BgClassName
{
background-color: #162799;
}
</style>
border-color css
<style>
span { border-color: #162799; }
span { border-color: rgb(22,39,153); }
td.TdClassName
{
border-color: #162799;
}
.TagClassName
{
border-color: #162799;
}
</style>