Shades of Egyptian Blue #112796
Tints of Egyptian Blue #112796
RGB
CMYK
RGB Variations
Color information
#112796 (or 0x112796) is known color: Egyptian Blue. HEX triplet: 11, 27 and 96. RGB value is (17,39,150). Sum of RGB (Red+Green+Blue) = 17+39+150=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 150 (58.98% from 255 or 72.82% from 206); Max value from RGB is 150 - color contains mainly: blue. Hex color #112796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112796 is #EED869. Grayscale: #2C2C2C. Windows color (decimal): -15652970 or 9840401. OLE color: 9840401.
HSL color Cylindrical-coordinate representation of color #112796: hue angle of 230.08º 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 #112796 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 39 | 150 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.41 |
| HSL | 230.08º | 0.8% | 0.33% | - |
| HSV(B) | 230.08º | 0.89% | 0.59% | - |
| XYZ | 6.46 | 3.77 | 29.24 | - |
| YUV | 45.08 | 187.21 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 150 | 0.89 | 0.74 | 0 | 0.41 | 230.08 | 0.8 | 0.33 |
| Hex | 11 | 27 | 96 | 59 | 4A | 0 | 29 | E6 | 50 | 21 |
| Octal | 21 | 47 | 226 | 131 | 112 | 0 | 51 | 346 | 120 | 41 |
| Binary | 10001 | 100111 | 10010110 | 1011001 | 1001010 | 0 | 101001 | 11100110 | 1010000 | 100001 |
Color Harmonies of #112796
Complementary color
Monochromatic Colors of #112796
Black with #112796
Text Example
Text Example
White with #112796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112796; }
p { color: rgb(17,39,150); }
H1.HeaderClassName
{
color: #112796;
}
.AnyTagClassName
{
color: #112796;
}
</style>
background-color css
<style>
a { background-color: #112796; }
a { background-color: rgb(17,39,150); }
div.DivClassName
{
background-color: #112796;
}
.BgClassName
{
background-color: #112796;
}
</style>
border-color css
<style>
span { border-color: #112796; }
span { border-color: rgb(17,39,150); }
td.TdClassName
{
border-color: #112796;
}
.TagClassName
{
border-color: #112796;
}
</style>