Shades of Endeavour #116294
Tints of Endeavour #116294
RGB
CMYK
RGB Variations
Color information
#116294 (or 0x116294) is known color: Endeavour. HEX triplet: 11, 62 and 94. RGB value is (17,98,148). Sum of RGB (Red+Green+Blue) = 17+98+148=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #116294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116294 is #EE9D6B. Grayscale: #4F4F4F. Windows color (decimal): -15637868 or 9724433. OLE color: 9724433.
HSL color Cylindrical-coordinate representation of color #116294: hue angle of 202.9º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116294 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 98 | 148 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.42 |
| HSL | 202.9º | 0.79% | 0.32% | - |
| HSV(B) | 202.9º | 0.89% | 0.58% | - |
| XYZ | 9.94 | 10.99 | 29.61 | - |
| YUV | 79.48 | 166.66 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 148 | 0.89 | 0.34 | 0 | 0.42 | 202.9 | 0.79 | 0.32 |
| Hex | 11 | 62 | 94 | 59 | 22 | 0 | 2A | CB | 4F | 20 |
| Octal | 21 | 142 | 224 | 131 | 42 | 0 | 52 | 313 | 117 | 40 |
| Binary | 10001 | 1100010 | 10010100 | 1011001 | 100010 | 0 | 101010 | 11001011 | 1001111 | 100000 |
Color Harmonies of #116294
Complementary color
Monochromatic Colors of #116294
Black with #116294
Text Example
Text Example
White with #116294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116294; }
p { color: rgb(17,98,148); }
H1.HeaderClassName
{
color: #116294;
}
.AnyTagClassName
{
color: #116294;
}
</style>
background-color css
<style>
a { background-color: #116294; }
a { background-color: rgb(17,98,148); }
div.DivClassName
{
background-color: #116294;
}
.BgClassName
{
background-color: #116294;
}
</style>
border-color css
<style>
span { border-color: #116294; }
span { border-color: rgb(17,98,148); }
td.TdClassName
{
border-color: #116294;
}
.TagClassName
{
border-color: #116294;
}
</style>