Shades of Endeavour #116399
Tints of Endeavour #116399
RGB
CMYK
RGB Variations
Color information
#116399 (or 0x116399) is known color: Endeavour. HEX triplet: 11, 63 and 99. RGB value is (17,99,153). Sum of RGB (Red+Green+Blue) = 17+99+153=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #116399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116399 is #EE9C66. Grayscale: #505050. Windows color (decimal): -15637607 or 10052369. OLE color: 10052369.
HSL color Cylindrical-coordinate representation of color #116399: hue angle of 203.82º 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 #116399 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 99 | 153 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.4 |
| HSL | 203.82º | 0.8% | 0.33% | - |
| HSV(B) | 203.82º | 0.89% | 0.6% | - |
| XYZ | 10.44 | 11.34 | 31.78 | - |
| YUV | 80.64 | 168.83 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 153 | 0.89 | 0.35 | 0 | 0.4 | 203.82 | 0.8 | 0.33 |
| Hex | 11 | 63 | 99 | 59 | 23 | 0 | 28 | CC | 50 | 21 |
| Octal | 21 | 143 | 231 | 131 | 43 | 0 | 50 | 314 | 120 | 41 |
| Binary | 10001 | 1100011 | 10011001 | 1011001 | 100011 | 0 | 101000 | 11001100 | 1010000 | 100001 |
Color Harmonies of #116399
Complementary color
Monochromatic Colors of #116399
Black with #116399
Text Example
Text Example
White with #116399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116399; }
p { color: rgb(17,99,153); }
H1.HeaderClassName
{
color: #116399;
}
.AnyTagClassName
{
color: #116399;
}
</style>
background-color css
<style>
a { background-color: #116399; }
a { background-color: rgb(17,99,153); }
div.DivClassName
{
background-color: #116399;
}
.BgClassName
{
background-color: #116399;
}
</style>
border-color css
<style>
span { border-color: #116399; }
span { border-color: rgb(17,99,153); }
td.TdClassName
{
border-color: #116399;
}
.TagClassName
{
border-color: #116399;
}
</style>