Shades of Endeavour #115396
Tints of Endeavour #115396
RGB
CMYK
RGB Variations
Color information
#115396 (or 0x115396) is known color: Endeavour. HEX triplet: 11, 53 and 96. RGB value is (17,83,150). Sum of RGB (Red+Green+Blue) = 17+83+150=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #115396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115396 is #EEAC69. Grayscale: #464646. Windows color (decimal): -15641706 or 9851665. OLE color: 9851665.
HSL color Cylindrical-coordinate representation of color #115396: hue angle of 210.23º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115396 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 83 | 150 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.41 |
| HSL | 210.23º | 0.8% | 0.33% | - |
| HSV(B) | 210.23º | 0.89% | 0.59% | - |
| XYZ | 8.83 | 8.51 | 30.03 | - |
| YUV | 70.9 | 172.63 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 150 | 0.89 | 0.45 | 0 | 0.41 | 210.23 | 0.8 | 0.33 |
| Hex | 11 | 53 | 96 | 59 | 2D | 0 | 29 | D2 | 50 | 21 |
| Octal | 21 | 123 | 226 | 131 | 55 | 0 | 51 | 322 | 120 | 41 |
| Binary | 10001 | 1010011 | 10010110 | 1011001 | 101101 | 0 | 101001 | 11010010 | 1010000 | 100001 |
Color Harmonies of #115396
Complementary color
Monochromatic Colors of #115396
Black with #115396
Text Example
Text Example
White with #115396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115396; }
p { color: rgb(17,83,150); }
H1.HeaderClassName
{
color: #115396;
}
.AnyTagClassName
{
color: #115396;
}
</style>
background-color css
<style>
a { background-color: #115396; }
a { background-color: rgb(17,83,150); }
div.DivClassName
{
background-color: #115396;
}
.BgClassName
{
background-color: #115396;
}
</style>
border-color css
<style>
span { border-color: #115396; }
span { border-color: rgb(17,83,150); }
td.TdClassName
{
border-color: #115396;
}
.TagClassName
{
border-color: #115396;
}
</style>