Shades of Endeavour #115C9B
Tints of Endeavour #115C9B
RGB
CMYK
RGB Variations
Color information
#115C9B (or 0x115C9B) is known color: Endeavour. HEX triplet: 11, 5C and 9B. RGB value is (17,92,155). Sum of RGB (Red+Green+Blue) = 17+92+155=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #115C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115C9B is #EEA364. Grayscale: #4C4C4C. Windows color (decimal): -15639397 or 10181649. OLE color: 10181649.
HSL color Cylindrical-coordinate representation of color #115C9B: hue angle of 207.39º 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 #115C9B is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 92 | 155 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.39 |
| HSL | 207.39º | 0.8% | 0.34% | - |
| HSV(B) | 207.39º | 0.89% | 0.61% | - |
| XYZ | 9.97 | 10.14 | 32.44 | - |
| YUV | 76.76 | 172.15 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 155 | 0.89 | 0.41 | 0 | 0.39 | 207.39 | 0.8 | 0.34 |
| Hex | 11 | 5C | 9B | 59 | 29 | 0 | 27 | CF | 50 | 22 |
| Octal | 21 | 134 | 233 | 131 | 51 | 0 | 47 | 317 | 120 | 42 |
| Binary | 10001 | 1011100 | 10011011 | 1011001 | 101001 | 0 | 100111 | 11001111 | 1010000 | 100010 |
Color Harmonies of #115C9B
Complementary color
Monochromatic Colors of #115C9B
Black with #115C9B
Text Example
Text Example
White with #115C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C9B; }
p { color: rgb(17,92,155); }
H1.HeaderClassName
{
color: #115C9B;
}
.AnyTagClassName
{
color: #115C9B;
}
</style>
background-color css
<style>
a { background-color: #115C9B; }
a { background-color: rgb(17,92,155); }
div.DivClassName
{
background-color: #115C9B;
}
.BgClassName
{
background-color: #115C9B;
}
</style>
border-color css
<style>
span { border-color: #115C9B; }
span { border-color: rgb(17,92,155); }
td.TdClassName
{
border-color: #115C9B;
}
.TagClassName
{
border-color: #115C9B;
}
</style>