Shades of Egyptian Blue #162A93
Tints of Egyptian Blue #162A93
RGB
CMYK
RGB Variations
Color information
#162A93 (or 0x162A93) is known color: Egyptian Blue. HEX triplet: 16, 2A and 93. RGB value is (22,42,147). Sum of RGB (Red+Green+Blue) = 22+42+147=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #162A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162A93 is #E9D56C. Grayscale: #2F2F2F. Windows color (decimal): -15324525 or 9644566. OLE color: 9644566.
HSL color Cylindrical-coordinate representation of color #162A93: hue angle of 230.4º 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 #162A93 is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 42 | 147 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.42 |
| HSL | 230.4º | 0.74% | 0.33% | - |
| HSV(B) | 230.4º | 0.85% | 0.58% | - |
| XYZ | 6.43 | 3.93 | 28.02 | - |
| YUV | 47.99 | 183.87 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 42 | 147 | 0.85 | 0.71 | 0 | 0.42 | 230.4 | 0.74 | 0.33 |
| Hex | 16 | 2A | 93 | 55 | 47 | 0 | 2A | E6 | 4A | 21 |
| Octal | 26 | 52 | 223 | 125 | 107 | 0 | 52 | 346 | 112 | 41 |
| Binary | 10110 | 101010 | 10010011 | 1010101 | 1000111 | 0 | 101010 | 11100110 | 1001010 | 100001 |
Color Harmonies of #162A93
Complementary color
Monochromatic Colors of #162A93
Black with #162A93
Text Example
Text Example
White with #162A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162A93; }
p { color: rgb(22,42,147); }
H1.HeaderClassName
{
color: #162A93;
}
.AnyTagClassName
{
color: #162A93;
}
</style>
background-color css
<style>
a { background-color: #162A93; }
a { background-color: rgb(22,42,147); }
div.DivClassName
{
background-color: #162A93;
}
.BgClassName
{
background-color: #162A93;
}
</style>
border-color css
<style>
span { border-color: #162A93; }
span { border-color: rgb(22,42,147); }
td.TdClassName
{
border-color: #162A93;
}
.TagClassName
{
border-color: #162A93;
}
</style>