Shades of Egyptian Blue #112AA0
Tints of Egyptian Blue #112AA0
RGB
CMYK
RGB Variations
Color information
#112AA0 (or 0x112AA0) is known color: Egyptian Blue. HEX triplet: 11, 2A and A0. RGB value is (17,42,160). Sum of RGB (Red+Green+Blue) = 17+42+160=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 160 (62.89% from 255 or 73.06% from 219); Max value from RGB is 160 - color contains mainly: blue. Hex color #112AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112AA0 is #EED55F. Grayscale: #2F2F2F. Windows color (decimal): -15652192 or 10496529. OLE color: 10496529.
HSL color Cylindrical-coordinate representation of color #112AA0: hue angle of 229.51º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112AA0 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 42 | 160 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.37 |
| HSL | 229.51º | 0.81% | 0.35% | - |
| HSV(B) | 229.51º | 0.89% | 0.63% | - |
| XYZ | 7.4 | 4.31 | 33.7 | - |
| YUV | 47.98 | 191.22 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 160 | 0.89 | 0.74 | 0 | 0.37 | 229.51 | 0.81 | 0.35 |
| Hex | 11 | 2A | A0 | 59 | 4A | 0 | 25 | E6 | 51 | 23 |
| Octal | 21 | 52 | 240 | 131 | 112 | 0 | 45 | 346 | 121 | 43 |
| Binary | 10001 | 101010 | 10100000 | 1011001 | 1001010 | 0 | 100101 | 11100110 | 1010001 | 100011 |
Color Harmonies of #112AA0
Complementary color
Monochromatic Colors of #112AA0
Black with #112AA0
Text Example
Text Example
White with #112AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112AA0; }
p { color: rgb(17,42,160); }
H1.HeaderClassName
{
color: #112AA0;
}
.AnyTagClassName
{
color: #112AA0;
}
</style>
background-color css
<style>
a { background-color: #112AA0; }
a { background-color: rgb(17,42,160); }
div.DivClassName
{
background-color: #112AA0;
}
.BgClassName
{
background-color: #112AA0;
}
</style>
border-color css
<style>
span { border-color: #112AA0; }
span { border-color: rgb(17,42,160); }
td.TdClassName
{
border-color: #112AA0;
}
.TagClassName
{
border-color: #112AA0;
}
</style>