Shades of Endeavour #17599C
Tints of Endeavour #17599C
RGB
CMYK
RGB Variations
Color information
#17599C (or 0x17599C) is known color: Endeavour. HEX triplet: 17, 59 and 9C. RGB value is (23,89,156). Sum of RGB (Red+Green+Blue) = 23+89+156=268 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.58% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #17599C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17599C is #E8A663. Grayscale: #4C4C4C. Windows color (decimal): -15246948 or 10246423. OLE color: 10246423.
HSL color Cylindrical-coordinate representation of color #17599C: hue angle of 210.23º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17599C is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 89 | 156 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.39 |
| HSL | 210.23º | 0.74% | 0.35% | - |
| HSV(B) | 210.23º | 0.85% | 0.61% | - |
| XYZ | 9.93 | 9.73 | 32.81 | - |
| YUV | 76.9 | 172.63 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 156 | 0.85 | 0.43 | 0 | 0.39 | 210.23 | 0.74 | 0.35 |
| Hex | 17 | 59 | 9C | 55 | 2B | 0 | 27 | D2 | 4A | 23 |
| Octal | 27 | 131 | 234 | 125 | 53 | 0 | 47 | 322 | 112 | 43 |
| Binary | 10111 | 1011001 | 10011100 | 1010101 | 101011 | 0 | 100111 | 11010010 | 1001010 | 100011 |
Color Harmonies of #17599C
Complementary color
Monochromatic Colors of #17599C
Black with #17599C
Text Example
Text Example
White with #17599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17599C; }
p { color: rgb(23,89,156); }
H1.HeaderClassName
{
color: #17599C;
}
.AnyTagClassName
{
color: #17599C;
}
</style>
background-color css
<style>
a { background-color: #17599C; }
a { background-color: rgb(23,89,156); }
div.DivClassName
{
background-color: #17599C;
}
.BgClassName
{
background-color: #17599C;
}
</style>
border-color css
<style>
span { border-color: #17599C; }
span { border-color: rgb(23,89,156); }
td.TdClassName
{
border-color: #17599C;
}
.TagClassName
{
border-color: #17599C;
}
</style>