Shades of Endeavour #17509A
Tints of Endeavour #17509A
RGB
CMYK
RGB Variations
Color information
#17509A (or 0x17509A) is known color: Endeavour. HEX triplet: 17, 50 and 9A. RGB value is (23,80,154). Sum of RGB (Red+Green+Blue) = 23+80+154=257 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.95% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 154 (60.55% from 255 or 59.92% from 257); Max value from RGB is 154 - color contains mainly: blue. Hex color #17509A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17509A is #E8AF65. Grayscale: #474747. Windows color (decimal): -15249254 or 10113047. OLE color: 10113047.
HSL color Cylindrical-coordinate representation of color #17509A: hue angle of 213.89º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17509A is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 80 | 154 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.40 |
| HSL | 213.89º | 0.74% | 0.35% | - |
| HSV(B) | 213.89º | 0.85% | 0.6% | - |
| XYZ | 9.05 | 8.25 | 31.69 | - |
| YUV | 71.39 | 174.62 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 154 | 0.85 | 0.48 | 0 | 0.40 | 213.89 | 0.74 | 0.35 |
| Hex | 17 | 50 | 9A | 55 | 30 | 0 | 28 | D6 | 4A | 23 |
| Octal | 27 | 120 | 232 | 125 | 60 | 0 | 50 | 326 | 112 | 43 |
| Binary | 10111 | 1010000 | 10011010 | 1010101 | 110000 | 0 | 101000 | 11010110 | 1001010 | 100011 |
Color Harmonies of #17509A
Complementary color
Monochromatic Colors of #17509A
Black with #17509A
Text Example
Text Example
White with #17509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17509A; }
p { color: rgb(23,80,154); }
H1.HeaderClassName
{
color: #17509A;
}
.AnyTagClassName
{
color: #17509A;
}
</style>
background-color css
<style>
a { background-color: #17509A; }
a { background-color: rgb(23,80,154); }
div.DivClassName
{
background-color: #17509A;
}
.BgClassName
{
background-color: #17509A;
}
</style>
border-color css
<style>
span { border-color: #17509A; }
span { border-color: rgb(23,80,154); }
td.TdClassName
{
border-color: #17509A;
}
.TagClassName
{
border-color: #17509A;
}
</style>