Shades of Egyptian Blue #111AB4
Tints of Egyptian Blue #111AB4
RGB
CMYK
RGB Variations
Color information
#111AB4 (or 0x111AB4) is known color: Egyptian Blue. HEX triplet: 11, 1A and B4. RGB value is (17,26,180). Sum of RGB (Red+Green+Blue) = 17+26+180=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 180 (70.70% from 255 or 80.72% from 223); Max value from RGB is 180 - color contains mainly: blue. Hex color #111AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111AB4 is #EEE54B. Grayscale: #282828. Windows color (decimal): -15656268 or 11803153. OLE color: 11803153.
HSL color Cylindrical-coordinate representation of color #111AB4: hue angle of 236.69º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111AB4 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 26 | 180 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.29 |
| HSL | 236.69º | 0.83% | 0.39% | - |
| HSV(B) | 236.69º | 0.91% | 0.71% | - |
| XYZ | 8.84 | 4.15 | 43.52 | - |
| YUV | 40.87 | 206.52 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 180 | 0.91 | 0.86 | 0 | 0.29 | 236.69 | 0.83 | 0.39 |
| Hex | 11 | 1A | B4 | 5B | 56 | 0 | 1D | ED | 53 | 27 |
| Octal | 21 | 32 | 264 | 133 | 126 | 0 | 35 | 355 | 123 | 47 |
| Binary | 10001 | 11010 | 10110100 | 1011011 | 1010110 | 0 | 11101 | 11101101 | 1010011 | 100111 |
Color Harmonies of #111AB4
Complementary color
Monochromatic Colors of #111AB4
Black with #111AB4
Text Example
Text Example
White with #111AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111AB4; }
p { color: rgb(17,26,180); }
H1.HeaderClassName
{
color: #111AB4;
}
.AnyTagClassName
{
color: #111AB4;
}
</style>
background-color css
<style>
a { background-color: #111AB4; }
a { background-color: rgb(17,26,180); }
div.DivClassName
{
background-color: #111AB4;
}
.BgClassName
{
background-color: #111AB4;
}
</style>
border-color css
<style>
span { border-color: #111AB4; }
span { border-color: rgb(17,26,180); }
td.TdClassName
{
border-color: #111AB4;
}
.TagClassName
{
border-color: #111AB4;
}
</style>