Shades of Egyptian Blue #113999
Tints of Egyptian Blue #113999
RGB
CMYK
RGB Variations
Color information
#113999 (or 0x113999) is known color: Egyptian Blue. HEX triplet: 11, 39 and 99. RGB value is (17,57,153). Sum of RGB (Red+Green+Blue) = 17+57+153=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #113999 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113999 is #EEC666. Grayscale: #373737. Windows color (decimal): -15648359 or 10041617. OLE color: 10041617.
HSL color Cylindrical-coordinate representation of color #113999: hue angle of 222.35º 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 #113999 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 57 | 153 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.4 |
| HSL | 222.35º | 0.8% | 0.33% | - |
| HSV(B) | 222.35º | 0.89% | 0.6% | - |
| XYZ | 7.44 | 5.35 | 30.78 | - |
| YUV | 55.98 | 182.75 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 153 | 0.89 | 0.63 | 0 | 0.4 | 222.35 | 0.8 | 0.33 |
| Hex | 11 | 39 | 99 | 59 | 3F | 0 | 28 | DE | 50 | 21 |
| Octal | 21 | 71 | 231 | 131 | 77 | 0 | 50 | 336 | 120 | 41 |
| Binary | 10001 | 111001 | 10011001 | 1011001 | 111111 | 0 | 101000 | 11011110 | 1010000 | 100001 |
Color Harmonies of #113999
Complementary color
Monochromatic Colors of #113999
Black with #113999
Text Example
Text Example
White with #113999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113999; }
p { color: rgb(17,57,153); }
H1.HeaderClassName
{
color: #113999;
}
.AnyTagClassName
{
color: #113999;
}
</style>
background-color css
<style>
a { background-color: #113999; }
a { background-color: rgb(17,57,153); }
div.DivClassName
{
background-color: #113999;
}
.BgClassName
{
background-color: #113999;
}
</style>
border-color css
<style>
span { border-color: #113999; }
span { border-color: rgb(17,57,153); }
td.TdClassName
{
border-color: #113999;
}
.TagClassName
{
border-color: #113999;
}
</style>