Shades of Egyptian Blue #111CB6
Tints of Egyptian Blue #111CB6
RGB
CMYK
RGB Variations
Color information
#111CB6 (or 0x111CB6) is known color: Egyptian Blue. HEX triplet: 11, 1C and B6. RGB value is (17,28,182). Sum of RGB (Red+Green+Blue) = 17+28+182=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 182 (71.48% from 255 or 80.18% from 227); Max value from RGB is 182 - color contains mainly: blue. Hex color #111CB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CB6 is #EEE349. Grayscale: #292929. Windows color (decimal): -15655754 or 11934737. OLE color: 11934737.
HSL color Cylindrical-coordinate representation of color #111CB6: hue angle of 236º 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 #111CB6 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 28 | 182 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.29 |
| HSL | 236º | 0.83% | 0.39% | - |
| HSV(B) | 236º | 0.91% | 0.71% | - |
| XYZ | 9.09 | 4.33 | 44.61 | - |
| YUV | 42.27 | 206.86 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 182 | 0.91 | 0.85 | 0 | 0.29 | 236 | 0.83 | 0.39 |
| Hex | 11 | 1C | B6 | 5B | 55 | 0 | 1D | EC | 53 | 27 |
| Octal | 21 | 34 | 266 | 133 | 125 | 0 | 35 | 354 | 123 | 47 |
| Binary | 10001 | 11100 | 10110110 | 1011011 | 1010101 | 0 | 11101 | 11101100 | 1010011 | 100111 |
Color Harmonies of #111CB6
Complementary color
Monochromatic Colors of #111CB6
Black with #111CB6
Text Example
Text Example
White with #111CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CB6; }
p { color: rgb(17,28,182); }
H1.HeaderClassName
{
color: #111CB6;
}
.AnyTagClassName
{
color: #111CB6;
}
</style>
background-color css
<style>
a { background-color: #111CB6; }
a { background-color: rgb(17,28,182); }
div.DivClassName
{
background-color: #111CB6;
}
.BgClassName
{
background-color: #111CB6;
}
</style>
border-color css
<style>
span { border-color: #111CB6; }
span { border-color: rgb(17,28,182); }
td.TdClassName
{
border-color: #111CB6;
}
.TagClassName
{
border-color: #111CB6;
}
</style>