Shades of Egyptian Blue #11299E
Tints of Egyptian Blue #11299E
RGB
CMYK
RGB Variations
Color information
#11299E (or 0x11299E) is known color: Egyptian Blue. HEX triplet: 11, 29 and 9E. RGB value is (17,41,158). Sum of RGB (Red+Green+Blue) = 17+41+158=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 158 (62.11% from 255 or 73.15% from 216); Max value from RGB is 158 - color contains mainly: blue. Hex color #11299E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11299E is #EED661. Grayscale: #2E2E2E. Windows color (decimal): -15652450 or 10365201. OLE color: 10365201.
HSL color Cylindrical-coordinate representation of color #11299E: hue angle of 229.79º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11299E is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 41 | 158 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.38 |
| HSL | 229.79º | 0.81% | 0.34% | - |
| HSV(B) | 229.79º | 0.89% | 0.62% | - |
| XYZ | 7.2 | 4.17 | 32.77 | - |
| YUV | 47.16 | 190.55 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 41 | 158 | 0.89 | 0.74 | 0 | 0.38 | 229.79 | 0.81 | 0.34 |
| Hex | 11 | 29 | 9E | 59 | 4A | 0 | 26 | E6 | 51 | 22 |
| Octal | 21 | 51 | 236 | 131 | 112 | 0 | 46 | 346 | 121 | 42 |
| Binary | 10001 | 101001 | 10011110 | 1011001 | 1001010 | 0 | 100110 | 11100110 | 1010001 | 100010 |
Color Harmonies of #11299E
Complementary color
Monochromatic Colors of #11299E
Black with #11299E
Text Example
Text Example
White with #11299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11299E; }
p { color: rgb(17,41,158); }
H1.HeaderClassName
{
color: #11299E;
}
.AnyTagClassName
{
color: #11299E;
}
</style>
background-color css
<style>
a { background-color: #11299E; }
a { background-color: rgb(17,41,158); }
div.DivClassName
{
background-color: #11299E;
}
.BgClassName
{
background-color: #11299E;
}
</style>
border-color css
<style>
span { border-color: #11299E; }
span { border-color: rgb(17,41,158); }
td.TdClassName
{
border-color: #11299E;
}
.TagClassName
{
border-color: #11299E;
}
</style>