Shades of Egyptian Blue #112C96
Tints of Egyptian Blue #112C96
RGB
CMYK
RGB Variations
Color information
#112C96 (or 0x112C96) is known color: Egyptian Blue. HEX triplet: 11, 2C and 96. RGB value is (17,44,150). Sum of RGB (Red+Green+Blue) = 17+44+150=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 150 (58.98% from 255 or 71.09% from 211); Max value from RGB is 150 - color contains mainly: blue. Hex color #112C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112C96 is #EED369. Grayscale: #2F2F2F. Windows color (decimal): -15651690 or 9841681. OLE color: 9841681.
HSL color Cylindrical-coordinate representation of color #112C96: hue angle of 227.82º 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 #112C96 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 44 | 150 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.41 |
| HSL | 227.82º | 0.8% | 0.33% | - |
| HSV(B) | 227.82º | 0.89% | 0.59% | - |
| XYZ | 6.64 | 4.12 | 29.3 | - |
| YUV | 48.01 | 185.55 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 150 | 0.89 | 0.71 | 0 | 0.41 | 227.82 | 0.8 | 0.33 |
| Hex | 11 | 2C | 96 | 59 | 47 | 0 | 29 | E4 | 50 | 21 |
| Octal | 21 | 54 | 226 | 131 | 107 | 0 | 51 | 344 | 120 | 41 |
| Binary | 10001 | 101100 | 10010110 | 1011001 | 1000111 | 0 | 101001 | 11100100 | 1010000 | 100001 |
Color Harmonies of #112C96
Complementary color
Monochromatic Colors of #112C96
Black with #112C96
Text Example
Text Example
White with #112C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112C96; }
p { color: rgb(17,44,150); }
H1.HeaderClassName
{
color: #112C96;
}
.AnyTagClassName
{
color: #112C96;
}
</style>
background-color css
<style>
a { background-color: #112C96; }
a { background-color: rgb(17,44,150); }
div.DivClassName
{
background-color: #112C96;
}
.BgClassName
{
background-color: #112C96;
}
</style>
border-color css
<style>
span { border-color: #112C96; }
span { border-color: rgb(17,44,150); }
td.TdClassName
{
border-color: #112C96;
}
.TagClassName
{
border-color: #112C96;
}
</style>