Shades of Endeavour #115A95
Tints of Endeavour #115A95
RGB
CMYK
RGB Variations
Color information
#115A95 (or 0x115A95) is known color: Endeavour. HEX triplet: 11, 5A and 95. RGB value is (17,90,149). Sum of RGB (Red+Green+Blue) = 17+90+149=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #115A95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115A95 is #EEA56A. Grayscale: #4A4A4A. Windows color (decimal): -15639915 or 9787921. OLE color: 9787921.
HSL color Cylindrical-coordinate representation of color #115A95: hue angle of 206.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115A95 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 90 | 149 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.42 |
| HSL | 206.82º | 0.8% | 0.33% | - |
| HSV(B) | 206.82º | 0.89% | 0.58% | - |
| XYZ | 9.31 | 9.6 | 29.8 | - |
| YUV | 74.9 | 169.82 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 149 | 0.89 | 0.40 | 0 | 0.42 | 206.82 | 0.8 | 0.33 |
| Hex | 11 | 5A | 95 | 59 | 28 | 0 | 2A | CF | 50 | 21 |
| Octal | 21 | 132 | 225 | 131 | 50 | 0 | 52 | 317 | 120 | 41 |
| Binary | 10001 | 1011010 | 10010101 | 1011001 | 101000 | 0 | 101010 | 11001111 | 1010000 | 100001 |
Color Harmonies of #115A95
Complementary color
Monochromatic Colors of #115A95
Black with #115A95
Text Example
Text Example
White with #115A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A95; }
p { color: rgb(17,90,149); }
H1.HeaderClassName
{
color: #115A95;
}
.AnyTagClassName
{
color: #115A95;
}
</style>
background-color css
<style>
a { background-color: #115A95; }
a { background-color: rgb(17,90,149); }
div.DivClassName
{
background-color: #115A95;
}
.BgClassName
{
background-color: #115A95;
}
</style>
border-color css
<style>
span { border-color: #115A95; }
span { border-color: rgb(17,90,149); }
td.TdClassName
{
border-color: #115A95;
}
.TagClassName
{
border-color: #115A95;
}
</style>