Shades of Endeavour #115F99
Tints of Endeavour #115F99
RGB
CMYK
RGB Variations
Color information
#115F99 (or 0x115F99) is known color: Endeavour. HEX triplet: 11, 5F and 99. RGB value is (17,95,153). Sum of RGB (Red+Green+Blue) = 17+95+153=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #115F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115F99 is #EEA066. Grayscale: #4D4D4D. Windows color (decimal): -15638631 or 10051345. OLE color: 10051345.
HSL color Cylindrical-coordinate representation of color #115F99: hue angle of 205.59º 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 #115F99 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 95 | 153 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.4 |
| HSL | 205.59º | 0.8% | 0.33% | - |
| HSV(B) | 205.59º | 0.89% | 0.6% | - |
| XYZ | 10.07 | 10.6 | 31.65 | - |
| YUV | 78.29 | 170.16 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 153 | 0.89 | 0.38 | 0 | 0.4 | 205.59 | 0.8 | 0.33 |
| Hex | 11 | 5F | 99 | 59 | 26 | 0 | 28 | CE | 50 | 21 |
| Octal | 21 | 137 | 231 | 131 | 46 | 0 | 50 | 316 | 120 | 41 |
| Binary | 10001 | 1011111 | 10011001 | 1011001 | 100110 | 0 | 101000 | 11001110 | 1010000 | 100001 |
Color Harmonies of #115F99
Complementary color
Monochromatic Colors of #115F99
Black with #115F99
Text Example
Text Example
White with #115F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F99; }
p { color: rgb(17,95,153); }
H1.HeaderClassName
{
color: #115F99;
}
.AnyTagClassName
{
color: #115F99;
}
</style>
background-color css
<style>
a { background-color: #115F99; }
a { background-color: rgb(17,95,153); }
div.DivClassName
{
background-color: #115F99;
}
.BgClassName
{
background-color: #115F99;
}
</style>
border-color css
<style>
span { border-color: #115F99; }
span { border-color: rgb(17,95,153); }
td.TdClassName
{
border-color: #115F99;
}
.TagClassName
{
border-color: #115F99;
}
</style>