Shades of Egyptian Blue #111EAD
Tints of Egyptian Blue #111EAD
RGB
CMYK
RGB Variations
Color information
#111EAD (or 0x111EAD) is known color: Egyptian Blue. HEX triplet: 11, 1E and AD. RGB value is (17,30,173). Sum of RGB (Red+Green+Blue) = 17+30+173=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 173 (67.97% from 255 or 78.64% from 220); Max value from RGB is 173 - color contains mainly: blue. Hex color #111EAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111EAD is #EEE152. Grayscale: #292929. Windows color (decimal): -15655251 or 11345425. OLE color: 11345425.
HSL color Cylindrical-coordinate representation of color #111EAD: hue angle of 235º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111EAD is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 30 | 173 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.32 |
| HSL | 235º | 0.82% | 0.37% | - |
| HSV(B) | 235º | 0.9% | 0.68% | - |
| XYZ | 8.24 | 4.06 | 39.89 | - |
| YUV | 42.42 | 201.69 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 173 | 0.90 | 0.83 | 0 | 0.32 | 235 | 0.82 | 0.37 |
| Hex | 11 | 1E | AD | 5A | 53 | 0 | 20 | EB | 52 | 25 |
| Octal | 21 | 36 | 255 | 132 | 123 | 0 | 40 | 353 | 122 | 45 |
| Binary | 10001 | 11110 | 10101101 | 1011010 | 1010011 | 0 | 100000 | 11101011 | 1010010 | 100101 |
Color Harmonies of #111EAD
Complementary color
Monochromatic Colors of #111EAD
Black with #111EAD
Text Example
Text Example
White with #111EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111EAD; }
p { color: rgb(17,30,173); }
H1.HeaderClassName
{
color: #111EAD;
}
.AnyTagClassName
{
color: #111EAD;
}
</style>
background-color css
<style>
a { background-color: #111EAD; }
a { background-color: rgb(17,30,173); }
div.DivClassName
{
background-color: #111EAD;
}
.BgClassName
{
background-color: #111EAD;
}
</style>
border-color css
<style>
span { border-color: #111EAD; }
span { border-color: rgb(17,30,173); }
td.TdClassName
{
border-color: #111EAD;
}
.TagClassName
{
border-color: #111EAD;
}
</style>