Shades of Endeavour #11599B
Tints of Endeavour #11599B
RGB
CMYK
RGB Variations
Color information
#11599B (or 0x11599B) is known color: Endeavour. HEX triplet: 11, 59 and 9B. RGB value is (17,89,155). Sum of RGB (Red+Green+Blue) = 17+89+155=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #11599B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11599B is #EEA664. Grayscale: #4A4A4A. Windows color (decimal): -15640165 or 10180881. OLE color: 10180881.
HSL color Cylindrical-coordinate representation of color #11599B: hue angle of 208.7º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11599B is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 89 | 155 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.39 |
| HSL | 208.7º | 0.8% | 0.34% | - |
| HSV(B) | 208.7º | 0.89% | 0.61% | - |
| XYZ | 9.72 | 9.63 | 32.36 | - |
| YUV | 75 | 173.15 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 155 | 0.89 | 0.43 | 0 | 0.39 | 208.7 | 0.8 | 0.34 |
| Hex | 11 | 59 | 9B | 59 | 2B | 0 | 27 | D1 | 50 | 22 |
| Octal | 21 | 131 | 233 | 131 | 53 | 0 | 47 | 321 | 120 | 42 |
| Binary | 10001 | 1011001 | 10011011 | 1011001 | 101011 | 0 | 100111 | 11010001 | 1010000 | 100010 |
Color Harmonies of #11599B
Complementary color
Monochromatic Colors of #11599B
Black with #11599B
Text Example
Text Example
White with #11599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11599B; }
p { color: rgb(17,89,155); }
H1.HeaderClassName
{
color: #11599B;
}
.AnyTagClassName
{
color: #11599B;
}
</style>
background-color css
<style>
a { background-color: #11599B; }
a { background-color: rgb(17,89,155); }
div.DivClassName
{
background-color: #11599B;
}
.BgClassName
{
background-color: #11599B;
}
</style>
border-color css
<style>
span { border-color: #11599B; }
span { border-color: rgb(17,89,155); }
td.TdClassName
{
border-color: #11599B;
}
.TagClassName
{
border-color: #11599B;
}
</style>