Shades of Egyptian Blue #11409D
Tints of Egyptian Blue #11409D
RGB
CMYK
RGB Variations
Color information
#11409D (or 0x11409D) is known color: Egyptian Blue. HEX triplet: 11, 40 and 9D. RGB value is (17,64,157). Sum of RGB (Red+Green+Blue) = 17+64+157=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #11409D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11409D is #EEBF62. Grayscale: #3C3C3C. Windows color (decimal): -15646563 or 10305553. OLE color: 10305553.
HSL color Cylindrical-coordinate representation of color #11409D: hue angle of 219.86º 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 #11409D is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 64 | 157 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.38 |
| HSL | 219.86º | 0.8% | 0.34% | - |
| HSV(B) | 219.86º | 0.89% | 0.62% | - |
| XYZ | 8.15 | 6.22 | 32.67 | - |
| YUV | 60.55 | 182.43 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 157 | 0.89 | 0.59 | 0 | 0.38 | 219.86 | 0.8 | 0.34 |
| Hex | 11 | 40 | 9D | 59 | 3B | 0 | 26 | DC | 50 | 22 |
| Octal | 21 | 100 | 235 | 131 | 73 | 0 | 46 | 334 | 120 | 42 |
| Binary | 10001 | 1000000 | 10011101 | 1011001 | 111011 | 0 | 100110 | 11011100 | 1010000 | 100010 |
Color Harmonies of #11409D
Complementary color
Monochromatic Colors of #11409D
Black with #11409D
Text Example
Text Example
White with #11409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11409D; }
p { color: rgb(17,64,157); }
H1.HeaderClassName
{
color: #11409D;
}
.AnyTagClassName
{
color: #11409D;
}
</style>
background-color css
<style>
a { background-color: #11409D; }
a { background-color: rgb(17,64,157); }
div.DivClassName
{
background-color: #11409D;
}
.BgClassName
{
background-color: #11409D;
}
</style>
border-color css
<style>
span { border-color: #11409D; }
span { border-color: rgb(17,64,157); }
td.TdClassName
{
border-color: #11409D;
}
.TagClassName
{
border-color: #11409D;
}
</style>