Shades of Egyptian Blue #114299
Tints of Egyptian Blue #114299
RGB
CMYK
RGB Variations
Color information
#114299 (or 0x114299) is known color: Egyptian Blue. HEX triplet: 11, 42 and 99. RGB value is (17,66,153). Sum of RGB (Red+Green+Blue) = 17+66+153=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #114299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114299 is #EEBD66. Grayscale: #3C3C3C. Windows color (decimal): -15646055 or 10043921. OLE color: 10043921.
HSL color Cylindrical-coordinate representation of color #114299: hue angle of 218.38º 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 #114299 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 66 | 153 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.4 |
| HSL | 218.38º | 0.8% | 0.33% | - |
| HSV(B) | 218.38º | 0.89% | 0.6% | - |
| XYZ | 7.93 | 6.32 | 30.94 | - |
| YUV | 61.27 | 179.77 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 153 | 0.89 | 0.57 | 0 | 0.4 | 218.38 | 0.8 | 0.33 |
| Hex | 11 | 42 | 99 | 59 | 39 | 0 | 28 | DA | 50 | 21 |
| Octal | 21 | 102 | 231 | 131 | 71 | 0 | 50 | 332 | 120 | 41 |
| Binary | 10001 | 1000010 | 10011001 | 1011001 | 111001 | 0 | 101000 | 11011010 | 1010000 | 100001 |
Color Harmonies of #114299
Complementary color
Monochromatic Colors of #114299
Black with #114299
Text Example
Text Example
White with #114299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114299; }
p { color: rgb(17,66,153); }
H1.HeaderClassName
{
color: #114299;
}
.AnyTagClassName
{
color: #114299;
}
</style>
background-color css
<style>
a { background-color: #114299; }
a { background-color: rgb(17,66,153); }
div.DivClassName
{
background-color: #114299;
}
.BgClassName
{
background-color: #114299;
}
</style>
border-color css
<style>
span { border-color: #114299; }
span { border-color: rgb(17,66,153); }
td.TdClassName
{
border-color: #114299;
}
.TagClassName
{
border-color: #114299;
}
</style>