Shades of Endeavour #116092
Tints of Endeavour #116092
RGB
CMYK
RGB Variations
Color information
#116092 (or 0x116092) is known color: Endeavour. HEX triplet: 11, 60 and 92. RGB value is (17,96,146). Sum of RGB (Red+Green+Blue) = 17+96+146=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #116092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116092 is #EE9F6D. Grayscale: #4D4D4D. Windows color (decimal): -15638382 or 9592849. OLE color: 9592849.
HSL color Cylindrical-coordinate representation of color #116092: hue angle of 203.26º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116092 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 96 | 146 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.43 |
| HSL | 203.26º | 0.79% | 0.32% | - |
| HSV(B) | 203.26º | 0.88% | 0.57% | - |
| XYZ | 9.6 | 10.56 | 28.73 | - |
| YUV | 78.08 | 166.33 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 146 | 0.88 | 0.34 | 0 | 0.43 | 203.26 | 0.79 | 0.32 |
| Hex | 11 | 60 | 92 | 58 | 22 | 0 | 2B | CB | 4F | 20 |
| Octal | 21 | 140 | 222 | 130 | 42 | 0 | 53 | 313 | 117 | 40 |
| Binary | 10001 | 1100000 | 10010010 | 1011000 | 100010 | 0 | 101011 | 11001011 | 1001111 | 100000 |
Color Harmonies of #116092
Complementary color
Monochromatic Colors of #116092
Black with #116092
Text Example
Text Example
White with #116092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116092; }
p { color: rgb(17,96,146); }
H1.HeaderClassName
{
color: #116092;
}
.AnyTagClassName
{
color: #116092;
}
</style>
background-color css
<style>
a { background-color: #116092; }
a { background-color: rgb(17,96,146); }
div.DivClassName
{
background-color: #116092;
}
.BgClassName
{
background-color: #116092;
}
</style>
border-color css
<style>
span { border-color: #116092; }
span { border-color: rgb(17,96,146); }
td.TdClassName
{
border-color: #116092;
}
.TagClassName
{
border-color: #116092;
}
</style>