Shades of Egyptian Blue #113B9F
Tints of Egyptian Blue #113B9F
RGB
CMYK
RGB Variations
Color information
#113B9F (or 0x113B9F) is known color: Egyptian Blue. HEX triplet: 11, 3B and 9F. RGB value is (17,59,159). Sum of RGB (Red+Green+Blue) = 17+59+159=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #113B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113B9F is #EEC460. Grayscale: #393939. Windows color (decimal): -15647841 or 10435345. OLE color: 10435345.
HSL color Cylindrical-coordinate representation of color #113B9F: hue angle of 222.25º 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 #113B9F is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 59 | 159 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.38 |
| HSL | 222.25º | 0.81% | 0.35% | - |
| HSV(B) | 222.25º | 0.89% | 0.62% | - |
| XYZ | 8.05 | 5.75 | 33.49 | - |
| YUV | 57.84 | 185.09 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 159 | 0.89 | 0.63 | 0 | 0.38 | 222.25 | 0.81 | 0.35 |
| Hex | 11 | 3B | 9F | 59 | 3F | 0 | 26 | DE | 51 | 23 |
| Octal | 21 | 73 | 237 | 131 | 77 | 0 | 46 | 336 | 121 | 43 |
| Binary | 10001 | 111011 | 10011111 | 1011001 | 111111 | 0 | 100110 | 11011110 | 1010001 | 100011 |
Color Harmonies of #113B9F
Complementary color
Monochromatic Colors of #113B9F
Black with #113B9F
Text Example
Text Example
White with #113B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B9F; }
p { color: rgb(17,59,159); }
H1.HeaderClassName
{
color: #113B9F;
}
.AnyTagClassName
{
color: #113B9F;
}
</style>
background-color css
<style>
a { background-color: #113B9F; }
a { background-color: rgb(17,59,159); }
div.DivClassName
{
background-color: #113B9F;
}
.BgClassName
{
background-color: #113B9F;
}
</style>
border-color css
<style>
span { border-color: #113B9F; }
span { border-color: rgb(17,59,159); }
td.TdClassName
{
border-color: #113B9F;
}
.TagClassName
{
border-color: #113B9F;
}
</style>