Shades of Endeavour #116599
Tints of Endeavour #116599
RGB
CMYK
RGB Variations
Color information
#116599 (or 0x116599) is known color: Endeavour. HEX triplet: 11, 65 and 99. RGB value is (17,101,153). Sum of RGB (Red+Green+Blue) = 17+101+153=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #116599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116599 is #EE9A66. Grayscale: #515151. Windows color (decimal): -15637095 or 10052881. OLE color: 10052881.
HSL color Cylindrical-coordinate representation of color #116599: hue angle of 202.94º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116599 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 101 | 153 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.4 |
| HSL | 202.94º | 0.8% | 0.33% | - |
| HSV(B) | 202.94º | 0.89% | 0.6% | - |
| XYZ | 10.63 | 11.73 | 31.84 | - |
| YUV | 81.81 | 168.17 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 153 | 0.89 | 0.34 | 0 | 0.4 | 202.94 | 0.8 | 0.33 |
| Hex | 11 | 65 | 99 | 59 | 22 | 0 | 28 | CB | 50 | 21 |
| Octal | 21 | 145 | 231 | 131 | 42 | 0 | 50 | 313 | 120 | 41 |
| Binary | 10001 | 1100101 | 10011001 | 1011001 | 100010 | 0 | 101000 | 11001011 | 1010000 | 100001 |
Color Harmonies of #116599
Complementary color
Monochromatic Colors of #116599
Black with #116599
Text Example
Text Example
White with #116599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116599; }
p { color: rgb(17,101,153); }
H1.HeaderClassName
{
color: #116599;
}
.AnyTagClassName
{
color: #116599;
}
</style>
background-color css
<style>
a { background-color: #116599; }
a { background-color: rgb(17,101,153); }
div.DivClassName
{
background-color: #116599;
}
.BgClassName
{
background-color: #116599;
}
</style>
border-color css
<style>
span { border-color: #116599; }
span { border-color: rgb(17,101,153); }
td.TdClassName
{
border-color: #116599;
}
.TagClassName
{
border-color: #116599;
}
</style>