Shades of Egyptian Blue #112097
Tints of Egyptian Blue #112097
RGB
CMYK
RGB Variations
Color information
#112097 (or 0x112097) is known color: Egyptian Blue. HEX triplet: 11, 20 and 97. RGB value is (17,32,151). Sum of RGB (Red+Green+Blue) = 17+32+151=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 151 (59.38% from 255 or 75.5% from 200); Max value from RGB is 151 - color contains mainly: blue. Hex color #112097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112097 is #EEDF68. Grayscale: #282828. Windows color (decimal): -15654761 or 9904145. OLE color: 9904145.
HSL color Cylindrical-coordinate representation of color #112097: hue angle of 233.28º 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 #112097 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 32 | 151 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.41 |
| HSL | 233.28º | 0.8% | 0.33% | - |
| HSV(B) | 233.28º | 0.89% | 0.59% | - |
| XYZ | 6.33 | 3.39 | 29.6 | - |
| YUV | 41.08 | 190.03 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 151 | 0.89 | 0.79 | 0 | 0.41 | 233.28 | 0.8 | 0.33 |
| Hex | 11 | 20 | 97 | 59 | 4F | 0 | 29 | E9 | 50 | 21 |
| Octal | 21 | 40 | 227 | 131 | 117 | 0 | 51 | 351 | 120 | 41 |
| Binary | 10001 | 100000 | 10010111 | 1011001 | 1001111 | 0 | 101001 | 11101001 | 1010000 | 100001 |
Color Harmonies of #112097
Complementary color
Monochromatic Colors of #112097
Black with #112097
Text Example
Text Example
White with #112097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112097; }
p { color: rgb(17,32,151); }
H1.HeaderClassName
{
color: #112097;
}
.AnyTagClassName
{
color: #112097;
}
</style>
background-color css
<style>
a { background-color: #112097; }
a { background-color: rgb(17,32,151); }
div.DivClassName
{
background-color: #112097;
}
.BgClassName
{
background-color: #112097;
}
</style>
border-color css
<style>
span { border-color: #112097; }
span { border-color: rgb(17,32,151); }
td.TdClassName
{
border-color: #112097;
}
.TagClassName
{
border-color: #112097;
}
</style>