Shades of Endeavour #17599D
Tints of Endeavour #17599D
RGB
CMYK
RGB Variations
Color information
#17599D (or 0x17599D) is known color: Endeavour. HEX triplet: 17, 59 and 9D. RGB value is (23,89,157). Sum of RGB (Red+Green+Blue) = 23+89+157=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #17599D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17599D is #E8A662. Grayscale: #4C4C4C. Windows color (decimal): -15246947 or 10311959. OLE color: 10311959.
HSL color Cylindrical-coordinate representation of color #17599D: hue angle of 210.45º 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 #17599D is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 89 | 157 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.38 |
| HSL | 210.45º | 0.74% | 0.35% | - |
| HSV(B) | 210.45º | 0.85% | 0.62% | - |
| XYZ | 10.01 | 9.76 | 33.25 | - |
| YUV | 77.02 | 173.13 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 157 | 0.85 | 0.43 | 0 | 0.38 | 210.45 | 0.74 | 0.35 |
| Hex | 17 | 59 | 9D | 55 | 2B | 0 | 26 | D2 | 4A | 23 |
| Octal | 27 | 131 | 235 | 125 | 53 | 0 | 46 | 322 | 112 | 43 |
| Binary | 10111 | 1011001 | 10011101 | 1010101 | 101011 | 0 | 100110 | 11010010 | 1001010 | 100011 |
Color Harmonies of #17599D
Complementary color
Monochromatic Colors of #17599D
Black with #17599D
Text Example
Text Example
White with #17599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17599D; }
p { color: rgb(23,89,157); }
H1.HeaderClassName
{
color: #17599D;
}
.AnyTagClassName
{
color: #17599D;
}
</style>
background-color css
<style>
a { background-color: #17599D; }
a { background-color: rgb(23,89,157); }
div.DivClassName
{
background-color: #17599D;
}
.BgClassName
{
background-color: #17599D;
}
</style>
border-color css
<style>
span { border-color: #17599D; }
span { border-color: rgb(23,89,157); }
td.TdClassName
{
border-color: #17599D;
}
.TagClassName
{
border-color: #17599D;
}
</style>