Shades of Endeavour #115892
Tints of Endeavour #115892
RGB
CMYK
RGB Variations
Color information
#115892 (or 0x115892) is known color: Endeavour. HEX triplet: 11, 58 and 92. RGB value is (17,88,146). Sum of RGB (Red+Green+Blue) = 17+88+146=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #115892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115892 is #EEA76D. Grayscale: #494949. Windows color (decimal): -15640430 or 9590801. OLE color: 9590801.
HSL color Cylindrical-coordinate representation of color #115892: hue angle of 206.98º 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 #115892 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 88 | 146 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.43 |
| HSL | 206.98º | 0.79% | 0.32% | - |
| HSV(B) | 206.98º | 0.88% | 0.57% | - |
| XYZ | 8.91 | 9.17 | 28.5 | - |
| YUV | 73.38 | 168.98 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 146 | 0.88 | 0.40 | 0 | 0.43 | 206.98 | 0.79 | 0.32 |
| Hex | 11 | 58 | 92 | 58 | 28 | 0 | 2B | CF | 4F | 20 |
| Octal | 21 | 130 | 222 | 130 | 50 | 0 | 53 | 317 | 117 | 40 |
| Binary | 10001 | 1011000 | 10010010 | 1011000 | 101000 | 0 | 101011 | 11001111 | 1001111 | 100000 |
Color Harmonies of #115892
Complementary color
Monochromatic Colors of #115892
Black with #115892
Text Example
Text Example
White with #115892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115892; }
p { color: rgb(17,88,146); }
H1.HeaderClassName
{
color: #115892;
}
.AnyTagClassName
{
color: #115892;
}
</style>
background-color css
<style>
a { background-color: #115892; }
a { background-color: rgb(17,88,146); }
div.DivClassName
{
background-color: #115892;
}
.BgClassName
{
background-color: #115892;
}
</style>
border-color css
<style>
span { border-color: #115892; }
span { border-color: rgb(17,88,146); }
td.TdClassName
{
border-color: #115892;
}
.TagClassName
{
border-color: #115892;
}
</style>