Shades of Egyptian Blue #113DA6
Tints of Egyptian Blue #113DA6
RGB
CMYK
RGB Variations
Color information
#113DA6 (or 0x113DA6) is known color: Egyptian Blue. HEX triplet: 11, 3D and A6. RGB value is (17,61,166). Sum of RGB (Red+Green+Blue) = 17+61+166=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 166 (65.23% from 255 or 68.03% from 244); Max value from RGB is 166 - color contains mainly: blue. Hex color #113DA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113DA6 is #EEC259. Grayscale: #3B3B3B. Windows color (decimal): -15647322 or 10894609. OLE color: 10894609.
HSL color Cylindrical-coordinate representation of color #113DA6: hue angle of 222.28º 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 #113DA6 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 61 | 166 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.35 |
| HSL | 222.28º | 0.81% | 0.36% | - |
| HSV(B) | 222.28º | 0.9% | 0.65% | - |
| XYZ | 8.78 | 6.21 | 36.81 | - |
| YUV | 59.81 | 187.92 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 166 | 0.90 | 0.63 | 0 | 0.35 | 222.28 | 0.81 | 0.36 |
| Hex | 11 | 3D | A6 | 5A | 3F | 0 | 23 | DE | 51 | 24 |
| Octal | 21 | 75 | 246 | 132 | 77 | 0 | 43 | 336 | 121 | 44 |
| Binary | 10001 | 111101 | 10100110 | 1011010 | 111111 | 0 | 100011 | 11011110 | 1010001 | 100100 |
Color Harmonies of #113DA6
Complementary color
Monochromatic Colors of #113DA6
Black with #113DA6
Text Example
Text Example
White with #113DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113DA6; }
p { color: rgb(17,61,166); }
H1.HeaderClassName
{
color: #113DA6;
}
.AnyTagClassName
{
color: #113DA6;
}
</style>
background-color css
<style>
a { background-color: #113DA6; }
a { background-color: rgb(17,61,166); }
div.DivClassName
{
background-color: #113DA6;
}
.BgClassName
{
background-color: #113DA6;
}
</style>
border-color css
<style>
span { border-color: #113DA6; }
span { border-color: rgb(17,61,166); }
td.TdClassName
{
border-color: #113DA6;
}
.TagClassName
{
border-color: #113DA6;
}
</style>