Shades of Endeavour #115999
Tints of Endeavour #115999
RGB
CMYK
RGB Variations
Color information
#115999 (or 0x115999) is known color: Endeavour. HEX triplet: 11, 59 and 99. RGB value is (17,89,153). Sum of RGB (Red+Green+Blue) = 17+89+153=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #115999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115999 is #EEA666. Grayscale: #4A4A4A. Windows color (decimal): -15640167 or 10049809. OLE color: 10049809.
HSL color Cylindrical-coordinate representation of color #115999: hue angle of 208.24º 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 #115999 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 89 | 153 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.4 |
| HSL | 208.24º | 0.8% | 0.33% | - |
| HSV(B) | 208.24º | 0.89% | 0.6% | - |
| XYZ | 9.55 | 9.56 | 31.48 | - |
| YUV | 74.77 | 172.15 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 153 | 0.89 | 0.42 | 0 | 0.4 | 208.24 | 0.8 | 0.33 |
| Hex | 11 | 59 | 99 | 59 | 2A | 0 | 28 | D0 | 50 | 21 |
| Octal | 21 | 131 | 231 | 131 | 52 | 0 | 50 | 320 | 120 | 41 |
| Binary | 10001 | 1011001 | 10011001 | 1011001 | 101010 | 0 | 101000 | 11010000 | 1010000 | 100001 |
Color Harmonies of #115999
Complementary color
Monochromatic Colors of #115999
Black with #115999
Text Example
Text Example
White with #115999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115999; }
p { color: rgb(17,89,153); }
H1.HeaderClassName
{
color: #115999;
}
.AnyTagClassName
{
color: #115999;
}
</style>
background-color css
<style>
a { background-color: #115999; }
a { background-color: rgb(17,89,153); }
div.DivClassName
{
background-color: #115999;
}
.BgClassName
{
background-color: #115999;
}
</style>
border-color css
<style>
span { border-color: #115999; }
span { border-color: rgb(17,89,153); }
td.TdClassName
{
border-color: #115999;
}
.TagClassName
{
border-color: #115999;
}
</style>