Shades of Endeavour #115D95
Tints of Endeavour #115D95
RGB
CMYK
RGB Variations
Color information
#115D95 (or 0x115D95) is known color: Endeavour. HEX triplet: 11, 5D and 95. RGB value is (17,93,149). Sum of RGB (Red+Green+Blue) = 17+93+149=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #115D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115D95 is #EEA26A. Grayscale: #4C4C4C. Windows color (decimal): -15639147 or 9788689. OLE color: 9788689.
HSL color Cylindrical-coordinate representation of color #115D95: hue angle of 205.45º 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 #115D95 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 93 | 149 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.42 |
| HSL | 205.45º | 0.8% | 0.33% | - |
| HSV(B) | 205.45º | 0.89% | 0.58% | - |
| XYZ | 9.57 | 10.12 | 29.88 | - |
| YUV | 76.66 | 168.82 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 149 | 0.89 | 0.38 | 0 | 0.42 | 205.45 | 0.8 | 0.33 |
| Hex | 11 | 5D | 95 | 59 | 26 | 0 | 2A | CD | 50 | 21 |
| Octal | 21 | 135 | 225 | 131 | 46 | 0 | 52 | 315 | 120 | 41 |
| Binary | 10001 | 1011101 | 10010101 | 1011001 | 100110 | 0 | 101010 | 11001101 | 1010000 | 100001 |
Color Harmonies of #115D95
Complementary color
Monochromatic Colors of #115D95
Black with #115D95
Text Example
Text Example
White with #115D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D95; }
p { color: rgb(17,93,149); }
H1.HeaderClassName
{
color: #115D95;
}
.AnyTagClassName
{
color: #115D95;
}
</style>
background-color css
<style>
a { background-color: #115D95; }
a { background-color: rgb(17,93,149); }
div.DivClassName
{
background-color: #115D95;
}
.BgClassName
{
background-color: #115D95;
}
</style>
border-color css
<style>
span { border-color: #115D95; }
span { border-color: rgb(17,93,149); }
td.TdClassName
{
border-color: #115D95;
}
.TagClassName
{
border-color: #115D95;
}
</style>