Shades of Egyptian Blue #112F96
Tints of Egyptian Blue #112F96
RGB
CMYK
RGB Variations
Color information
#112F96 (or 0x112F96) is known color: Egyptian Blue. HEX triplet: 11, 2F and 96. RGB value is (17,47,150). Sum of RGB (Red+Green+Blue) = 17+47+150=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #112F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112F96 is #EED069. Grayscale: #313131. Windows color (decimal): -15650922 or 9842449. OLE color: 9842449.
HSL color Cylindrical-coordinate representation of color #112F96: hue angle of 226.47º 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 #112F96 is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 47 | 150 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.41 |
| HSL | 226.47º | 0.8% | 0.33% | - |
| HSV(B) | 226.47º | 0.89% | 0.59% | - |
| XYZ | 6.75 | 4.35 | 29.34 | - |
| YUV | 49.77 | 184.56 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 150 | 0.89 | 0.69 | 0 | 0.41 | 226.47 | 0.8 | 0.33 |
| Hex | 11 | 2F | 96 | 59 | 45 | 0 | 29 | E2 | 50 | 21 |
| Octal | 21 | 57 | 226 | 131 | 105 | 0 | 51 | 342 | 120 | 41 |
| Binary | 10001 | 101111 | 10010110 | 1011001 | 1000101 | 0 | 101001 | 11100010 | 1010000 | 100001 |
Color Harmonies of #112F96
Complementary color
Monochromatic Colors of #112F96
Black with #112F96
Text Example
Text Example
White with #112F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F96; }
p { color: rgb(17,47,150); }
H1.HeaderClassName
{
color: #112F96;
}
.AnyTagClassName
{
color: #112F96;
}
</style>
background-color css
<style>
a { background-color: #112F96; }
a { background-color: rgb(17,47,150); }
div.DivClassName
{
background-color: #112F96;
}
.BgClassName
{
background-color: #112F96;
}
</style>
border-color css
<style>
span { border-color: #112F96; }
span { border-color: rgb(17,47,150); }
td.TdClassName
{
border-color: #112F96;
}
.TagClassName
{
border-color: #112F96;
}
</style>