Shades of Egyptian Blue #113C98
Tints of Egyptian Blue #113C98
RGB
CMYK
RGB Variations
Color information
#113C98 (or 0x113C98) is known color: Egyptian Blue. HEX triplet: 11, 3C and 98. RGB value is (17,60,152). Sum of RGB (Red+Green+Blue) = 17+60+152=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #113C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113C98 is #EEC367. Grayscale: #393939. Windows color (decimal): -15647592 or 9976849. OLE color: 9976849.
HSL color Cylindrical-coordinate representation of color #113C98: hue angle of 220.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113C98 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 60 | 152 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.40 |
| HSL | 220.89º | 0.8% | 0.33% | - |
| HSV(B) | 220.89º | 0.89% | 0.6% | - |
| XYZ | 7.51 | 5.62 | 30.39 | - |
| YUV | 57.63 | 181.25 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 152 | 0.89 | 0.61 | 0 | 0.40 | 220.89 | 0.8 | 0.33 |
| Hex | 11 | 3C | 98 | 59 | 3D | 0 | 28 | DD | 50 | 21 |
| Octal | 21 | 74 | 230 | 131 | 75 | 0 | 50 | 335 | 120 | 41 |
| Binary | 10001 | 111100 | 10011000 | 1011001 | 111101 | 0 | 101000 | 11011101 | 1010000 | 100001 |
Color Harmonies of #113C98
Complementary color
Monochromatic Colors of #113C98
Black with #113C98
Text Example
Text Example
White with #113C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C98; }
p { color: rgb(17,60,152); }
H1.HeaderClassName
{
color: #113C98;
}
.AnyTagClassName
{
color: #113C98;
}
</style>
background-color css
<style>
a { background-color: #113C98; }
a { background-color: rgb(17,60,152); }
div.DivClassName
{
background-color: #113C98;
}
.BgClassName
{
background-color: #113C98;
}
</style>
border-color css
<style>
span { border-color: #113C98; }
span { border-color: rgb(17,60,152); }
td.TdClassName
{
border-color: #113C98;
}
.TagClassName
{
border-color: #113C98;
}
</style>