Shades of Egyptian Blue #111FAD
Tints of Egyptian Blue #111FAD
RGB
CMYK
RGB Variations
Color information
#111FAD (or 0x111FAD) is known color: Egyptian Blue. HEX triplet: 11, 1F and AD. RGB value is (17,31,173). Sum of RGB (Red+Green+Blue) = 17+31+173=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 173 (67.97% from 255 or 78.28% from 221); Max value from RGB is 173 - color contains mainly: blue. Hex color #111FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111FAD is #EEE052. Grayscale: #2A2A2A. Windows color (decimal): -15654995 or 11345681. OLE color: 11345681.
HSL color Cylindrical-coordinate representation of color #111FAD: hue angle of 234.62º 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 #111FAD is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 31 | 173 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.32 |
| HSL | 234.62º | 0.82% | 0.37% | - |
| HSV(B) | 234.62º | 0.9% | 0.68% | - |
| XYZ | 8.26 | 4.12 | 39.89 | - |
| YUV | 43 | 201.36 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 173 | 0.90 | 0.82 | 0 | 0.32 | 234.62 | 0.82 | 0.37 |
| Hex | 11 | 1F | AD | 5A | 52 | 0 | 20 | EB | 52 | 25 |
| Octal | 21 | 37 | 255 | 132 | 122 | 0 | 40 | 353 | 122 | 45 |
| Binary | 10001 | 11111 | 10101101 | 1011010 | 1010010 | 0 | 100000 | 11101011 | 1010010 | 100101 |
Color Harmonies of #111FAD
Complementary color
Monochromatic Colors of #111FAD
Black with #111FAD
Text Example
Text Example
White with #111FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111FAD; }
p { color: rgb(17,31,173); }
H1.HeaderClassName
{
color: #111FAD;
}
.AnyTagClassName
{
color: #111FAD;
}
</style>
background-color css
<style>
a { background-color: #111FAD; }
a { background-color: rgb(17,31,173); }
div.DivClassName
{
background-color: #111FAD;
}
.BgClassName
{
background-color: #111FAD;
}
</style>
border-color css
<style>
span { border-color: #111FAD; }
span { border-color: rgb(17,31,173); }
td.TdClassName
{
border-color: #111FAD;
}
.TagClassName
{
border-color: #111FAD;
}
</style>