Shades of Endeavour #115699
Tints of Endeavour #115699
RGB
CMYK
RGB Variations
Color information
#115699 (or 0x115699) is known color: Endeavour. HEX triplet: 11, 56 and 99. RGB value is (17,86,153). Sum of RGB (Red+Green+Blue) = 17+86+153=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #115699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115699 is #EEA966. Grayscale: #484848. Windows color (decimal): -15640935 or 10049041. OLE color: 10049041.
HSL color Cylindrical-coordinate representation of color #115699: hue angle of 209.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 #115699 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 86 | 153 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.4 |
| HSL | 209.56º | 0.8% | 0.33% | - |
| HSV(B) | 209.56º | 0.89% | 0.6% | - |
| XYZ | 9.31 | 9.07 | 31.4 | - |
| YUV | 73.01 | 173.14 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 153 | 0.89 | 0.44 | 0 | 0.4 | 209.56 | 0.8 | 0.33 |
| Hex | 11 | 56 | 99 | 59 | 2C | 0 | 28 | D2 | 50 | 21 |
| Octal | 21 | 126 | 231 | 131 | 54 | 0 | 50 | 322 | 120 | 41 |
| Binary | 10001 | 1010110 | 10011001 | 1011001 | 101100 | 0 | 101000 | 11010010 | 1010000 | 100001 |
Color Harmonies of #115699
Complementary color
Monochromatic Colors of #115699
Black with #115699
Text Example
Text Example
White with #115699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115699; }
p { color: rgb(17,86,153); }
H1.HeaderClassName
{
color: #115699;
}
.AnyTagClassName
{
color: #115699;
}
</style>
background-color css
<style>
a { background-color: #115699; }
a { background-color: rgb(17,86,153); }
div.DivClassName
{
background-color: #115699;
}
.BgClassName
{
background-color: #115699;
}
</style>
border-color css
<style>
span { border-color: #115699; }
span { border-color: rgb(17,86,153); }
td.TdClassName
{
border-color: #115699;
}
.TagClassName
{
border-color: #115699;
}
</style>