Shades of Egyptian Blue #112890
Tints of Egyptian Blue #112890
RGB
CMYK
RGB Variations
Color information
#112890 (or 0x112890) is known color: Egyptian Blue. HEX triplet: 11, 28 and 90. RGB value is (17,40,144). Sum of RGB (Red+Green+Blue) = 17+40+144=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #112890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112890 is #EED76F. Grayscale: #2C2C2C. Windows color (decimal): -15652720 or 9447441. OLE color: 9447441.
HSL color Cylindrical-coordinate representation of color #112890: hue angle of 229.13º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112890 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 40 | 144 | - |
| CMYK | 0.88 | 0.72 | 0 | 0.44 |
| HSL | 229.13º | 0.79% | 0.32% | - |
| HSV(B) | 229.13º | 0.88% | 0.56% | - |
| XYZ | 6.02 | 3.65 | 26.77 | - |
| YUV | 44.98 | 183.88 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 144 | 0.88 | 0.72 | 0 | 0.44 | 229.13 | 0.79 | 0.32 |
| Hex | 11 | 28 | 90 | 58 | 48 | 0 | 2C | E5 | 4F | 20 |
| Octal | 21 | 50 | 220 | 130 | 110 | 0 | 54 | 345 | 117 | 40 |
| Binary | 10001 | 101000 | 10010000 | 1011000 | 1001000 | 0 | 101100 | 11100101 | 1001111 | 100000 |
Color Harmonies of #112890
Complementary color
Monochromatic Colors of #112890
Black with #112890
Text Example
Text Example
White with #112890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112890; }
p { color: rgb(17,40,144); }
H1.HeaderClassName
{
color: #112890;
}
.AnyTagClassName
{
color: #112890;
}
</style>
background-color css
<style>
a { background-color: #112890; }
a { background-color: rgb(17,40,144); }
div.DivClassName
{
background-color: #112890;
}
.BgClassName
{
background-color: #112890;
}
</style>
border-color css
<style>
span { border-color: #112890; }
span { border-color: rgb(17,40,144); }
td.TdClassName
{
border-color: #112890;
}
.TagClassName
{
border-color: #112890;
}
</style>