Shades of Egyptian Blue #111DA6
Tints of Egyptian Blue #111DA6
RGB
CMYK
RGB Variations
Color information
#111DA6 (or 0x111DA6) is known color: Egyptian Blue. HEX triplet: 11, 1D and A6. RGB value is (17,29,166). Sum of RGB (Red+Green+Blue) = 17+29+166=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 166 (65.23% from 255 or 78.30% from 212); Max value from RGB is 166 - color contains mainly: blue. Hex color #111DA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111DA6 is #EEE259. Grayscale: #282828. Windows color (decimal): -15655514 or 10886417. OLE color: 10886417.
HSL color Cylindrical-coordinate representation of color #111DA6: hue angle of 235.17º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111DA6 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 29 | 166 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.35 |
| HSL | 235.17º | 0.81% | 0.36% | - |
| HSV(B) | 235.17º | 0.9% | 0.65% | - |
| XYZ | 7.55 | 3.75 | 36.4 | - |
| YUV | 41.03 | 198.52 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 166 | 0.90 | 0.83 | 0 | 0.35 | 235.17 | 0.81 | 0.36 |
| Hex | 11 | 1D | A6 | 5A | 53 | 0 | 23 | EB | 51 | 24 |
| Octal | 21 | 35 | 246 | 132 | 123 | 0 | 43 | 353 | 121 | 44 |
| Binary | 10001 | 11101 | 10100110 | 1011010 | 1010011 | 0 | 100011 | 11101011 | 1010001 | 100100 |
Color Harmonies of #111DA6
Complementary color
Monochromatic Colors of #111DA6
Black with #111DA6
Text Example
Text Example
White with #111DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111DA6; }
p { color: rgb(17,29,166); }
H1.HeaderClassName
{
color: #111DA6;
}
.AnyTagClassName
{
color: #111DA6;
}
</style>
background-color css
<style>
a { background-color: #111DA6; }
a { background-color: rgb(17,29,166); }
div.DivClassName
{
background-color: #111DA6;
}
.BgClassName
{
background-color: #111DA6;
}
</style>
border-color css
<style>
span { border-color: #111DA6; }
span { border-color: rgb(17,29,166); }
td.TdClassName
{
border-color: #111DA6;
}
.TagClassName
{
border-color: #111DA6;
}
</style>