Shades of Egyptian Blue #111FAB
Tints of Egyptian Blue #111FAB
RGB
CMYK
RGB Variations
Color information
#111FAB (or 0x111FAB) is known color: Egyptian Blue. HEX triplet: 11, 1F and AB. RGB value is (17,31,171). Sum of RGB (Red+Green+Blue) = 17+31+171=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #111FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111FAB is #EEE054. Grayscale: #2A2A2A. Windows color (decimal): -15654997 or 11214609. OLE color: 11214609.
HSL color Cylindrical-coordinate representation of color #111FAB: hue angle of 234.55º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111FAB is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 31 | 171 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.33 |
| HSL | 234.55º | 0.82% | 0.37% | - |
| HSV(B) | 234.55º | 0.9% | 0.67% | - |
| XYZ | 8.07 | 4.04 | 38.88 | - |
| YUV | 42.77 | 200.36 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 171 | 0.90 | 0.82 | 0 | 0.33 | 234.55 | 0.82 | 0.37 |
| Hex | 11 | 1F | AB | 5A | 52 | 0 | 21 | EB | 52 | 25 |
| Octal | 21 | 37 | 253 | 132 | 122 | 0 | 41 | 353 | 122 | 45 |
| Binary | 10001 | 11111 | 10101011 | 1011010 | 1010010 | 0 | 100001 | 11101011 | 1010010 | 100101 |
Color Harmonies of #111FAB
Complementary color
Monochromatic Colors of #111FAB
Black with #111FAB
Text Example
Text Example
White with #111FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111FAB; }
p { color: rgb(17,31,171); }
H1.HeaderClassName
{
color: #111FAB;
}
.AnyTagClassName
{
color: #111FAB;
}
</style>
background-color css
<style>
a { background-color: #111FAB; }
a { background-color: rgb(17,31,171); }
div.DivClassName
{
background-color: #111FAB;
}
.BgClassName
{
background-color: #111FAB;
}
</style>
border-color css
<style>
span { border-color: #111FAB; }
span { border-color: rgb(17,31,171); }
td.TdClassName
{
border-color: #111FAB;
}
.TagClassName
{
border-color: #111FAB;
}
</style>