Shades of Endeavour #115D9B
Tints of Endeavour #115D9B
RGB
CMYK
RGB Variations
Color information
#115D9B (or 0x115D9B) is known color: Endeavour. HEX triplet: 11, 5D and 9B. RGB value is (17,93,155). Sum of RGB (Red+Green+Blue) = 17+93+155=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #115D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115D9B is #EEA264. Grayscale: #4D4D4D. Windows color (decimal): -15639141 or 10181905. OLE color: 10181905.
HSL color Cylindrical-coordinate representation of color #115D9B: hue angle of 206.96º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115D9B is Cyan = 0.89, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 93 | 155 | - |
| CMYK | 0.89 | 0.4 | 0 | 0.39 |
| HSL | 206.96º | 0.8% | 0.34% | - |
| HSV(B) | 206.96º | 0.89% | 0.61% | - |
| XYZ | 10.06 | 10.31 | 32.47 | - |
| YUV | 77.34 | 171.82 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 155 | 0.89 | 0.4 | 0 | 0.39 | 206.96 | 0.8 | 0.34 |
| Hex | 11 | 5D | 9B | 59 | 28 | 0 | 27 | CF | 50 | 22 |
| Octal | 21 | 135 | 233 | 131 | 50 | 0 | 47 | 317 | 120 | 42 |
| Binary | 10001 | 1011101 | 10011011 | 1011001 | 101000 | 0 | 100111 | 11001111 | 1010000 | 100010 |
Color Harmonies of #115D9B
Complementary color
Monochromatic Colors of #115D9B
Black with #115D9B
Text Example
Text Example
White with #115D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D9B; }
p { color: rgb(17,93,155); }
H1.HeaderClassName
{
color: #115D9B;
}
.AnyTagClassName
{
color: #115D9B;
}
</style>
background-color css
<style>
a { background-color: #115D9B; }
a { background-color: rgb(17,93,155); }
div.DivClassName
{
background-color: #115D9B;
}
.BgClassName
{
background-color: #115D9B;
}
</style>
border-color css
<style>
span { border-color: #115D9B; }
span { border-color: rgb(17,93,155); }
td.TdClassName
{
border-color: #115D9B;
}
.TagClassName
{
border-color: #115D9B;
}
</style>