Shades of Endeavour #17519D
Tints of Endeavour #17519D
RGB
CMYK
RGB Variations
Color information
#17519D (or 0x17519D) is known color: Endeavour. HEX triplet: 17, 51 and 9D. RGB value is (23,81,157). Sum of RGB (Red+Green+Blue) = 23+81+157=261 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.81% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #17519D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17519D is #E8AE62. Grayscale: #474747. Windows color (decimal): -15248995 or 10309911. OLE color: 10309911.
HSL color Cylindrical-coordinate representation of color #17519D: hue angle of 214.03º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17519D is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 81 | 157 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.38 |
| HSL | 214.03º | 0.74% | 0.35% | - |
| HSV(B) | 214.03º | 0.85% | 0.62% | - |
| XYZ | 9.38 | 8.5 | 33.04 | - |
| YUV | 72.32 | 175.78 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 157 | 0.85 | 0.48 | 0 | 0.38 | 214.03 | 0.74 | 0.35 |
| Hex | 17 | 51 | 9D | 55 | 30 | 0 | 26 | D6 | 4A | 23 |
| Octal | 27 | 121 | 235 | 125 | 60 | 0 | 46 | 326 | 112 | 43 |
| Binary | 10111 | 1010001 | 10011101 | 1010101 | 110000 | 0 | 100110 | 11010110 | 1001010 | 100011 |
Color Harmonies of #17519D
Complementary color
Monochromatic Colors of #17519D
Black with #17519D
Text Example
Text Example
White with #17519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17519D; }
p { color: rgb(23,81,157); }
H1.HeaderClassName
{
color: #17519D;
}
.AnyTagClassName
{
color: #17519D;
}
</style>
background-color css
<style>
a { background-color: #17519D; }
a { background-color: rgb(23,81,157); }
div.DivClassName
{
background-color: #17519D;
}
.BgClassName
{
background-color: #17519D;
}
</style>
border-color css
<style>
span { border-color: #17519D; }
span { border-color: rgb(23,81,157); }
td.TdClassName
{
border-color: #17519D;
}
.TagClassName
{
border-color: #17519D;
}
</style>