Shades of Endeavour #17549F
Tints of Endeavour #17549F
RGB
CMYK
RGB Variations
Color information
#17549F (or 0x17549F) is known color: Endeavour. HEX triplet: 17, 54 and 9F. RGB value is (23,84,159). Sum of RGB (Red+Green+Blue) = 23+84+159=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #17549F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17549F is #E8AB60. Grayscale: #494949. Windows color (decimal): -15248225 or 10441751. OLE color: 10441751.
HSL color Cylindrical-coordinate representation of color #17549F: hue angle of 213.09º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17549F is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 84 | 159 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.38 |
| HSL | 213.09º | 0.75% | 0.36% | - |
| HSV(B) | 213.09º | 0.86% | 0.62% | - |
| XYZ | 9.78 | 9.03 | 34.03 | - |
| YUV | 74.31 | 175.79 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 84 | 159 | 0.86 | 0.47 | 0 | 0.38 | 213.09 | 0.75 | 0.36 |
| Hex | 17 | 54 | 9F | 56 | 2F | 0 | 26 | D5 | 4B | 24 |
| Octal | 27 | 124 | 237 | 126 | 57 | 0 | 46 | 325 | 113 | 44 |
| Binary | 10111 | 1010100 | 10011111 | 1010110 | 101111 | 0 | 100110 | 11010101 | 1001011 | 100100 |
Color Harmonies of #17549F
Complementary color
Monochromatic Colors of #17549F
Black with #17549F
Text Example
Text Example
White with #17549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17549F; }
p { color: rgb(23,84,159); }
H1.HeaderClassName
{
color: #17549F;
}
.AnyTagClassName
{
color: #17549F;
}
</style>
background-color css
<style>
a { background-color: #17549F; }
a { background-color: rgb(23,84,159); }
div.DivClassName
{
background-color: #17549F;
}
.BgClassName
{
background-color: #17549F;
}
</style>
border-color css
<style>
span { border-color: #17549F; }
span { border-color: rgb(23,84,159); }
td.TdClassName
{
border-color: #17549F;
}
.TagClassName
{
border-color: #17549F;
}
</style>