Shades of Endeavour #115B99
Tints of Endeavour #115B99
RGB
CMYK
RGB Variations
Color information
#115B99 (or 0x115B99) is known color: Endeavour. HEX triplet: 11, 5B and 99. RGB value is (17,91,153). Sum of RGB (Red+Green+Blue) = 17+91+153=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #115B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115B99 is #EEA466. Grayscale: #4B4B4B. Windows color (decimal): -15639655 or 10050321. OLE color: 10050321.
HSL color Cylindrical-coordinate representation of color #115B99: hue angle of 207.35º 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 #115B99 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 91 | 153 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.4 |
| HSL | 207.35º | 0.8% | 0.33% | - |
| HSV(B) | 207.35º | 0.89% | 0.6% | - |
| XYZ | 9.72 | 9.9 | 31.54 | - |
| YUV | 75.94 | 171.48 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 153 | 0.89 | 0.41 | 0 | 0.4 | 207.35 | 0.8 | 0.33 |
| Hex | 11 | 5B | 99 | 59 | 29 | 0 | 28 | CF | 50 | 21 |
| Octal | 21 | 133 | 231 | 131 | 51 | 0 | 50 | 317 | 120 | 41 |
| Binary | 10001 | 1011011 | 10011001 | 1011001 | 101001 | 0 | 101000 | 11001111 | 1010000 | 100001 |
Color Harmonies of #115B99
Complementary color
Monochromatic Colors of #115B99
Black with #115B99
Text Example
Text Example
White with #115B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B99; }
p { color: rgb(17,91,153); }
H1.HeaderClassName
{
color: #115B99;
}
.AnyTagClassName
{
color: #115B99;
}
</style>
background-color css
<style>
a { background-color: #115B99; }
a { background-color: rgb(17,91,153); }
div.DivClassName
{
background-color: #115B99;
}
.BgClassName
{
background-color: #115B99;
}
</style>
border-color css
<style>
span { border-color: #115B99; }
span { border-color: rgb(17,91,153); }
td.TdClassName
{
border-color: #115B99;
}
.TagClassName
{
border-color: #115B99;
}
</style>