Shades of Egyptian Blue #113EAE
Tints of Egyptian Blue #113EAE
RGB
CMYK
RGB Variations
Color information
#113EAE (or 0x113EAE) is known color: Egyptian Blue. HEX triplet: 11, 3E and AE. RGB value is (17,62,174). Sum of RGB (Red+Green+Blue) = 17+62+174=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #113EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113EAE is #EEC151. Grayscale: #3C3C3C. Windows color (decimal): -15647058 or 11419153. OLE color: 11419153.
HSL color Cylindrical-coordinate representation of color #113EAE: hue angle of 222.8º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113EAE is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 62 | 174 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.32 |
| HSL | 222.8º | 0.82% | 0.37% | - |
| HSV(B) | 222.8º | 0.9% | 0.68% | - |
| XYZ | 9.59 | 6.62 | 40.82 | - |
| YUV | 61.31 | 191.59 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 62 | 174 | 0.90 | 0.64 | 0 | 0.32 | 222.8 | 0.82 | 0.37 |
| Hex | 11 | 3E | AE | 5A | 40 | 0 | 20 | DF | 52 | 25 |
| Octal | 21 | 76 | 256 | 132 | 100 | 0 | 40 | 337 | 122 | 45 |
| Binary | 10001 | 111110 | 10101110 | 1011010 | 1000000 | 0 | 100000 | 11011111 | 1010010 | 100101 |
Color Harmonies of #113EAE
Complementary color
Monochromatic Colors of #113EAE
Black with #113EAE
Text Example
Text Example
White with #113EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113EAE; }
p { color: rgb(17,62,174); }
H1.HeaderClassName
{
color: #113EAE;
}
.AnyTagClassName
{
color: #113EAE;
}
</style>
background-color css
<style>
a { background-color: #113EAE; }
a { background-color: rgb(17,62,174); }
div.DivClassName
{
background-color: #113EAE;
}
.BgClassName
{
background-color: #113EAE;
}
</style>
border-color css
<style>
span { border-color: #113EAE; }
span { border-color: rgb(17,62,174); }
td.TdClassName
{
border-color: #113EAE;
}
.TagClassName
{
border-color: #113EAE;
}
</style>