Shades of Egyptian Blue #111AB3
Tints of Egyptian Blue #111AB3
RGB
CMYK
RGB Variations
Color information
#111AB3 (or 0x111AB3) is known color: Egyptian Blue. HEX triplet: 11, 1A and B3. RGB value is (17,26,179). Sum of RGB (Red+Green+Blue) = 17+26+179=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 179 (70.31% from 255 or 80.63% from 222); Max value from RGB is 179 - color contains mainly: blue. Hex color #111AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111AB3 is #EEE54C. Grayscale: #282828. Windows color (decimal): -15656269 or 11737617. OLE color: 11737617.
HSL color Cylindrical-coordinate representation of color #111AB3: hue angle of 236.67º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111AB3 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 26 | 179 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.30 |
| HSL | 236.67º | 0.83% | 0.38% | - |
| HSV(B) | 236.67º | 0.91% | 0.7% | - |
| XYZ | 8.74 | 4.11 | 42.98 | - |
| YUV | 40.75 | 206.02 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 179 | 0.91 | 0.85 | 0 | 0.30 | 236.67 | 0.83 | 0.38 |
| Hex | 11 | 1A | B3 | 5B | 55 | 0 | 1E | ED | 53 | 26 |
| Octal | 21 | 32 | 263 | 133 | 125 | 0 | 36 | 355 | 123 | 46 |
| Binary | 10001 | 11010 | 10110011 | 1011011 | 1010101 | 0 | 11110 | 11101101 | 1010011 | 100110 |
Color Harmonies of #111AB3
Complementary color
Monochromatic Colors of #111AB3
Black with #111AB3
Text Example
Text Example
White with #111AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111AB3; }
p { color: rgb(17,26,179); }
H1.HeaderClassName
{
color: #111AB3;
}
.AnyTagClassName
{
color: #111AB3;
}
</style>
background-color css
<style>
a { background-color: #111AB3; }
a { background-color: rgb(17,26,179); }
div.DivClassName
{
background-color: #111AB3;
}
.BgClassName
{
background-color: #111AB3;
}
</style>
border-color css
<style>
span { border-color: #111AB3; }
span { border-color: rgb(17,26,179); }
td.TdClassName
{
border-color: #111AB3;
}
.TagClassName
{
border-color: #111AB3;
}
</style>