Shades of Endeavour #17519E
Tints of Endeavour #17519E
RGB
CMYK
RGB Variations
Color information
#17519E (or 0x17519E) is known color: Endeavour. HEX triplet: 17, 51 and 9E. RGB value is (23,81,158). Sum of RGB (Red+Green+Blue) = 23+81+158=262 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.78% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #17519E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17519E is #E8AE61. Grayscale: #484848. Windows color (decimal): -15248994 or 10375447. OLE color: 10375447.
HSL color Cylindrical-coordinate representation of color #17519E: hue angle of 214.22º degrees, saturation: 0.75, 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 #17519E is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 81 | 158 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.38 |
| HSL | 214.22º | 0.75% | 0.35% | - |
| HSV(B) | 214.22º | 0.85% | 0.62% | - |
| XYZ | 9.47 | 8.54 | 33.5 | - |
| YUV | 72.44 | 176.28 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 158 | 0.85 | 0.49 | 0 | 0.38 | 214.22 | 0.75 | 0.35 |
| Hex | 17 | 51 | 9E | 55 | 31 | 0 | 26 | D6 | 4B | 23 |
| Octal | 27 | 121 | 236 | 125 | 61 | 0 | 46 | 326 | 113 | 43 |
| Binary | 10111 | 1010001 | 10011110 | 1010101 | 110001 | 0 | 100110 | 11010110 | 1001011 | 100011 |
Color Harmonies of #17519E
Complementary color
Monochromatic Colors of #17519E
Black with #17519E
Text Example
Text Example
White with #17519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17519E; }
p { color: rgb(23,81,158); }
H1.HeaderClassName
{
color: #17519E;
}
.AnyTagClassName
{
color: #17519E;
}
</style>
background-color css
<style>
a { background-color: #17519E; }
a { background-color: rgb(23,81,158); }
div.DivClassName
{
background-color: #17519E;
}
.BgClassName
{
background-color: #17519E;
}
</style>
border-color css
<style>
span { border-color: #17519E; }
span { border-color: rgb(23,81,158); }
td.TdClassName
{
border-color: #17519E;
}
.TagClassName
{
border-color: #17519E;
}
</style>