Shades of Egyptian Blue #113AA6
Tints of Egyptian Blue #113AA6
RGB
CMYK
RGB Variations
Color information
#113AA6 (or 0x113AA6) is known color: Egyptian Blue. HEX triplet: 11, 3A and A6. RGB value is (17,58,166). Sum of RGB (Red+Green+Blue) = 17+58+166=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 166 (65.23% from 255 or 68.88% from 241); Max value from RGB is 166 - color contains mainly: blue. Hex color #113AA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113AA6 is #EEC559. Grayscale: #393939. Windows color (decimal): -15648090 or 10893841. OLE color: 10893841.
HSL color Cylindrical-coordinate representation of color #113AA6: hue angle of 223.49º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113AA6 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 58 | 166 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.35 |
| HSL | 223.49º | 0.81% | 0.36% | - |
| HSV(B) | 223.49º | 0.9% | 0.65% | - |
| XYZ | 8.63 | 5.9 | 36.76 | - |
| YUV | 58.05 | 188.92 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 166 | 0.90 | 0.65 | 0 | 0.35 | 223.49 | 0.81 | 0.36 |
| Hex | 11 | 3A | A6 | 5A | 41 | 0 | 23 | DF | 51 | 24 |
| Octal | 21 | 72 | 246 | 132 | 101 | 0 | 43 | 337 | 121 | 44 |
| Binary | 10001 | 111010 | 10100110 | 1011010 | 1000001 | 0 | 100011 | 11011111 | 1010001 | 100100 |
Color Harmonies of #113AA6
Complementary color
Monochromatic Colors of #113AA6
Black with #113AA6
Text Example
Text Example
White with #113AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113AA6; }
p { color: rgb(17,58,166); }
H1.HeaderClassName
{
color: #113AA6;
}
.AnyTagClassName
{
color: #113AA6;
}
</style>
background-color css
<style>
a { background-color: #113AA6; }
a { background-color: rgb(17,58,166); }
div.DivClassName
{
background-color: #113AA6;
}
.BgClassName
{
background-color: #113AA6;
}
</style>
border-color css
<style>
span { border-color: #113AA6; }
span { border-color: rgb(17,58,166); }
td.TdClassName
{
border-color: #113AA6;
}
.TagClassName
{
border-color: #113AA6;
}
</style>