Shades of Egyptian Blue #112491
Tints of Egyptian Blue #112491
RGB
CMYK
RGB Variations
Color information
#112491 (or 0x112491) is known color: Egyptian Blue. HEX triplet: 11, 24 and 91. RGB value is (17,36,145). Sum of RGB (Red+Green+Blue) = 17+36+145=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #112491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112491 is #EEDB6E. Grayscale: #2A2A2A. Windows color (decimal): -15653743 or 9511953. OLE color: 9511953.
HSL color Cylindrical-coordinate representation of color #112491: hue angle of 231.09º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #112491 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 36 | 145 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.43 |
| HSL | 231.09º | 0.79% | 0.32% | - |
| HSV(B) | 231.09º | 0.88% | 0.57% | - |
| XYZ | 5.97 | 3.43 | 27.13 | - |
| YUV | 42.75 | 185.71 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 145 | 0.88 | 0.75 | 0 | 0.43 | 231.09 | 0.79 | 0.32 |
| Hex | 11 | 24 | 91 | 58 | 4B | 0 | 2B | E7 | 4F | 20 |
| Octal | 21 | 44 | 221 | 130 | 113 | 0 | 53 | 347 | 117 | 40 |
| Binary | 10001 | 100100 | 10010001 | 1011000 | 1001011 | 0 | 101011 | 11100111 | 1001111 | 100000 |
Color Harmonies of #112491
Complementary color
Monochromatic Colors of #112491
Black with #112491
Text Example
Text Example
White with #112491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112491; }
p { color: rgb(17,36,145); }
H1.HeaderClassName
{
color: #112491;
}
.AnyTagClassName
{
color: #112491;
}
</style>
background-color css
<style>
a { background-color: #112491; }
a { background-color: rgb(17,36,145); }
div.DivClassName
{
background-color: #112491;
}
.BgClassName
{
background-color: #112491;
}
</style>
border-color css
<style>
span { border-color: #112491; }
span { border-color: rgb(17,36,145); }
td.TdClassName
{
border-color: #112491;
}
.TagClassName
{
border-color: #112491;
}
</style>