Shades of Egyptian Blue #111FA0
Tints of Egyptian Blue #111FA0
RGB
CMYK
RGB Variations
Color information
#111FA0 (or 0x111FA0) is known color: Egyptian Blue. HEX triplet: 11, 1F and A0. RGB value is (17,31,160). Sum of RGB (Red+Green+Blue) = 17+31+160=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 160 (62.89% from 255 or 76.92% from 208); Max value from RGB is 160 - color contains mainly: blue. Hex color #111FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111FA0 is #EEE05F. Grayscale: #282828. Windows color (decimal): -15655008 or 10493713. OLE color: 10493713.
HSL color Cylindrical-coordinate representation of color #111FA0: hue angle of 234.13º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #111FA0 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 31 | 160 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.37 |
| HSL | 234.13º | 0.81% | 0.35% | - |
| HSV(B) | 234.13º | 0.89% | 0.63% | - |
| XYZ | 7.07 | 3.64 | 33.59 | - |
| YUV | 41.52 | 194.86 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 160 | 0.89 | 0.81 | 0 | 0.37 | 234.13 | 0.81 | 0.35 |
| Hex | 11 | 1F | A0 | 59 | 51 | 0 | 25 | EA | 51 | 23 |
| Octal | 21 | 37 | 240 | 131 | 121 | 0 | 45 | 352 | 121 | 43 |
| Binary | 10001 | 11111 | 10100000 | 1011001 | 1010001 | 0 | 100101 | 11101010 | 1010001 | 100011 |
Color Harmonies of #111FA0
Complementary color
Monochromatic Colors of #111FA0
Black with #111FA0
Text Example
Text Example
White with #111FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111FA0; }
p { color: rgb(17,31,160); }
H1.HeaderClassName
{
color: #111FA0;
}
.AnyTagClassName
{
color: #111FA0;
}
</style>
background-color css
<style>
a { background-color: #111FA0; }
a { background-color: rgb(17,31,160); }
div.DivClassName
{
background-color: #111FA0;
}
.BgClassName
{
background-color: #111FA0;
}
</style>
border-color css
<style>
span { border-color: #111FA0; }
span { border-color: rgb(17,31,160); }
td.TdClassName
{
border-color: #111FA0;
}
.TagClassName
{
border-color: #111FA0;
}
</style>