Shades of Egyptian Blue #112699
Tints of Egyptian Blue #112699
RGB
CMYK
RGB Variations
Color information
#112699 (or 0x112699) is known color: Egyptian Blue. HEX triplet: 11, 26 and 99. RGB value is (17,38,153). Sum of RGB (Red+Green+Blue) = 17+38+153=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #112699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112699 is #EED966. Grayscale: #2C2C2C. Windows color (decimal): -15653223 or 10036753. OLE color: 10036753.
HSL color Cylindrical-coordinate representation of color #112699: hue angle of 230.74º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112699 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 38 | 153 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.4 |
| HSL | 230.74º | 0.8% | 0.33% | - |
| HSV(B) | 230.74º | 0.89% | 0.6% | - |
| XYZ | 6.67 | 3.81 | 30.52 | - |
| YUV | 44.83 | 189.04 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 153 | 0.89 | 0.75 | 0 | 0.4 | 230.74 | 0.8 | 0.33 |
| Hex | 11 | 26 | 99 | 59 | 4B | 0 | 28 | E7 | 50 | 21 |
| Octal | 21 | 46 | 231 | 131 | 113 | 0 | 50 | 347 | 120 | 41 |
| Binary | 10001 | 100110 | 10011001 | 1011001 | 1001011 | 0 | 101000 | 11100111 | 1010000 | 100001 |
Color Harmonies of #112699
Complementary color
Monochromatic Colors of #112699
Black with #112699
Text Example
Text Example
White with #112699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112699; }
p { color: rgb(17,38,153); }
H1.HeaderClassName
{
color: #112699;
}
.AnyTagClassName
{
color: #112699;
}
</style>
background-color css
<style>
a { background-color: #112699; }
a { background-color: rgb(17,38,153); }
div.DivClassName
{
background-color: #112699;
}
.BgClassName
{
background-color: #112699;
}
</style>
border-color css
<style>
span { border-color: #112699; }
span { border-color: rgb(17,38,153); }
td.TdClassName
{
border-color: #112699;
}
.TagClassName
{
border-color: #112699;
}
</style>