Shades of Egyptian Blue #111EB0
Tints of Egyptian Blue #111EB0
RGB
CMYK
RGB Variations
Color information
#111EB0 (or 0x111EB0) is known color: Egyptian Blue. HEX triplet: 11, 1E and B0. RGB value is (17,30,176). Sum of RGB (Red+Green+Blue) = 17+30+176=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 176 (69.14% from 255 or 78.92% from 223); Max value from RGB is 176 - color contains mainly: blue. Hex color #111EB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111EB0 is #EEE14F. Grayscale: #2A2A2A. Windows color (decimal): -15655248 or 11542033. OLE color: 11542033.
HSL color Cylindrical-coordinate representation of color #111EB0: hue angle of 235.09º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111EB0 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 30 | 176 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.31 |
| HSL | 235.09º | 0.82% | 0.38% | - |
| HSV(B) | 235.09º | 0.9% | 0.69% | - |
| XYZ | 8.53 | 4.18 | 41.43 | - |
| YUV | 42.76 | 203.19 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 176 | 0.90 | 0.83 | 0 | 0.31 | 235.09 | 0.82 | 0.38 |
| Hex | 11 | 1E | B0 | 5A | 53 | 0 | 1F | EB | 52 | 26 |
| Octal | 21 | 36 | 260 | 132 | 123 | 0 | 37 | 353 | 122 | 46 |
| Binary | 10001 | 11110 | 10110000 | 1011010 | 1010011 | 0 | 11111 | 11101011 | 1010010 | 100110 |
Color Harmonies of #111EB0
Complementary color
Monochromatic Colors of #111EB0
Black with #111EB0
Text Example
Text Example
White with #111EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111EB0; }
p { color: rgb(17,30,176); }
H1.HeaderClassName
{
color: #111EB0;
}
.AnyTagClassName
{
color: #111EB0;
}
</style>
background-color css
<style>
a { background-color: #111EB0; }
a { background-color: rgb(17,30,176); }
div.DivClassName
{
background-color: #111EB0;
}
.BgClassName
{
background-color: #111EB0;
}
</style>
border-color css
<style>
span { border-color: #111EB0; }
span { border-color: rgb(17,30,176); }
td.TdClassName
{
border-color: #111EB0;
}
.TagClassName
{
border-color: #111EB0;
}
</style>