Shades of Endeavour #115996
Tints of Endeavour #115996
RGB
CMYK
RGB Variations
Color information
#115996 (or 0x115996) is known color: Endeavour. HEX triplet: 11, 59 and 96. RGB value is (17,89,150). Sum of RGB (Red+Green+Blue) = 17+89+150=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #115996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115996 is #EEA669. Grayscale: #4A4A4A. Windows color (decimal): -15640170 or 9853201. OLE color: 9853201.
HSL color Cylindrical-coordinate representation of color #115996: hue angle of 207.52º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115996 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 89 | 150 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.41 |
| HSL | 207.52º | 0.8% | 0.33% | - |
| HSV(B) | 207.52º | 0.89% | 0.59% | - |
| XYZ | 9.31 | 9.47 | 30.19 | - |
| YUV | 74.43 | 170.65 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 150 | 0.89 | 0.41 | 0 | 0.41 | 207.52 | 0.8 | 0.33 |
| Hex | 11 | 59 | 96 | 59 | 29 | 0 | 29 | D0 | 50 | 21 |
| Octal | 21 | 131 | 226 | 131 | 51 | 0 | 51 | 320 | 120 | 41 |
| Binary | 10001 | 1011001 | 10010110 | 1011001 | 101001 | 0 | 101001 | 11010000 | 1010000 | 100001 |
Color Harmonies of #115996
Complementary color
Monochromatic Colors of #115996
Black with #115996
Text Example
Text Example
White with #115996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115996; }
p { color: rgb(17,89,150); }
H1.HeaderClassName
{
color: #115996;
}
.AnyTagClassName
{
color: #115996;
}
</style>
background-color css
<style>
a { background-color: #115996; }
a { background-color: rgb(17,89,150); }
div.DivClassName
{
background-color: #115996;
}
.BgClassName
{
background-color: #115996;
}
</style>
border-color css
<style>
span { border-color: #115996; }
span { border-color: rgb(17,89,150); }
td.TdClassName
{
border-color: #115996;
}
.TagClassName
{
border-color: #115996;
}
</style>