Shades of Egyptian Blue #11249F
Tints of Egyptian Blue #11249F
RGB
CMYK
RGB Variations
Color information
#11249F (or 0x11249F) is known color: Egyptian Blue. HEX triplet: 11, 24 and 9F. RGB value is (17,36,159). Sum of RGB (Red+Green+Blue) = 17+36+159=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 159 (62.5% from 255 or 75% from 212); Max value from RGB is 159 - color contains mainly: blue. Hex color #11249F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11249F is #EEDB60. Grayscale: #2B2B2B. Windows color (decimal): -15653729 or 10429457. OLE color: 10429457.
HSL color Cylindrical-coordinate representation of color #11249F: hue angle of 231.97º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11249F is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 36 | 159 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.38 |
| HSL | 231.97º | 0.81% | 0.35% | - |
| HSV(B) | 231.97º | 0.89% | 0.62% | - |
| XYZ | 7.12 | 3.88 | 33.18 | - |
| YUV | 44.34 | 192.71 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 159 | 0.89 | 0.77 | 0 | 0.38 | 231.97 | 0.81 | 0.35 |
| Hex | 11 | 24 | 9F | 59 | 4D | 0 | 26 | E8 | 51 | 23 |
| Octal | 21 | 44 | 237 | 131 | 115 | 0 | 46 | 350 | 121 | 43 |
| Binary | 10001 | 100100 | 10011111 | 1011001 | 1001101 | 0 | 100110 | 11101000 | 1010001 | 100011 |
Color Harmonies of #11249F
Complementary color
Monochromatic Colors of #11249F
Black with #11249F
Text Example
Text Example
White with #11249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11249F; }
p { color: rgb(17,36,159); }
H1.HeaderClassName
{
color: #11249F;
}
.AnyTagClassName
{
color: #11249F;
}
</style>
background-color css
<style>
a { background-color: #11249F; }
a { background-color: rgb(17,36,159); }
div.DivClassName
{
background-color: #11249F;
}
.BgClassName
{
background-color: #11249F;
}
</style>
border-color css
<style>
span { border-color: #11249F; }
span { border-color: rgb(17,36,159); }
td.TdClassName
{
border-color: #11249F;
}
.TagClassName
{
border-color: #11249F;
}
</style>