Shades of Egyptian Blue #111DA1
Tints of Egyptian Blue #111DA1
RGB
CMYK
RGB Variations
Color information
#111DA1 (or 0x111DA1) is known color: Egyptian Blue. HEX triplet: 11, 1D and A1. RGB value is (17,29,161). Sum of RGB (Red+Green+Blue) = 17+29+161=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 161 (63.28% from 255 or 77.78% from 207); Max value from RGB is 161 - color contains mainly: blue. Hex color #111DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111DA1 is #EEE25E. Grayscale: #272727. Windows color (decimal): -15655519 or 10558737. OLE color: 10558737.
HSL color Cylindrical-coordinate representation of color #111DA1: hue angle of 235º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111DA1 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 29 | 161 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.37 |
| HSL | 235º | 0.81% | 0.35% | - |
| HSV(B) | 235º | 0.89% | 0.63% | - |
| XYZ | 7.1 | 3.57 | 34.03 | - |
| YUV | 40.46 | 196.02 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 161 | 0.89 | 0.82 | 0 | 0.37 | 235 | 0.81 | 0.35 |
| Hex | 11 | 1D | A1 | 59 | 52 | 0 | 25 | EB | 51 | 23 |
| Octal | 21 | 35 | 241 | 131 | 122 | 0 | 45 | 353 | 121 | 43 |
| Binary | 10001 | 11101 | 10100001 | 1011001 | 1010010 | 0 | 100101 | 11101011 | 1010001 | 100011 |
Color Harmonies of #111DA1
Complementary color
Monochromatic Colors of #111DA1
Black with #111DA1
Text Example
Text Example
White with #111DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111DA1; }
p { color: rgb(17,29,161); }
H1.HeaderClassName
{
color: #111DA1;
}
.AnyTagClassName
{
color: #111DA1;
}
</style>
background-color css
<style>
a { background-color: #111DA1; }
a { background-color: rgb(17,29,161); }
div.DivClassName
{
background-color: #111DA1;
}
.BgClassName
{
background-color: #111DA1;
}
</style>
border-color css
<style>
span { border-color: #111DA1; }
span { border-color: rgb(17,29,161); }
td.TdClassName
{
border-color: #111DA1;
}
.TagClassName
{
border-color: #111DA1;
}
</style>