Shades of Egyptian Blue #112696
Tints of Egyptian Blue #112696
RGB
CMYK
RGB Variations
Color information
#112696 (or 0x112696) is known color: Egyptian Blue. HEX triplet: 11, 26 and 96. RGB value is (17,38,150). Sum of RGB (Red+Green+Blue) = 17+38+150=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 150 (58.98% from 255 or 73.17% from 205); Max value from RGB is 150 - color contains mainly: blue. Hex color #112696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112696 is #EED969. Grayscale: #2C2C2C. Windows color (decimal): -15653226 or 9840145. OLE color: 9840145.
HSL color Cylindrical-coordinate representation of color #112696: hue angle of 230.53º 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 #112696 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 38 | 150 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.41 |
| HSL | 230.53º | 0.8% | 0.33% | - |
| HSV(B) | 230.53º | 0.89% | 0.59% | - |
| XYZ | 6.43 | 3.71 | 29.23 | - |
| YUV | 44.49 | 187.54 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 150 | 0.89 | 0.75 | 0 | 0.41 | 230.53 | 0.8 | 0.33 |
| Hex | 11 | 26 | 96 | 59 | 4B | 0 | 29 | E7 | 50 | 21 |
| Octal | 21 | 46 | 226 | 131 | 113 | 0 | 51 | 347 | 120 | 41 |
| Binary | 10001 | 100110 | 10010110 | 1011001 | 1001011 | 0 | 101001 | 11100111 | 1010000 | 100001 |
Color Harmonies of #112696
Complementary color
Monochromatic Colors of #112696
Black with #112696
Text Example
Text Example
White with #112696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112696; }
p { color: rgb(17,38,150); }
H1.HeaderClassName
{
color: #112696;
}
.AnyTagClassName
{
color: #112696;
}
</style>
background-color css
<style>
a { background-color: #112696; }
a { background-color: rgb(17,38,150); }
div.DivClassName
{
background-color: #112696;
}
.BgClassName
{
background-color: #112696;
}
</style>
border-color css
<style>
span { border-color: #112696; }
span { border-color: rgb(17,38,150); }
td.TdClassName
{
border-color: #112696;
}
.TagClassName
{
border-color: #112696;
}
</style>