Shades of Egyptian Blue #111BAE
Tints of Egyptian Blue #111BAE
RGB
CMYK
RGB Variations
Color information
#111BAE (or 0x111BAE) is known color: Egyptian Blue. HEX triplet: 11, 1B and AE. RGB value is (17,27,174). Sum of RGB (Red+Green+Blue) = 17+27+174=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 174 (68.36% from 255 or 79.82% from 218); Max value from RGB is 174 - color contains mainly: blue. Hex color #111BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111BAE is #EEE451. Grayscale: #282828. Windows color (decimal): -15656018 or 11410193. OLE color: 11410193.
HSL color Cylindrical-coordinate representation of color #111BAE: hue angle of 236.18º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111BAE is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 27 | 174 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.32 |
| HSL | 236.18º | 0.82% | 0.37% | - |
| HSV(B) | 236.18º | 0.9% | 0.68% | - |
| XYZ | 8.26 | 3.96 | 40.37 | - |
| YUV | 40.77 | 203.19 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 174 | 0.90 | 0.84 | 0 | 0.32 | 236.18 | 0.82 | 0.37 |
| Hex | 11 | 1B | AE | 5A | 54 | 0 | 20 | EC | 52 | 25 |
| Octal | 21 | 33 | 256 | 132 | 124 | 0 | 40 | 354 | 122 | 45 |
| Binary | 10001 | 11011 | 10101110 | 1011010 | 1010100 | 0 | 100000 | 11101100 | 1010010 | 100101 |
Color Harmonies of #111BAE
Complementary color
Monochromatic Colors of #111BAE
Black with #111BAE
Text Example
Text Example
White with #111BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BAE; }
p { color: rgb(17,27,174); }
H1.HeaderClassName
{
color: #111BAE;
}
.AnyTagClassName
{
color: #111BAE;
}
</style>
background-color css
<style>
a { background-color: #111BAE; }
a { background-color: rgb(17,27,174); }
div.DivClassName
{
background-color: #111BAE;
}
.BgClassName
{
background-color: #111BAE;
}
</style>
border-color css
<style>
span { border-color: #111BAE; }
span { border-color: rgb(17,27,174); }
td.TdClassName
{
border-color: #111BAE;
}
.TagClassName
{
border-color: #111BAE;
}
</style>