Shades of Endeavour #115998
Tints of Endeavour #115998
RGB
CMYK
RGB Variations
Color information
#115998 (or 0x115998) is known color: Endeavour. HEX triplet: 11, 59 and 98. RGB value is (17,89,152). Sum of RGB (Red+Green+Blue) = 17+89+152=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #115998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115998 is #EEA667. Grayscale: #4A4A4A. Windows color (decimal): -15640168 or 9984273. OLE color: 9984273.
HSL color Cylindrical-coordinate representation of color #115998: hue angle of 208º 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 #115998 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 89 | 152 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.40 |
| HSL | 208º | 0.8% | 0.33% | - |
| HSV(B) | 208º | 0.89% | 0.6% | - |
| XYZ | 9.47 | 9.53 | 31.05 | - |
| YUV | 74.65 | 171.65 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 152 | 0.89 | 0.41 | 0 | 0.40 | 208 | 0.8 | 0.33 |
| Hex | 11 | 59 | 98 | 59 | 29 | 0 | 28 | D0 | 50 | 21 |
| Octal | 21 | 131 | 230 | 131 | 51 | 0 | 50 | 320 | 120 | 41 |
| Binary | 10001 | 1011001 | 10011000 | 1011001 | 101001 | 0 | 101000 | 11010000 | 1010000 | 100001 |
Color Harmonies of #115998
Complementary color
Monochromatic Colors of #115998
Black with #115998
Text Example
Text Example
White with #115998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115998; }
p { color: rgb(17,89,152); }
H1.HeaderClassName
{
color: #115998;
}
.AnyTagClassName
{
color: #115998;
}
</style>
background-color css
<style>
a { background-color: #115998; }
a { background-color: rgb(17,89,152); }
div.DivClassName
{
background-color: #115998;
}
.BgClassName
{
background-color: #115998;
}
</style>
border-color css
<style>
span { border-color: #115998; }
span { border-color: rgb(17,89,152); }
td.TdClassName
{
border-color: #115998;
}
.TagClassName
{
border-color: #115998;
}
</style>