Shades of Egyptian Blue #111AB6
Tints of Egyptian Blue #111AB6
RGB
CMYK
RGB Variations
Color information
#111AB6 (or 0x111AB6) is known color: Egyptian Blue. HEX triplet: 11, 1A and B6. RGB value is (17,26,182). Sum of RGB (Red+Green+Blue) = 17+26+182=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 182 (71.48% from 255 or 80.89% from 225); Max value from RGB is 182 - color contains mainly: blue. Hex color #111AB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111AB6 is #EEE549. Grayscale: #282828. Windows color (decimal): -15656266 or 11934225. OLE color: 11934225.
HSL color Cylindrical-coordinate representation of color #111AB6: hue angle of 236.73º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111AB6 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 26 | 182 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.29 |
| HSL | 236.73º | 0.83% | 0.39% | - |
| HSV(B) | 236.73º | 0.91% | 0.71% | - |
| XYZ | 9.04 | 4.24 | 44.6 | - |
| YUV | 41.09 | 207.52 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 182 | 0.91 | 0.86 | 0 | 0.29 | 236.73 | 0.83 | 0.39 |
| Hex | 11 | 1A | B6 | 5B | 56 | 0 | 1D | ED | 53 | 27 |
| Octal | 21 | 32 | 266 | 133 | 126 | 0 | 35 | 355 | 123 | 47 |
| Binary | 10001 | 11010 | 10110110 | 1011011 | 1010110 | 0 | 11101 | 11101101 | 1010011 | 100111 |
Color Harmonies of #111AB6
Complementary color
Monochromatic Colors of #111AB6
Black with #111AB6
Text Example
Text Example
White with #111AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111AB6; }
p { color: rgb(17,26,182); }
H1.HeaderClassName
{
color: #111AB6;
}
.AnyTagClassName
{
color: #111AB6;
}
</style>
background-color css
<style>
a { background-color: #111AB6; }
a { background-color: rgb(17,26,182); }
div.DivClassName
{
background-color: #111AB6;
}
.BgClassName
{
background-color: #111AB6;
}
</style>
border-color css
<style>
span { border-color: #111AB6; }
span { border-color: rgb(17,26,182); }
td.TdClassName
{
border-color: #111AB6;
}
.TagClassName
{
border-color: #111AB6;
}
</style>