Shades of Endeavour #115E92
Tints of Endeavour #115E92
RGB
CMYK
RGB Variations
Color information
#115E92 (or 0x115E92) is known color: Endeavour. HEX triplet: 11, 5E and 92. RGB value is (17,94,146). Sum of RGB (Red+Green+Blue) = 17+94+146=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #115E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115E92 is #EEA16D. Grayscale: #4C4C4C. Windows color (decimal): -15638894 or 9592337. OLE color: 9592337.
HSL color Cylindrical-coordinate representation of color #115E92: hue angle of 204.19º 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 #115E92 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 94 | 146 | - |
| CMYK | 0.88 | 0.36 | 0 | 0.43 |
| HSL | 204.19º | 0.79% | 0.32% | - |
| HSV(B) | 204.19º | 0.88% | 0.57% | - |
| XYZ | 9.42 | 10.2 | 28.67 | - |
| YUV | 76.91 | 166.99 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 146 | 0.88 | 0.36 | 0 | 0.43 | 204.19 | 0.79 | 0.32 |
| Hex | 11 | 5E | 92 | 58 | 24 | 0 | 2B | CC | 4F | 20 |
| Octal | 21 | 136 | 222 | 130 | 44 | 0 | 53 | 314 | 117 | 40 |
| Binary | 10001 | 1011110 | 10010010 | 1011000 | 100100 | 0 | 101011 | 11001100 | 1001111 | 100000 |
Color Harmonies of #115E92
Complementary color
Monochromatic Colors of #115E92
Black with #115E92
Text Example
Text Example
White with #115E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115E92; }
p { color: rgb(17,94,146); }
H1.HeaderClassName
{
color: #115E92;
}
.AnyTagClassName
{
color: #115E92;
}
</style>
background-color css
<style>
a { background-color: #115E92; }
a { background-color: rgb(17,94,146); }
div.DivClassName
{
background-color: #115E92;
}
.BgClassName
{
background-color: #115E92;
}
</style>
border-color css
<style>
span { border-color: #115E92; }
span { border-color: rgb(17,94,146); }
td.TdClassName
{
border-color: #115E92;
}
.TagClassName
{
border-color: #115E92;
}
</style>