Shades of Egyptian Blue #112197
Tints of Egyptian Blue #112197
RGB
CMYK
RGB Variations
Color information
#112197 (or 0x112197) is known color: Egyptian Blue. HEX triplet: 11, 21 and 97. RGB value is (17,33,151). Sum of RGB (Red+Green+Blue) = 17+33+151=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 151 (59.38% from 255 or 75.12% from 201); Max value from RGB is 151 - color contains mainly: blue. Hex color #112197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112197 is #EEDE68. Grayscale: #292929. Windows color (decimal): -15654505 or 9904401. OLE color: 9904401.
HSL color Cylindrical-coordinate representation of color #112197: hue angle of 232.84º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112197 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 33 | 151 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.41 |
| HSL | 232.84º | 0.8% | 0.33% | - |
| HSV(B) | 232.84º | 0.89% | 0.59% | - |
| XYZ | 6.36 | 3.44 | 29.61 | - |
| YUV | 41.67 | 189.7 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 151 | 0.89 | 0.78 | 0 | 0.41 | 232.84 | 0.8 | 0.33 |
| Hex | 11 | 21 | 97 | 59 | 4E | 0 | 29 | E9 | 50 | 21 |
| Octal | 21 | 41 | 227 | 131 | 116 | 0 | 51 | 351 | 120 | 41 |
| Binary | 10001 | 100001 | 10010111 | 1011001 | 1001110 | 0 | 101001 | 11101001 | 1010000 | 100001 |
Color Harmonies of #112197
Complementary color
Monochromatic Colors of #112197
Black with #112197
Text Example
Text Example
White with #112197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112197; }
p { color: rgb(17,33,151); }
H1.HeaderClassName
{
color: #112197;
}
.AnyTagClassName
{
color: #112197;
}
</style>
background-color css
<style>
a { background-color: #112197; }
a { background-color: rgb(17,33,151); }
div.DivClassName
{
background-color: #112197;
}
.BgClassName
{
background-color: #112197;
}
</style>
border-color css
<style>
span { border-color: #112197; }
span { border-color: rgb(17,33,151); }
td.TdClassName
{
border-color: #112197;
}
.TagClassName
{
border-color: #112197;
}
</style>