Shades of Endeavour #115F9D
Tints of Endeavour #115F9D
RGB
CMYK
RGB Variations
Color information
#115F9D (or 0x115F9D) is known color: Endeavour. HEX triplet: 11, 5F and 9D. RGB value is (17,95,157). Sum of RGB (Red+Green+Blue) = 17+95+157=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #115F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115F9D is #EEA062. Grayscale: #4E4E4E. Windows color (decimal): -15638627 or 10313489. OLE color: 10313489.
HSL color Cylindrical-coordinate representation of color #115F9D: hue angle of 206.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115F9D is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 95 | 157 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.38 |
| HSL | 206.57º | 0.8% | 0.34% | - |
| HSV(B) | 206.57º | 0.89% | 0.62% | - |
| XYZ | 10.41 | 10.74 | 33.42 | - |
| YUV | 78.75 | 172.16 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 157 | 0.89 | 0.39 | 0 | 0.38 | 206.57 | 0.8 | 0.34 |
| Hex | 11 | 5F | 9D | 59 | 27 | 0 | 26 | CF | 50 | 22 |
| Octal | 21 | 137 | 235 | 131 | 47 | 0 | 46 | 317 | 120 | 42 |
| Binary | 10001 | 1011111 | 10011101 | 1011001 | 100111 | 0 | 100110 | 11001111 | 1010000 | 100010 |
Color Harmonies of #115F9D
Complementary color
Monochromatic Colors of #115F9D
Black with #115F9D
Text Example
Text Example
White with #115F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F9D; }
p { color: rgb(17,95,157); }
H1.HeaderClassName
{
color: #115F9D;
}
.AnyTagClassName
{
color: #115F9D;
}
</style>
background-color css
<style>
a { background-color: #115F9D; }
a { background-color: rgb(17,95,157); }
div.DivClassName
{
background-color: #115F9D;
}
.BgClassName
{
background-color: #115F9D;
}
</style>
border-color css
<style>
span { border-color: #115F9D; }
span { border-color: rgb(17,95,157); }
td.TdClassName
{
border-color: #115F9D;
}
.TagClassName
{
border-color: #115F9D;
}
</style>