Shades of Endeavour #115B9C
Tints of Endeavour #115B9C
RGB
CMYK
RGB Variations
Color information
#115B9C (or 0x115B9C) is known color: Endeavour. HEX triplet: 11, 5B and 9C. RGB value is (17,91,156). Sum of RGB (Red+Green+Blue) = 17+91+156=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #115B9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115B9C is #EEA463. Grayscale: #4B4B4B. Windows color (decimal): -15639652 or 10246929. OLE color: 10246929.
HSL color Cylindrical-coordinate representation of color #115B9C: hue angle of 208.06º 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 #115B9C is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 91 | 156 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.39 |
| HSL | 208.06º | 0.8% | 0.34% | - |
| HSV(B) | 208.06º | 0.89% | 0.61% | - |
| XYZ | 9.97 | 10 | 32.86 | - |
| YUV | 76.28 | 172.98 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 156 | 0.89 | 0.42 | 0 | 0.39 | 208.06 | 0.8 | 0.34 |
| Hex | 11 | 5B | 9C | 59 | 2A | 0 | 27 | D0 | 50 | 22 |
| Octal | 21 | 133 | 234 | 131 | 52 | 0 | 47 | 320 | 120 | 42 |
| Binary | 10001 | 1011011 | 10011100 | 1011001 | 101010 | 0 | 100111 | 11010000 | 1010000 | 100010 |
Color Harmonies of #115B9C
Complementary color
Monochromatic Colors of #115B9C
Black with #115B9C
Text Example
Text Example
White with #115B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B9C; }
p { color: rgb(17,91,156); }
H1.HeaderClassName
{
color: #115B9C;
}
.AnyTagClassName
{
color: #115B9C;
}
</style>
background-color css
<style>
a { background-color: #115B9C; }
a { background-color: rgb(17,91,156); }
div.DivClassName
{
background-color: #115B9C;
}
.BgClassName
{
background-color: #115B9C;
}
</style>
border-color css
<style>
span { border-color: #115B9C; }
span { border-color: rgb(17,91,156); }
td.TdClassName
{
border-color: #115B9C;
}
.TagClassName
{
border-color: #115B9C;
}
</style>