Shades of Endeavour #17549E
Tints of Endeavour #17549E
RGB
CMYK
RGB Variations
Color information
#17549E (or 0x17549E) is known color: Endeavour. HEX triplet: 17, 54 and 9E. RGB value is (23,84,158). Sum of RGB (Red+Green+Blue) = 23+84+158=265 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.68% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #17549E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17549E is #E8AB61. Grayscale: #494949. Windows color (decimal): -15248226 or 10376215. OLE color: 10376215.
HSL color Cylindrical-coordinate representation of color #17549E: hue angle of 212.89º 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 #17549E is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 84 | 158 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.38 |
| HSL | 212.89º | 0.75% | 0.35% | - |
| HSV(B) | 212.89º | 0.85% | 0.62% | - |
| XYZ | 9.7 | 8.99 | 33.57 | - |
| YUV | 74.2 | 175.29 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 84 | 158 | 0.85 | 0.47 | 0 | 0.38 | 212.89 | 0.75 | 0.35 |
| Hex | 17 | 54 | 9E | 55 | 2F | 0 | 26 | D5 | 4B | 23 |
| Octal | 27 | 124 | 236 | 125 | 57 | 0 | 46 | 325 | 113 | 43 |
| Binary | 10111 | 1010100 | 10011110 | 1010101 | 101111 | 0 | 100110 | 11010101 | 1001011 | 100011 |
Color Harmonies of #17549E
Complementary color
Monochromatic Colors of #17549E
Black with #17549E
Text Example
Text Example
White with #17549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17549E; }
p { color: rgb(23,84,158); }
H1.HeaderClassName
{
color: #17549E;
}
.AnyTagClassName
{
color: #17549E;
}
</style>
background-color css
<style>
a { background-color: #17549E; }
a { background-color: rgb(23,84,158); }
div.DivClassName
{
background-color: #17549E;
}
.BgClassName
{
background-color: #17549E;
}
</style>
border-color css
<style>
span { border-color: #17549E; }
span { border-color: rgb(23,84,158); }
td.TdClassName
{
border-color: #17549E;
}
.TagClassName
{
border-color: #17549E;
}
</style>