Shades of Egyptian Blue #162C91
Tints of Egyptian Blue #162C91
RGB
CMYK
RGB Variations
Color information
#162C91 (or 0x162C91) is known color: Egyptian Blue. HEX triplet: 16, 2C and 91. RGB value is (22,44,145). Sum of RGB (Red+Green+Blue) = 22+44+145=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #162C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162C91 is #E9D36E. Grayscale: #303030. Windows color (decimal): -15324015 or 9514006. OLE color: 9514006.
HSL color Cylindrical-coordinate representation of color #162C91: hue angle of 229.27º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #162C91 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 44 | 145 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.43 |
| HSL | 229.27º | 0.74% | 0.33% | - |
| HSV(B) | 229.27º | 0.85% | 0.57% | - |
| XYZ | 6.34 | 4.02 | 27.23 | - |
| YUV | 48.94 | 182.21 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 44 | 145 | 0.85 | 0.70 | 0 | 0.43 | 229.27 | 0.74 | 0.33 |
| Hex | 16 | 2C | 91 | 55 | 46 | 0 | 2B | E5 | 4A | 21 |
| Octal | 26 | 54 | 221 | 125 | 106 | 0 | 53 | 345 | 112 | 41 |
| Binary | 10110 | 101100 | 10010001 | 1010101 | 1000110 | 0 | 101011 | 11100101 | 1001010 | 100001 |
Color Harmonies of #162C91
Complementary color
Monochromatic Colors of #162C91
Black with #162C91
Text Example
Text Example
White with #162C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162C91; }
p { color: rgb(22,44,145); }
H1.HeaderClassName
{
color: #162C91;
}
.AnyTagClassName
{
color: #162C91;
}
</style>
background-color css
<style>
a { background-color: #162C91; }
a { background-color: rgb(22,44,145); }
div.DivClassName
{
background-color: #162C91;
}
.BgClassName
{
background-color: #162C91;
}
</style>
border-color css
<style>
span { border-color: #162C91; }
span { border-color: rgb(22,44,145); }
td.TdClassName
{
border-color: #162C91;
}
.TagClassName
{
border-color: #162C91;
}
</style>