Shades of Egyptian Blue #11249B
Tints of Egyptian Blue #11249B
RGB
CMYK
RGB Variations
Color information
#11249B (or 0x11249B) is known color: Egyptian Blue. HEX triplet: 11, 24 and 9B. RGB value is (17,36,155). Sum of RGB (Red+Green+Blue) = 17+36+155=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #11249B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11249B is #EEDB64. Grayscale: #2B2B2B. Windows color (decimal): -15653733 or 10167313. OLE color: 10167313.
HSL color Cylindrical-coordinate representation of color #11249B: hue angle of 231.74º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11249B is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 36 | 155 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.39 |
| HSL | 231.74º | 0.8% | 0.34% | - |
| HSV(B) | 231.74º | 0.89% | 0.61% | - |
| XYZ | 6.78 | 3.75 | 31.38 | - |
| YUV | 43.89 | 190.71 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 155 | 0.89 | 0.77 | 0 | 0.39 | 231.74 | 0.8 | 0.34 |
| Hex | 11 | 24 | 9B | 59 | 4D | 0 | 27 | E8 | 50 | 22 |
| Octal | 21 | 44 | 233 | 131 | 115 | 0 | 47 | 350 | 120 | 42 |
| Binary | 10001 | 100100 | 10011011 | 1011001 | 1001101 | 0 | 100111 | 11101000 | 1010000 | 100010 |
Color Harmonies of #11249B
Complementary color
Monochromatic Colors of #11249B
Black with #11249B
Text Example
Text Example
White with #11249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11249B; }
p { color: rgb(17,36,155); }
H1.HeaderClassName
{
color: #11249B;
}
.AnyTagClassName
{
color: #11249B;
}
</style>
background-color css
<style>
a { background-color: #11249B; }
a { background-color: rgb(17,36,155); }
div.DivClassName
{
background-color: #11249B;
}
.BgClassName
{
background-color: #11249B;
}
</style>
border-color css
<style>
span { border-color: #11249B; }
span { border-color: rgb(17,36,155); }
td.TdClassName
{
border-color: #11249B;
}
.TagClassName
{
border-color: #11249B;
}
</style>