Shades of Endeavour #115A91
Tints of Endeavour #115A91
RGB
CMYK
RGB Variations
Color information
#115A91 (or 0x115A91) is known color: Endeavour. HEX triplet: 11, 5A and 91. RGB value is (17,90,145). Sum of RGB (Red+Green+Blue) = 17+90+145=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #115A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115A91 is #EEA56E. Grayscale: #4A4A4A. Windows color (decimal): -15639919 or 9525777. OLE color: 9525777.
HSL color Cylindrical-coordinate representation of color #115A91: hue angle of 205.78º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115A91 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 90 | 145 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.43 |
| HSL | 205.78º | 0.79% | 0.32% | - |
| HSV(B) | 205.78º | 0.88% | 0.57% | - |
| XYZ | 9 | 9.48 | 28.14 | - |
| YUV | 74.44 | 167.82 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 145 | 0.88 | 0.38 | 0 | 0.43 | 205.78 | 0.79 | 0.32 |
| Hex | 11 | 5A | 91 | 58 | 26 | 0 | 2B | CE | 4F | 20 |
| Octal | 21 | 132 | 221 | 130 | 46 | 0 | 53 | 316 | 117 | 40 |
| Binary | 10001 | 1011010 | 10010001 | 1011000 | 100110 | 0 | 101011 | 11001110 | 1001111 | 100000 |
Color Harmonies of #115A91
Complementary color
Monochromatic Colors of #115A91
Black with #115A91
Text Example
Text Example
White with #115A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A91; }
p { color: rgb(17,90,145); }
H1.HeaderClassName
{
color: #115A91;
}
.AnyTagClassName
{
color: #115A91;
}
</style>
background-color css
<style>
a { background-color: #115A91; }
a { background-color: rgb(17,90,145); }
div.DivClassName
{
background-color: #115A91;
}
.BgClassName
{
background-color: #115A91;
}
</style>
border-color css
<style>
span { border-color: #115A91; }
span { border-color: rgb(17,90,145); }
td.TdClassName
{
border-color: #115A91;
}
.TagClassName
{
border-color: #115A91;
}
</style>