Shades of Egyptian Blue #113EAC
Tints of Egyptian Blue #113EAC
RGB
CMYK
RGB Variations
Color information
#113EAC (or 0x113EAC) is known color: Egyptian Blue. HEX triplet: 11, 3E and AC. RGB value is (17,62,172). Sum of RGB (Red+Green+Blue) = 17+62+172=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #113EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113EAC is #EEC153. Grayscale: #3C3C3C. Windows color (decimal): -15647060 or 11288081. OLE color: 11288081.
HSL color Cylindrical-coordinate representation of color #113EAC: hue angle of 222.58º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113EAC is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 62 | 172 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.33 |
| HSL | 222.58º | 0.82% | 0.37% | - |
| HSV(B) | 222.58º | 0.9% | 0.67% | - |
| XYZ | 9.4 | 6.54 | 39.8 | - |
| YUV | 61.09 | 190.59 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 172 | 0.90 | 0.64 | 0 | 0.33 | 222.58 | 0.82 | 0.37 |
| Hex | 11 | 3E | AC | 5A | 40 | 0 | 21 | DF | 52 | 25 |
| Octal | 21 | 76 | 254 | 132 | 100 | 0 | 41 | 337 | 122 | 45 |
| Binary | 10001 | 111110 | 10101100 | 1011010 | 1000000 | 0 | 100001 | 11011111 | 1010010 | 100101 |
Color Harmonies of #113EAC
Complementary color
Monochromatic Colors of #113EAC
Black with #113EAC
Text Example
Text Example
White with #113EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113EAC; }
p { color: rgb(17,62,172); }
H1.HeaderClassName
{
color: #113EAC;
}
.AnyTagClassName
{
color: #113EAC;
}
</style>
background-color css
<style>
a { background-color: #113EAC; }
a { background-color: rgb(17,62,172); }
div.DivClassName
{
background-color: #113EAC;
}
.BgClassName
{
background-color: #113EAC;
}
</style>
border-color css
<style>
span { border-color: #113EAC; }
span { border-color: rgb(17,62,172); }
td.TdClassName
{
border-color: #113EAC;
}
.TagClassName
{
border-color: #113EAC;
}
</style>