Shades of Egyptian Blue #11449D
Tints of Egyptian Blue #11449D
RGB
CMYK
RGB Variations
Color information
#11449D (or 0x11449D) is known color: Egyptian Blue. HEX triplet: 11, 44 and 9D. RGB value is (17,68,157). Sum of RGB (Red+Green+Blue) = 17+68+157=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #11449D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11449D is #EEBB62. Grayscale: #3E3E3E. Windows color (decimal): -15645539 or 10306577. OLE color: 10306577.
HSL color Cylindrical-coordinate representation of color #11449D: hue angle of 218.14º degrees, saturation: 0.8, 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 #11449D is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 68 | 157 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.38 |
| HSL | 218.14º | 0.8% | 0.34% | - |
| HSV(B) | 218.14º | 0.89% | 0.62% | - |
| XYZ | 8.38 | 6.69 | 32.75 | - |
| YUV | 62.9 | 181.1 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 157 | 0.89 | 0.57 | 0 | 0.38 | 218.14 | 0.8 | 0.34 |
| Hex | 11 | 44 | 9D | 59 | 39 | 0 | 26 | DA | 50 | 22 |
| Octal | 21 | 104 | 235 | 131 | 71 | 0 | 46 | 332 | 120 | 42 |
| Binary | 10001 | 1000100 | 10011101 | 1011001 | 111001 | 0 | 100110 | 11011010 | 1010000 | 100010 |
Color Harmonies of #11449D
Complementary color
Monochromatic Colors of #11449D
Black with #11449D
Text Example
Text Example
White with #11449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11449D; }
p { color: rgb(17,68,157); }
H1.HeaderClassName
{
color: #11449D;
}
.AnyTagClassName
{
color: #11449D;
}
</style>
background-color css
<style>
a { background-color: #11449D; }
a { background-color: rgb(17,68,157); }
div.DivClassName
{
background-color: #11449D;
}
.BgClassName
{
background-color: #11449D;
}
</style>
border-color css
<style>
span { border-color: #11449D; }
span { border-color: rgb(17,68,157); }
td.TdClassName
{
border-color: #11449D;
}
.TagClassName
{
border-color: #11449D;
}
</style>