Shades of Egyptian Blue #113C9B
Tints of Egyptian Blue #113C9B
RGB
CMYK
RGB Variations
Color information
#113C9B (or 0x113C9B) is known color: Egyptian Blue. HEX triplet: 11, 3C and 9B. RGB value is (17,60,155). Sum of RGB (Red+Green+Blue) = 17+60+155=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #113C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113C9B is #EEC364. Grayscale: #393939. Windows color (decimal): -15647589 or 10173457. OLE color: 10173457.
HSL color Cylindrical-coordinate representation of color #113C9B: hue angle of 221.3º 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 #113C9B is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 60 | 155 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.39 |
| HSL | 221.3º | 0.8% | 0.34% | - |
| HSV(B) | 221.3º | 0.89% | 0.61% | - |
| XYZ | 7.76 | 5.72 | 31.7 | - |
| YUV | 57.97 | 182.75 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 155 | 0.89 | 0.61 | 0 | 0.39 | 221.3 | 0.8 | 0.34 |
| Hex | 11 | 3C | 9B | 59 | 3D | 0 | 27 | DD | 50 | 22 |
| Octal | 21 | 74 | 233 | 131 | 75 | 0 | 47 | 335 | 120 | 42 |
| Binary | 10001 | 111100 | 10011011 | 1011001 | 111101 | 0 | 100111 | 11011101 | 1010000 | 100010 |
Color Harmonies of #113C9B
Complementary color
Monochromatic Colors of #113C9B
Black with #113C9B
Text Example
Text Example
White with #113C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C9B; }
p { color: rgb(17,60,155); }
H1.HeaderClassName
{
color: #113C9B;
}
.AnyTagClassName
{
color: #113C9B;
}
</style>
background-color css
<style>
a { background-color: #113C9B; }
a { background-color: rgb(17,60,155); }
div.DivClassName
{
background-color: #113C9B;
}
.BgClassName
{
background-color: #113C9B;
}
</style>
border-color css
<style>
span { border-color: #113C9B; }
span { border-color: rgb(17,60,155); }
td.TdClassName
{
border-color: #113C9B;
}
.TagClassName
{
border-color: #113C9B;
}
</style>