Shades of Endeavour #115294
Tints of Endeavour #115294
RGB
CMYK
RGB Variations
Color information
#115294 (or 0x115294) is known color: Endeavour. HEX triplet: 11, 52 and 94. RGB value is (17,82,148). Sum of RGB (Red+Green+Blue) = 17+82+148=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #115294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115294 is #EEAD6B. Grayscale: #454545. Windows color (decimal): -15641964 or 9720337. OLE color: 9720337.
HSL color Cylindrical-coordinate representation of color #115294: hue angle of 210.23º 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 #115294 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 82 | 148 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.42 |
| HSL | 210.23º | 0.79% | 0.32% | - |
| HSV(B) | 210.23º | 0.89% | 0.58% | - |
| XYZ | 8.59 | 8.29 | 29.16 | - |
| YUV | 70.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 148 | 0.89 | 0.45 | 0 | 0.42 | 210.23 | 0.79 | 0.32 |
| Hex | 11 | 52 | 94 | 59 | 2D | 0 | 2A | D2 | 4F | 20 |
| Octal | 21 | 122 | 224 | 131 | 55 | 0 | 52 | 322 | 117 | 40 |
| Binary | 10001 | 1010010 | 10010100 | 1011001 | 101101 | 0 | 101010 | 11010010 | 1001111 | 100000 |
Color Harmonies of #115294
Complementary color
Monochromatic Colors of #115294
Black with #115294
Text Example
Text Example
White with #115294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115294; }
p { color: rgb(17,82,148); }
H1.HeaderClassName
{
color: #115294;
}
.AnyTagClassName
{
color: #115294;
}
</style>
background-color css
<style>
a { background-color: #115294; }
a { background-color: rgb(17,82,148); }
div.DivClassName
{
background-color: #115294;
}
.BgClassName
{
background-color: #115294;
}
</style>
border-color css
<style>
span { border-color: #115294; }
span { border-color: rgb(17,82,148); }
td.TdClassName
{
border-color: #115294;
}
.TagClassName
{
border-color: #115294;
}
</style>