Shades of Egyptian Blue #111BA6
Tints of Egyptian Blue #111BA6
RGB
CMYK
RGB Variations
Color information
#111BA6 (or 0x111BA6) is known color: Egyptian Blue. HEX triplet: 11, 1B and A6. RGB value is (17,27,166). Sum of RGB (Red+Green+Blue) = 17+27+166=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 166 (65.23% from 255 or 79.05% from 210); Max value from RGB is 166 - color contains mainly: blue. Hex color #111BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111BA6 is #EEE459. Grayscale: #272727. Windows color (decimal): -15656026 or 10885905. OLE color: 10885905.
HSL color Cylindrical-coordinate representation of color #111BA6: hue angle of 235.97º 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 #111BA6 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 27 | 166 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.35 |
| HSL | 235.97º | 0.81% | 0.36% | - |
| HSV(B) | 235.97º | 0.9% | 0.65% | - |
| XYZ | 7.51 | 3.66 | 36.39 | - |
| YUV | 39.86 | 199.19 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 166 | 0.90 | 0.84 | 0 | 0.35 | 235.97 | 0.81 | 0.36 |
| Hex | 11 | 1B | A6 | 5A | 54 | 0 | 23 | EC | 51 | 24 |
| Octal | 21 | 33 | 246 | 132 | 124 | 0 | 43 | 354 | 121 | 44 |
| Binary | 10001 | 11011 | 10100110 | 1011010 | 1010100 | 0 | 100011 | 11101100 | 1010001 | 100100 |
Color Harmonies of #111BA6
Complementary color
Monochromatic Colors of #111BA6
Black with #111BA6
Text Example
Text Example
White with #111BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BA6; }
p { color: rgb(17,27,166); }
H1.HeaderClassName
{
color: #111BA6;
}
.AnyTagClassName
{
color: #111BA6;
}
</style>
background-color css
<style>
a { background-color: #111BA6; }
a { background-color: rgb(17,27,166); }
div.DivClassName
{
background-color: #111BA6;
}
.BgClassName
{
background-color: #111BA6;
}
</style>
border-color css
<style>
span { border-color: #111BA6; }
span { border-color: rgb(17,27,166); }
td.TdClassName
{
border-color: #111BA6;
}
.TagClassName
{
border-color: #111BA6;
}
</style>