Shades of Endeavour #115995
Tints of Endeavour #115995
RGB
CMYK
RGB Variations
Color information
#115995 (or 0x115995) is known color: Endeavour. HEX triplet: 11, 59 and 95. RGB value is (17,89,149). Sum of RGB (Red+Green+Blue) = 17+89+149=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #115995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115995 is #EEA66A. Grayscale: #4A4A4A. Windows color (decimal): -15640171 or 9787665. OLE color: 9787665.
HSL color Cylindrical-coordinate representation of color #115995: hue angle of 207.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115995 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 89 | 149 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.42 |
| HSL | 207.27º | 0.8% | 0.33% | - |
| HSV(B) | 207.27º | 0.89% | 0.58% | - |
| XYZ | 9.23 | 9.43 | 29.77 | - |
| YUV | 74.31 | 170.15 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 149 | 0.89 | 0.40 | 0 | 0.42 | 207.27 | 0.8 | 0.33 |
| Hex | 11 | 59 | 95 | 59 | 28 | 0 | 2A | CF | 50 | 21 |
| Octal | 21 | 131 | 225 | 131 | 50 | 0 | 52 | 317 | 120 | 41 |
| Binary | 10001 | 1011001 | 10010101 | 1011001 | 101000 | 0 | 101010 | 11001111 | 1010000 | 100001 |
Color Harmonies of #115995
Complementary color
Monochromatic Colors of #115995
Black with #115995
Text Example
Text Example
White with #115995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115995; }
p { color: rgb(17,89,149); }
H1.HeaderClassName
{
color: #115995;
}
.AnyTagClassName
{
color: #115995;
}
</style>
background-color css
<style>
a { background-color: #115995; }
a { background-color: rgb(17,89,149); }
div.DivClassName
{
background-color: #115995;
}
.BgClassName
{
background-color: #115995;
}
</style>
border-color css
<style>
span { border-color: #115995; }
span { border-color: rgb(17,89,149); }
td.TdClassName
{
border-color: #115995;
}
.TagClassName
{
border-color: #115995;
}
</style>