Shades of Endeavour #116398
Tints of Endeavour #116398
RGB
CMYK
RGB Variations
Color information
#116398 (or 0x116398) is known color: Endeavour. HEX triplet: 11, 63 and 98. RGB value is (17,99,152). Sum of RGB (Red+Green+Blue) = 17+99+152=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #116398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116398 is #EE9C67. Grayscale: #505050. Windows color (decimal): -15637608 or 9986833. OLE color: 9986833.
HSL color Cylindrical-coordinate representation of color #116398: hue angle of 203.56º 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 #116398 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 99 | 152 | - |
| CMYK | 0.89 | 0.35 | 0 | 0.40 |
| HSL | 203.56º | 0.8% | 0.33% | - |
| HSV(B) | 203.56º | 0.89% | 0.6% | - |
| XYZ | 10.36 | 11.31 | 31.34 | - |
| YUV | 80.52 | 168.33 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 152 | 0.89 | 0.35 | 0 | 0.40 | 203.56 | 0.8 | 0.33 |
| Hex | 11 | 63 | 98 | 59 | 23 | 0 | 28 | CC | 50 | 21 |
| Octal | 21 | 143 | 230 | 131 | 43 | 0 | 50 | 314 | 120 | 41 |
| Binary | 10001 | 1100011 | 10011000 | 1011001 | 100011 | 0 | 101000 | 11001100 | 1010000 | 100001 |
Color Harmonies of #116398
Complementary color
Monochromatic Colors of #116398
Black with #116398
Text Example
Text Example
White with #116398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116398; }
p { color: rgb(17,99,152); }
H1.HeaderClassName
{
color: #116398;
}
.AnyTagClassName
{
color: #116398;
}
</style>
background-color css
<style>
a { background-color: #116398; }
a { background-color: rgb(17,99,152); }
div.DivClassName
{
background-color: #116398;
}
.BgClassName
{
background-color: #116398;
}
</style>
border-color css
<style>
span { border-color: #116398; }
span { border-color: rgb(17,99,152); }
td.TdClassName
{
border-color: #116398;
}
.TagClassName
{
border-color: #116398;
}
</style>