Shades of Egyptian Blue #114099
Tints of Egyptian Blue #114099
RGB
CMYK
RGB Variations
Color information
#114099 (or 0x114099) is known color: Egyptian Blue. HEX triplet: 11, 40 and 99. RGB value is (17,64,153). Sum of RGB (Red+Green+Blue) = 17+64+153=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #114099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114099 is #EEBF66. Grayscale: #3B3B3B. Windows color (decimal): -15646567 or 10043409. OLE color: 10043409.
HSL color Cylindrical-coordinate representation of color #114099: hue angle of 219.26º 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 #114099 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 64 | 153 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.4 |
| HSL | 219.26º | 0.8% | 0.33% | - |
| HSV(B) | 219.26º | 0.89% | 0.6% | - |
| XYZ | 7.81 | 6.09 | 30.9 | - |
| YUV | 60.09 | 180.43 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 153 | 0.89 | 0.58 | 0 | 0.4 | 219.26 | 0.8 | 0.33 |
| Hex | 11 | 40 | 99 | 59 | 3A | 0 | 28 | DB | 50 | 21 |
| Octal | 21 | 100 | 231 | 131 | 72 | 0 | 50 | 333 | 120 | 41 |
| Binary | 10001 | 1000000 | 10011001 | 1011001 | 111010 | 0 | 101000 | 11011011 | 1010000 | 100001 |
Color Harmonies of #114099
Complementary color
Monochromatic Colors of #114099
Black with #114099
Text Example
Text Example
White with #114099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114099; }
p { color: rgb(17,64,153); }
H1.HeaderClassName
{
color: #114099;
}
.AnyTagClassName
{
color: #114099;
}
</style>
background-color css
<style>
a { background-color: #114099; }
a { background-color: rgb(17,64,153); }
div.DivClassName
{
background-color: #114099;
}
.BgClassName
{
background-color: #114099;
}
</style>
border-color css
<style>
span { border-color: #114099; }
span { border-color: rgb(17,64,153); }
td.TdClassName
{
border-color: #114099;
}
.TagClassName
{
border-color: #114099;
}
</style>