Shades of Egyptian Blue #113BA6
Tints of Egyptian Blue #113BA6
RGB
CMYK
RGB Variations
Color information
#113BA6 (or 0x113BA6) is known color: Egyptian Blue. HEX triplet: 11, 3B and A6. RGB value is (17,59,166). Sum of RGB (Red+Green+Blue) = 17+59+166=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 166 (65.23% from 255 or 68.60% from 242); Max value from RGB is 166 - color contains mainly: blue. Hex color #113BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113BA6 is #EEC459. Grayscale: #3A3A3A. Windows color (decimal): -15647834 or 10894097. OLE color: 10894097.
HSL color Cylindrical-coordinate representation of color #113BA6: hue angle of 223.09º 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 #113BA6 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 59 | 166 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.35 |
| HSL | 223.09º | 0.81% | 0.36% | - |
| HSV(B) | 223.09º | 0.9% | 0.65% | - |
| XYZ | 8.68 | 6 | 36.78 | - |
| YUV | 58.64 | 188.59 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 166 | 0.90 | 0.64 | 0 | 0.35 | 223.09 | 0.81 | 0.36 |
| Hex | 11 | 3B | A6 | 5A | 40 | 0 | 23 | DF | 51 | 24 |
| Octal | 21 | 73 | 246 | 132 | 100 | 0 | 43 | 337 | 121 | 44 |
| Binary | 10001 | 111011 | 10100110 | 1011010 | 1000000 | 0 | 100011 | 11011111 | 1010001 | 100100 |
Color Harmonies of #113BA6
Complementary color
Monochromatic Colors of #113BA6
Black with #113BA6
Text Example
Text Example
White with #113BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113BA6; }
p { color: rgb(17,59,166); }
H1.HeaderClassName
{
color: #113BA6;
}
.AnyTagClassName
{
color: #113BA6;
}
</style>
background-color css
<style>
a { background-color: #113BA6; }
a { background-color: rgb(17,59,166); }
div.DivClassName
{
background-color: #113BA6;
}
.BgClassName
{
background-color: #113BA6;
}
</style>
border-color css
<style>
span { border-color: #113BA6; }
span { border-color: rgb(17,59,166); }
td.TdClassName
{
border-color: #113BA6;
}
.TagClassName
{
border-color: #113BA6;
}
</style>