Shades of Egyptian Blue #111BAB
Tints of Egyptian Blue #111BAB
RGB
CMYK
RGB Variations
Color information
#111BAB (or 0x111BAB) is known color: Egyptian Blue. HEX triplet: 11, 1B and AB. RGB value is (17,27,171). Sum of RGB (Red+Green+Blue) = 17+27+171=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #111BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111BAB is #EEE454. Grayscale: #272727. Windows color (decimal): -15656021 or 11213585. OLE color: 11213585.
HSL color Cylindrical-coordinate representation of color #111BAB: hue angle of 236.1º 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 #111BAB is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 27 | 171 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.33 |
| HSL | 236.1º | 0.82% | 0.37% | - |
| HSV(B) | 236.1º | 0.9% | 0.67% | - |
| XYZ | 7.97 | 3.84 | 38.85 | - |
| YUV | 40.43 | 201.69 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 171 | 0.90 | 0.84 | 0 | 0.33 | 236.1 | 0.82 | 0.37 |
| Hex | 11 | 1B | AB | 5A | 54 | 0 | 21 | EC | 52 | 25 |
| Octal | 21 | 33 | 253 | 132 | 124 | 0 | 41 | 354 | 122 | 45 |
| Binary | 10001 | 11011 | 10101011 | 1011010 | 1010100 | 0 | 100001 | 11101100 | 1010010 | 100101 |
Color Harmonies of #111BAB
Complementary color
Monochromatic Colors of #111BAB
Black with #111BAB
Text Example
Text Example
White with #111BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BAB; }
p { color: rgb(17,27,171); }
H1.HeaderClassName
{
color: #111BAB;
}
.AnyTagClassName
{
color: #111BAB;
}
</style>
background-color css
<style>
a { background-color: #111BAB; }
a { background-color: rgb(17,27,171); }
div.DivClassName
{
background-color: #111BAB;
}
.BgClassName
{
background-color: #111BAB;
}
</style>
border-color css
<style>
span { border-color: #111BAB; }
span { border-color: rgb(17,27,171); }
td.TdClassName
{
border-color: #111BAB;
}
.TagClassName
{
border-color: #111BAB;
}
</style>