Shades of Egyptian Blue #113F98
Tints of Egyptian Blue #113F98
RGB
CMYK
RGB Variations
Color information
#113F98 (or 0x113F98) is known color: Egyptian Blue. HEX triplet: 11, 3F and 98. RGB value is (17,63,152). Sum of RGB (Red+Green+Blue) = 17+63+152=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #113F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113F98 is #EEC067. Grayscale: #3A3A3A. Windows color (decimal): -15646824 or 9977617. OLE color: 9977617.
HSL color Cylindrical-coordinate representation of color #113F98: hue angle of 219.56º 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 #113F98 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 63 | 152 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.40 |
| HSL | 219.56º | 0.8% | 0.33% | - |
| HSV(B) | 219.56º | 0.89% | 0.6% | - |
| XYZ | 7.68 | 5.94 | 30.45 | - |
| YUV | 59.39 | 180.26 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 152 | 0.89 | 0.59 | 0 | 0.40 | 219.56 | 0.8 | 0.33 |
| Hex | 11 | 3F | 98 | 59 | 3B | 0 | 28 | DC | 50 | 21 |
| Octal | 21 | 77 | 230 | 131 | 73 | 0 | 50 | 334 | 120 | 41 |
| Binary | 10001 | 111111 | 10011000 | 1011001 | 111011 | 0 | 101000 | 11011100 | 1010000 | 100001 |
Color Harmonies of #113F98
Complementary color
Monochromatic Colors of #113F98
Black with #113F98
Text Example
Text Example
White with #113F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F98; }
p { color: rgb(17,63,152); }
H1.HeaderClassName
{
color: #113F98;
}
.AnyTagClassName
{
color: #113F98;
}
</style>
background-color css
<style>
a { background-color: #113F98; }
a { background-color: rgb(17,63,152); }
div.DivClassName
{
background-color: #113F98;
}
.BgClassName
{
background-color: #113F98;
}
</style>
border-color css
<style>
span { border-color: #113F98; }
span { border-color: rgb(17,63,152); }
td.TdClassName
{
border-color: #113F98;
}
.TagClassName
{
border-color: #113F98;
}
</style>