Shades of Egyptian Blue #111DA4
Tints of Egyptian Blue #111DA4
RGB
CMYK
RGB Variations
Color information
#111DA4 (or 0x111DA4) is known color: Egyptian Blue. HEX triplet: 11, 1D and A4. RGB value is (17,29,164). Sum of RGB (Red+Green+Blue) = 17+29+164=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 164 (64.45% from 255 or 78.10% from 210); Max value from RGB is 164 - color contains mainly: blue. Hex color #111DA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111DA4 is #EEE25B. Grayscale: #282828. Windows color (decimal): -15655516 or 10755345. OLE color: 10755345.
HSL color Cylindrical-coordinate representation of color #111DA4: hue angle of 235.1º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111DA4 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 29 | 164 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.36 |
| HSL | 235.1º | 0.81% | 0.35% | - |
| HSV(B) | 235.1º | 0.9% | 0.64% | - |
| XYZ | 7.37 | 3.68 | 35.44 | - |
| YUV | 40.8 | 197.52 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 164 | 0.90 | 0.82 | 0 | 0.36 | 235.1 | 0.81 | 0.35 |
| Hex | 11 | 1D | A4 | 5A | 52 | 0 | 24 | EB | 51 | 23 |
| Octal | 21 | 35 | 244 | 132 | 122 | 0 | 44 | 353 | 121 | 43 |
| Binary | 10001 | 11101 | 10100100 | 1011010 | 1010010 | 0 | 100100 | 11101011 | 1010001 | 100011 |
Color Harmonies of #111DA4
Complementary color
Monochromatic Colors of #111DA4
Black with #111DA4
Text Example
Text Example
White with #111DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111DA4; }
p { color: rgb(17,29,164); }
H1.HeaderClassName
{
color: #111DA4;
}
.AnyTagClassName
{
color: #111DA4;
}
</style>
background-color css
<style>
a { background-color: #111DA4; }
a { background-color: rgb(17,29,164); }
div.DivClassName
{
background-color: #111DA4;
}
.BgClassName
{
background-color: #111DA4;
}
</style>
border-color css
<style>
span { border-color: #111DA4; }
span { border-color: rgb(17,29,164); }
td.TdClassName
{
border-color: #111DA4;
}
.TagClassName
{
border-color: #111DA4;
}
</style>