Shades of Egyptian Blue #113F97
Tints of Egyptian Blue #113F97
RGB
CMYK
RGB Variations
Color information
#113F97 (or 0x113F97) is known color: Egyptian Blue. HEX triplet: 11, 3F and 97. RGB value is (17,63,151). Sum of RGB (Red+Green+Blue) = 17+63+151=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 151 (59.38% from 255 or 65.37% from 231); Max value from RGB is 151 - color contains mainly: blue. Hex color #113F97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113F97 is #EEC068. Grayscale: #3A3A3A. Windows color (decimal): -15646825 or 9912081. OLE color: 9912081.
HSL color Cylindrical-coordinate representation of color #113F97: hue angle of 219.4º 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 #113F97 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 63 | 151 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.41 |
| HSL | 219.4º | 0.8% | 0.33% | - |
| HSV(B) | 219.4º | 0.89% | 0.59% | - |
| XYZ | 7.59 | 5.91 | 30.02 | - |
| YUV | 59.28 | 179.76 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 151 | 0.89 | 0.58 | 0 | 0.41 | 219.4 | 0.8 | 0.33 |
| Hex | 11 | 3F | 97 | 59 | 3A | 0 | 29 | DB | 50 | 21 |
| Octal | 21 | 77 | 227 | 131 | 72 | 0 | 51 | 333 | 120 | 41 |
| Binary | 10001 | 111111 | 10010111 | 1011001 | 111010 | 0 | 101001 | 11011011 | 1010000 | 100001 |
Color Harmonies of #113F97
Complementary color
Monochromatic Colors of #113F97
Black with #113F97
Text Example
Text Example
White with #113F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F97; }
p { color: rgb(17,63,151); }
H1.HeaderClassName
{
color: #113F97;
}
.AnyTagClassName
{
color: #113F97;
}
</style>
background-color css
<style>
a { background-color: #113F97; }
a { background-color: rgb(17,63,151); }
div.DivClassName
{
background-color: #113F97;
}
.BgClassName
{
background-color: #113F97;
}
</style>
border-color css
<style>
span { border-color: #113F97; }
span { border-color: rgb(17,63,151); }
td.TdClassName
{
border-color: #113F97;
}
.TagClassName
{
border-color: #113F97;
}
</style>