Shades of Endeavour #115B93
Tints of Endeavour #115B93
RGB
CMYK
RGB Variations
Color information
#115B93 (or 0x115B93) is known color: Endeavour. HEX triplet: 11, 5B and 93. RGB value is (17,91,147). Sum of RGB (Red+Green+Blue) = 17+91+147=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #115B93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115B93 is #EEA46C. Grayscale: #4A4A4A. Windows color (decimal): -15639661 or 9657105. OLE color: 9657105.
HSL color Cylindrical-coordinate representation of color #115B93: hue angle of 205.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115B93 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 91 | 147 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.42 |
| HSL | 205.85º | 0.79% | 0.32% | - |
| HSV(B) | 205.85º | 0.88% | 0.58% | - |
| XYZ | 9.24 | 9.71 | 28.99 | - |
| YUV | 75.26 | 168.48 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 147 | 0.88 | 0.38 | 0 | 0.42 | 205.85 | 0.79 | 0.32 |
| Hex | 11 | 5B | 93 | 58 | 26 | 0 | 2A | CE | 4F | 20 |
| Octal | 21 | 133 | 223 | 130 | 46 | 0 | 52 | 316 | 117 | 40 |
| Binary | 10001 | 1011011 | 10010011 | 1011000 | 100110 | 0 | 101010 | 11001110 | 1001111 | 100000 |
Color Harmonies of #115B93
Complementary color
Monochromatic Colors of #115B93
Black with #115B93
Text Example
Text Example
White with #115B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B93; }
p { color: rgb(17,91,147); }
H1.HeaderClassName
{
color: #115B93;
}
.AnyTagClassName
{
color: #115B93;
}
</style>
background-color css
<style>
a { background-color: #115B93; }
a { background-color: rgb(17,91,147); }
div.DivClassName
{
background-color: #115B93;
}
.BgClassName
{
background-color: #115B93;
}
</style>
border-color css
<style>
span { border-color: #115B93; }
span { border-color: rgb(17,91,147); }
td.TdClassName
{
border-color: #115B93;
}
.TagClassName
{
border-color: #115B93;
}
</style>