Shades of Egyptian Blue #111AAA
Tints of Egyptian Blue #111AAA
RGB
CMYK
RGB Variations
Color information
#111AAA (or 0x111AAA) is known color: Egyptian Blue. HEX triplet: 11, 1A and AA. RGB value is (17,26,170). Sum of RGB (Red+Green+Blue) = 17+26+170=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #111AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111AAA is #EEE555. Grayscale: #272727. Windows color (decimal): -15656278 or 11147793. OLE color: 11147793.
HSL color Cylindrical-coordinate representation of color #111AAA: hue angle of 236.47º 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 #111AAA is Cyan = 0.9, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 26 | 170 | - |
| CMYK | 0.9 | 0.85 | 0 | 0.33 |
| HSL | 236.47º | 0.82% | 0.37% | - |
| HSV(B) | 236.47º | 0.9% | 0.67% | - |
| XYZ | 7.86 | 3.76 | 38.34 | - |
| YUV | 39.73 | 201.52 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 170 | 0.9 | 0.85 | 0 | 0.33 | 236.47 | 0.82 | 0.37 |
| Hex | 11 | 1A | AA | 5A | 55 | 0 | 21 | EC | 52 | 25 |
| Octal | 21 | 32 | 252 | 132 | 125 | 0 | 41 | 354 | 122 | 45 |
| Binary | 10001 | 11010 | 10101010 | 1011010 | 1010101 | 0 | 100001 | 11101100 | 1010010 | 100101 |
Color Harmonies of #111AAA
Complementary color
Monochromatic Colors of #111AAA
Black with #111AAA
Text Example
Text Example
White with #111AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111AAA; }
p { color: rgb(17,26,170); }
H1.HeaderClassName
{
color: #111AAA;
}
.AnyTagClassName
{
color: #111AAA;
}
</style>
background-color css
<style>
a { background-color: #111AAA; }
a { background-color: rgb(17,26,170); }
div.DivClassName
{
background-color: #111AAA;
}
.BgClassName
{
background-color: #111AAA;
}
</style>
border-color css
<style>
span { border-color: #111AAA; }
span { border-color: rgb(17,26,170); }
td.TdClassName
{
border-color: #111AAA;
}
.TagClassName
{
border-color: #111AAA;
}
</style>