Shades of Endeavour #115993
Tints of Endeavour #115993
RGB
CMYK
RGB Variations
Color information
#115993 (or 0x115993) is known color: Endeavour. HEX triplet: 11, 59 and 93. RGB value is (17,89,147). Sum of RGB (Red+Green+Blue) = 17+89+147=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #115993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115993 is #EEA66C. Grayscale: #494949. Windows color (decimal): -15640173 or 9656593. OLE color: 9656593.
HSL color Cylindrical-coordinate representation of color #115993: hue angle of 206.77º 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 #115993 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 89 | 147 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.42 |
| HSL | 206.77º | 0.79% | 0.32% | - |
| HSV(B) | 206.77º | 0.88% | 0.58% | - |
| XYZ | 9.07 | 9.37 | 28.93 | - |
| YUV | 74.08 | 169.15 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 147 | 0.88 | 0.39 | 0 | 0.42 | 206.77 | 0.79 | 0.32 |
| Hex | 11 | 59 | 93 | 58 | 27 | 0 | 2A | CF | 4F | 20 |
| Octal | 21 | 131 | 223 | 130 | 47 | 0 | 52 | 317 | 117 | 40 |
| Binary | 10001 | 1011001 | 10010011 | 1011000 | 100111 | 0 | 101010 | 11001111 | 1001111 | 100000 |
Color Harmonies of #115993
Complementary color
Monochromatic Colors of #115993
Black with #115993
Text Example
Text Example
White with #115993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115993; }
p { color: rgb(17,89,147); }
H1.HeaderClassName
{
color: #115993;
}
.AnyTagClassName
{
color: #115993;
}
</style>
background-color css
<style>
a { background-color: #115993; }
a { background-color: rgb(17,89,147); }
div.DivClassName
{
background-color: #115993;
}
.BgClassName
{
background-color: #115993;
}
</style>
border-color css
<style>
span { border-color: #115993; }
span { border-color: rgb(17,89,147); }
td.TdClassName
{
border-color: #115993;
}
.TagClassName
{
border-color: #115993;
}
</style>