Shades of Egyptian Blue #162C94
Tints of Egyptian Blue #162C94
RGB
CMYK
RGB Variations
Color information
#162C94 (or 0x162C94) is known color: Egyptian Blue. HEX triplet: 16, 2C and 94. RGB value is (22,44,148). Sum of RGB (Red+Green+Blue) = 22+44+148=214 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.28% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #162C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #162C94 is #E9D36B. Grayscale: #303030. Windows color (decimal): -15324012 or 9710614. OLE color: 9710614.
HSL color Cylindrical-coordinate representation of color #162C94: hue angle of 229.52º 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 #162C94 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 44 | 148 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.42 |
| HSL | 229.52º | 0.74% | 0.33% | - |
| HSV(B) | 229.52º | 0.85% | 0.58% | - |
| XYZ | 6.58 | 4.11 | 28.46 | - |
| YUV | 49.28 | 183.71 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 44 | 148 | 0.85 | 0.70 | 0 | 0.42 | 229.52 | 0.74 | 0.33 |
| Hex | 16 | 2C | 94 | 55 | 46 | 0 | 2A | E6 | 4A | 21 |
| Octal | 26 | 54 | 224 | 125 | 106 | 0 | 52 | 346 | 112 | 41 |
| Binary | 10110 | 101100 | 10010100 | 1010101 | 1000110 | 0 | 101010 | 11100110 | 1001010 | 100001 |
Color Harmonies of #162C94
Complementary color
Monochromatic Colors of #162C94
Black with #162C94
Text Example
Text Example
White with #162C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162C94; }
p { color: rgb(22,44,148); }
H1.HeaderClassName
{
color: #162C94;
}
.AnyTagClassName
{
color: #162C94;
}
</style>
background-color css
<style>
a { background-color: #162C94; }
a { background-color: rgb(22,44,148); }
div.DivClassName
{
background-color: #162C94;
}
.BgClassName
{
background-color: #162C94;
}
</style>
border-color css
<style>
span { border-color: #162C94; }
span { border-color: rgb(22,44,148); }
td.TdClassName
{
border-color: #162C94;
}
.TagClassName
{
border-color: #162C94;
}
</style>