Shades of Egyptian Blue #113B9B
Tints of Egyptian Blue #113B9B
RGB
CMYK
RGB Variations
Color information
#113B9B (or 0x113B9B) is known color: Egyptian Blue. HEX triplet: 11, 3B and 9B. RGB value is (17,59,155). Sum of RGB (Red+Green+Blue) = 17+59+155=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #113B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113B9B is #EEC464. Grayscale: #383838. Windows color (decimal): -15647845 or 10173201. OLE color: 10173201.
HSL color Cylindrical-coordinate representation of color #113B9B: hue angle of 221.74º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113B9B is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 59 | 155 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.39 |
| HSL | 221.74º | 0.8% | 0.34% | - |
| HSV(B) | 221.74º | 0.89% | 0.61% | - |
| XYZ | 7.71 | 5.61 | 31.69 | - |
| YUV | 57.39 | 183.09 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 155 | 0.89 | 0.62 | 0 | 0.39 | 221.74 | 0.8 | 0.34 |
| Hex | 11 | 3B | 9B | 59 | 3E | 0 | 27 | DE | 50 | 22 |
| Octal | 21 | 73 | 233 | 131 | 76 | 0 | 47 | 336 | 120 | 42 |
| Binary | 10001 | 111011 | 10011011 | 1011001 | 111110 | 0 | 100111 | 11011110 | 1010000 | 100010 |
Color Harmonies of #113B9B
Complementary color
Monochromatic Colors of #113B9B
Black with #113B9B
Text Example
Text Example
White with #113B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B9B; }
p { color: rgb(17,59,155); }
H1.HeaderClassName
{
color: #113B9B;
}
.AnyTagClassName
{
color: #113B9B;
}
</style>
background-color css
<style>
a { background-color: #113B9B; }
a { background-color: rgb(17,59,155); }
div.DivClassName
{
background-color: #113B9B;
}
.BgClassName
{
background-color: #113B9B;
}
</style>
border-color css
<style>
span { border-color: #113B9B; }
span { border-color: rgb(17,59,155); }
td.TdClassName
{
border-color: #113B9B;
}
.TagClassName
{
border-color: #113B9B;
}
</style>