Shades of Egyptian Blue #162C93
Tints of Egyptian Blue #162C93
RGB
CMYK
RGB Variations
Color information
#162C93 (or 0x162C93) is known color: Egyptian Blue. HEX triplet: 16, 2C and 93. RGB value is (22,44,147). Sum of RGB (Red+Green+Blue) = 22+44+147=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #162C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162C93 is #E9D36C. Grayscale: #303030. Windows color (decimal): -15324013 or 9645078. OLE color: 9645078.
HSL color Cylindrical-coordinate representation of color #162C93: hue angle of 229.44º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #162C93 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 44 | 147 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.42 |
| HSL | 229.44º | 0.74% | 0.33% | - |
| HSV(B) | 229.44º | 0.85% | 0.58% | - |
| XYZ | 6.5 | 4.08 | 28.05 | - |
| YUV | 49.16 | 183.21 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 44 | 147 | 0.85 | 0.70 | 0 | 0.42 | 229.44 | 0.74 | 0.33 |
| Hex | 16 | 2C | 93 | 55 | 46 | 0 | 2A | E5 | 4A | 21 |
| Octal | 26 | 54 | 223 | 125 | 106 | 0 | 52 | 345 | 112 | 41 |
| Binary | 10110 | 101100 | 10010011 | 1010101 | 1000110 | 0 | 101010 | 11100101 | 1001010 | 100001 |
Color Harmonies of #162C93
Complementary color
Monochromatic Colors of #162C93
Black with #162C93
Text Example
Text Example
White with #162C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162C93; }
p { color: rgb(22,44,147); }
H1.HeaderClassName
{
color: #162C93;
}
.AnyTagClassName
{
color: #162C93;
}
</style>
background-color css
<style>
a { background-color: #162C93; }
a { background-color: rgb(22,44,147); }
div.DivClassName
{
background-color: #162C93;
}
.BgClassName
{
background-color: #162C93;
}
</style>
border-color css
<style>
span { border-color: #162C93; }
span { border-color: rgb(22,44,147); }
td.TdClassName
{
border-color: #162C93;
}
.TagClassName
{
border-color: #162C93;
}
</style>