Shades of Egyptian Blue #111FA1
Tints of Egyptian Blue #111FA1
RGB
CMYK
RGB Variations
Color information
#111FA1 (or 0x111FA1) is known color: Egyptian Blue. HEX triplet: 11, 1F and A1. RGB value is (17,31,161). Sum of RGB (Red+Green+Blue) = 17+31+161=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 161 (63.28% from 255 or 77.03% from 209); Max value from RGB is 161 - color contains mainly: blue. Hex color #111FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111FA1 is #EEE05E. Grayscale: #292929. Windows color (decimal): -15655007 or 10559249. OLE color: 10559249.
HSL color Cylindrical-coordinate representation of color #111FA1: hue angle of 234.17º 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 #111FA1 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 31 | 161 | - |
| CMYK | 0.89 | 0.81 | 0 | 0.37 |
| HSL | 234.17º | 0.81% | 0.35% | - |
| HSV(B) | 234.17º | 0.89% | 0.63% | - |
| XYZ | 7.15 | 3.67 | 34.05 | - |
| YUV | 41.63 | 195.36 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 161 | 0.89 | 0.81 | 0 | 0.37 | 234.17 | 0.81 | 0.35 |
| Hex | 11 | 1F | A1 | 59 | 51 | 0 | 25 | EA | 51 | 23 |
| Octal | 21 | 37 | 241 | 131 | 121 | 0 | 45 | 352 | 121 | 43 |
| Binary | 10001 | 11111 | 10100001 | 1011001 | 1010001 | 0 | 100101 | 11101010 | 1010001 | 100011 |
Color Harmonies of #111FA1
Complementary color
Monochromatic Colors of #111FA1
Black with #111FA1
Text Example
Text Example
White with #111FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111FA1; }
p { color: rgb(17,31,161); }
H1.HeaderClassName
{
color: #111FA1;
}
.AnyTagClassName
{
color: #111FA1;
}
</style>
background-color css
<style>
a { background-color: #111FA1; }
a { background-color: rgb(17,31,161); }
div.DivClassName
{
background-color: #111FA1;
}
.BgClassName
{
background-color: #111FA1;
}
</style>
border-color css
<style>
span { border-color: #111FA1; }
span { border-color: rgb(17,31,161); }
td.TdClassName
{
border-color: #111FA1;
}
.TagClassName
{
border-color: #111FA1;
}
</style>