Shades of Egyptian Blue #112D96
Tints of Egyptian Blue #112D96
RGB
CMYK
RGB Variations
Color information
#112D96 (or 0x112D96) is known color: Egyptian Blue. HEX triplet: 11, 2D and 96. RGB value is (17,45,150). Sum of RGB (Red+Green+Blue) = 17+45+150=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 150 (58.98% from 255 or 70.75% from 212); Max value from RGB is 150 - color contains mainly: blue. Hex color #112D96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112D96 is #EED269. Grayscale: #303030. Windows color (decimal): -15651434 or 9841937. OLE color: 9841937.
HSL color Cylindrical-coordinate representation of color #112D96: hue angle of 227.37º 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 #112D96 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 45 | 150 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.41 |
| HSL | 227.37º | 0.8% | 0.33% | - |
| HSV(B) | 227.37º | 0.89% | 0.59% | - |
| XYZ | 6.67 | 4.2 | 29.31 | - |
| YUV | 48.6 | 185.22 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 150 | 0.89 | 0.70 | 0 | 0.41 | 227.37 | 0.8 | 0.33 |
| Hex | 11 | 2D | 96 | 59 | 46 | 0 | 29 | E3 | 50 | 21 |
| Octal | 21 | 55 | 226 | 131 | 106 | 0 | 51 | 343 | 120 | 41 |
| Binary | 10001 | 101101 | 10010110 | 1011001 | 1000110 | 0 | 101001 | 11100011 | 1010000 | 100001 |
Color Harmonies of #112D96
Complementary color
Monochromatic Colors of #112D96
Black with #112D96
Text Example
Text Example
White with #112D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D96; }
p { color: rgb(17,45,150); }
H1.HeaderClassName
{
color: #112D96;
}
.AnyTagClassName
{
color: #112D96;
}
</style>
background-color css
<style>
a { background-color: #112D96; }
a { background-color: rgb(17,45,150); }
div.DivClassName
{
background-color: #112D96;
}
.BgClassName
{
background-color: #112D96;
}
</style>
border-color css
<style>
span { border-color: #112D96; }
span { border-color: rgb(17,45,150); }
td.TdClassName
{
border-color: #112D96;
}
.TagClassName
{
border-color: #112D96;
}
</style>