Shades of Egyptian Blue #112297
Tints of Egyptian Blue #112297
RGB
CMYK
RGB Variations
Color information
#112297 (or 0x112297) is known color: Egyptian Blue. HEX triplet: 11, 22 and 97. RGB value is (17,34,151). Sum of RGB (Red+Green+Blue) = 17+34+151=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #112297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112297 is #EEDD68. Grayscale: #292929. Windows color (decimal): -15654249 or 9904657. OLE color: 9904657.
HSL color Cylindrical-coordinate representation of color #112297: hue angle of 232.39º 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 #112297 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 34 | 151 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.41 |
| HSL | 232.39º | 0.8% | 0.33% | - |
| HSV(B) | 232.39º | 0.89% | 0.59% | - |
| XYZ | 6.39 | 3.5 | 29.62 | - |
| YUV | 42.26 | 189.37 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 151 | 0.89 | 0.77 | 0 | 0.41 | 232.39 | 0.8 | 0.33 |
| Hex | 11 | 22 | 97 | 59 | 4D | 0 | 29 | E8 | 50 | 21 |
| Octal | 21 | 42 | 227 | 131 | 115 | 0 | 51 | 350 | 120 | 41 |
| Binary | 10001 | 100010 | 10010111 | 1011001 | 1001101 | 0 | 101001 | 11101000 | 1010000 | 100001 |
Color Harmonies of #112297
Complementary color
Monochromatic Colors of #112297
Black with #112297
Text Example
Text Example
White with #112297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112297; }
p { color: rgb(17,34,151); }
H1.HeaderClassName
{
color: #112297;
}
.AnyTagClassName
{
color: #112297;
}
</style>
background-color css
<style>
a { background-color: #112297; }
a { background-color: rgb(17,34,151); }
div.DivClassName
{
background-color: #112297;
}
.BgClassName
{
background-color: #112297;
}
</style>
border-color css
<style>
span { border-color: #112297; }
span { border-color: rgb(17,34,151); }
td.TdClassName
{
border-color: #112297;
}
.TagClassName
{
border-color: #112297;
}
</style>