Shades of Egyptian Blue #113C97
Tints of Egyptian Blue #113C97
RGB
CMYK
RGB Variations
Color information
#113C97 (or 0x113C97) is known color: Egyptian Blue. HEX triplet: 11, 3C and 97. RGB value is (17,60,151). Sum of RGB (Red+Green+Blue) = 17+60+151=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 151 (59.38% from 255 or 66.23% from 228); Max value from RGB is 151 - color contains mainly: blue. Hex color #113C97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113C97 is #EEC368. Grayscale: #393939. Windows color (decimal): -15647593 or 9911313. OLE color: 9911313.
HSL color Cylindrical-coordinate representation of color #113C97: hue angle of 220.75º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113C97 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 60 | 151 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.41 |
| HSL | 220.75º | 0.8% | 0.33% | - |
| HSV(B) | 220.75º | 0.89% | 0.59% | - |
| XYZ | 7.43 | 5.59 | 29.96 | - |
| YUV | 57.52 | 180.75 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 151 | 0.89 | 0.60 | 0 | 0.41 | 220.75 | 0.8 | 0.33 |
| Hex | 11 | 3C | 97 | 59 | 3C | 0 | 29 | DD | 50 | 21 |
| Octal | 21 | 74 | 227 | 131 | 74 | 0 | 51 | 335 | 120 | 41 |
| Binary | 10001 | 111100 | 10010111 | 1011001 | 111100 | 0 | 101001 | 11011101 | 1010000 | 100001 |
Color Harmonies of #113C97
Complementary color
Monochromatic Colors of #113C97
Black with #113C97
Text Example
Text Example
White with #113C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C97; }
p { color: rgb(17,60,151); }
H1.HeaderClassName
{
color: #113C97;
}
.AnyTagClassName
{
color: #113C97;
}
</style>
background-color css
<style>
a { background-color: #113C97; }
a { background-color: rgb(17,60,151); }
div.DivClassName
{
background-color: #113C97;
}
.BgClassName
{
background-color: #113C97;
}
</style>
border-color css
<style>
span { border-color: #113C97; }
span { border-color: rgb(17,60,151); }
td.TdClassName
{
border-color: #113C97;
}
.TagClassName
{
border-color: #113C97;
}
</style>