Shades of Egyptian Blue #113EA0
Tints of Egyptian Blue #113EA0
RGB
CMYK
RGB Variations
Color information
#113EA0 (or 0x113EA0) is known color: Egyptian Blue. HEX triplet: 11, 3E and A0. RGB value is (17,62,160). Sum of RGB (Red+Green+Blue) = 17+62+160=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 160 (62.89% from 255 or 66.95% from 239); Max value from RGB is 160 - color contains mainly: blue. Hex color #113EA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113EA0 is #EEC15F. Grayscale: #3B3B3B. Windows color (decimal): -15647072 or 10501649. OLE color: 10501649.
HSL color Cylindrical-coordinate representation of color #113EA0: hue angle of 221.12º 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 #113EA0 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 62 | 160 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.37 |
| HSL | 221.12º | 0.81% | 0.35% | - |
| HSV(B) | 221.12º | 0.89% | 0.63% | - |
| XYZ | 8.3 | 6.1 | 34 | - |
| YUV | 59.72 | 184.59 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 160 | 0.89 | 0.61 | 0 | 0.37 | 221.12 | 0.81 | 0.35 |
| Hex | 11 | 3E | A0 | 59 | 3D | 0 | 25 | DD | 51 | 23 |
| Octal | 21 | 76 | 240 | 131 | 75 | 0 | 45 | 335 | 121 | 43 |
| Binary | 10001 | 111110 | 10100000 | 1011001 | 111101 | 0 | 100101 | 11011101 | 1010001 | 100011 |
Color Harmonies of #113EA0
Complementary color
Monochromatic Colors of #113EA0
Black with #113EA0
Text Example
Text Example
White with #113EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113EA0; }
p { color: rgb(17,62,160); }
H1.HeaderClassName
{
color: #113EA0;
}
.AnyTagClassName
{
color: #113EA0;
}
</style>
background-color css
<style>
a { background-color: #113EA0; }
a { background-color: rgb(17,62,160); }
div.DivClassName
{
background-color: #113EA0;
}
.BgClassName
{
background-color: #113EA0;
}
</style>
border-color css
<style>
span { border-color: #113EA0; }
span { border-color: rgb(17,62,160); }
td.TdClassName
{
border-color: #113EA0;
}
.TagClassName
{
border-color: #113EA0;
}
</style>