Shades of Endeavour #115693
Tints of Endeavour #115693
RGB
CMYK
RGB Variations
Color information
#115693 (or 0x115693) is known color: Endeavour. HEX triplet: 11, 56 and 93. RGB value is (17,86,147). Sum of RGB (Red+Green+Blue) = 17+86+147=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #115693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115693 is #EEA96C. Grayscale: #484848. Windows color (decimal): -15640941 or 9655825. OLE color: 9655825.
HSL color Cylindrical-coordinate representation of color #115693: hue angle of 208.15º 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 #115693 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 86 | 147 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.42 |
| HSL | 208.15º | 0.79% | 0.32% | - |
| HSV(B) | 208.15º | 0.88% | 0.58% | - |
| XYZ | 8.83 | 8.88 | 28.85 | - |
| YUV | 72.32 | 170.14 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 147 | 0.88 | 0.41 | 0 | 0.42 | 208.15 | 0.79 | 0.32 |
| Hex | 11 | 56 | 93 | 58 | 29 | 0 | 2A | D0 | 4F | 20 |
| Octal | 21 | 126 | 223 | 130 | 51 | 0 | 52 | 320 | 117 | 40 |
| Binary | 10001 | 1010110 | 10010011 | 1011000 | 101001 | 0 | 101010 | 11010000 | 1001111 | 100000 |
Color Harmonies of #115693
Complementary color
Monochromatic Colors of #115693
Black with #115693
Text Example
Text Example
White with #115693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115693; }
p { color: rgb(17,86,147); }
H1.HeaderClassName
{
color: #115693;
}
.AnyTagClassName
{
color: #115693;
}
</style>
background-color css
<style>
a { background-color: #115693; }
a { background-color: rgb(17,86,147); }
div.DivClassName
{
background-color: #115693;
}
.BgClassName
{
background-color: #115693;
}
</style>
border-color css
<style>
span { border-color: #115693; }
span { border-color: rgb(17,86,147); }
td.TdClassName
{
border-color: #115693;
}
.TagClassName
{
border-color: #115693;
}
</style>