Shades of Egyptian Blue #113D9F
Tints of Egyptian Blue #113D9F
RGB
CMYK
RGB Variations
Color information
#113D9F (or 0x113D9F) is known color: Egyptian Blue. HEX triplet: 11, 3D and 9F. RGB value is (17,61,159). Sum of RGB (Red+Green+Blue) = 17+61+159=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #113D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113D9F is #EEC260. Grayscale: #3A3A3A. Windows color (decimal): -15647329 or 10435857. OLE color: 10435857.
HSL color Cylindrical-coordinate representation of color #113D9F: hue angle of 221.41º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113D9F is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 61 | 159 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.38 |
| HSL | 221.41º | 0.81% | 0.35% | - |
| HSV(B) | 221.41º | 0.89% | 0.62% | - |
| XYZ | 8.16 | 5.96 | 33.52 | - |
| YUV | 59.02 | 184.42 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 159 | 0.89 | 0.62 | 0 | 0.38 | 221.41 | 0.81 | 0.35 |
| Hex | 11 | 3D | 9F | 59 | 3E | 0 | 26 | DD | 51 | 23 |
| Octal | 21 | 75 | 237 | 131 | 76 | 0 | 46 | 335 | 121 | 43 |
| Binary | 10001 | 111101 | 10011111 | 1011001 | 111110 | 0 | 100110 | 11011101 | 1010001 | 100011 |
Color Harmonies of #113D9F
Complementary color
Monochromatic Colors of #113D9F
Black with #113D9F
Text Example
Text Example
White with #113D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D9F; }
p { color: rgb(17,61,159); }
H1.HeaderClassName
{
color: #113D9F;
}
.AnyTagClassName
{
color: #113D9F;
}
</style>
background-color css
<style>
a { background-color: #113D9F; }
a { background-color: rgb(17,61,159); }
div.DivClassName
{
background-color: #113D9F;
}
.BgClassName
{
background-color: #113D9F;
}
</style>
border-color css
<style>
span { border-color: #113D9F; }
span { border-color: rgb(17,61,159); }
td.TdClassName
{
border-color: #113D9F;
}
.TagClassName
{
border-color: #113D9F;
}
</style>