Shades of Egyptian Blue #1119AB
Tints of Egyptian Blue #1119AB
RGB
CMYK
RGB Variations
Color information
#1119AB (or 0x1119AB) is known color: Egyptian Blue. HEX triplet: 11, 19 and AB. RGB value is (17,25,171). Sum of RGB (Red+Green+Blue) = 17+25+171=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 171 (67.19% from 255 or 80.28% from 213); Max value from RGB is 171 - color contains mainly: blue. Hex color #1119AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1119AB is #EEE654. Grayscale: #262626. Windows color (decimal): -15656533 or 11213073. OLE color: 11213073.
HSL color Cylindrical-coordinate representation of color #1119AB: hue angle of 236.88º 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 #1119AB is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 25 | 171 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.33 |
| HSL | 236.88º | 0.82% | 0.37% | - |
| HSV(B) | 236.88º | 0.9% | 0.67% | - |
| XYZ | 7.93 | 3.75 | 38.83 | - |
| YUV | 39.25 | 202.35 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 171 | 0.90 | 0.85 | 0 | 0.33 | 236.88 | 0.82 | 0.37 |
| Hex | 11 | 19 | AB | 5A | 55 | 0 | 21 | ED | 52 | 25 |
| Octal | 21 | 31 | 253 | 132 | 125 | 0 | 41 | 355 | 122 | 45 |
| Binary | 10001 | 11001 | 10101011 | 1011010 | 1010101 | 0 | 100001 | 11101101 | 1010010 | 100101 |
Color Harmonies of #1119AB
Complementary color
Monochromatic Colors of #1119AB
Black with #1119AB
Text Example
Text Example
White with #1119AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1119AB; }
p { color: rgb(17,25,171); }
H1.HeaderClassName
{
color: #1119AB;
}
.AnyTagClassName
{
color: #1119AB;
}
</style>
background-color css
<style>
a { background-color: #1119AB; }
a { background-color: rgb(17,25,171); }
div.DivClassName
{
background-color: #1119AB;
}
.BgClassName
{
background-color: #1119AB;
}
</style>
border-color css
<style>
span { border-color: #1119AB; }
span { border-color: rgb(17,25,171); }
td.TdClassName
{
border-color: #1119AB;
}
.TagClassName
{
border-color: #1119AB;
}
</style>