Shades of Endeavour #17529E
Tints of Endeavour #17529E
RGB
CMYK
RGB Variations
Color information
#17529E (or 0x17529E) is known color: Endeavour. HEX triplet: 17, 52 and 9E. RGB value is (23,82,158). Sum of RGB (Red+Green+Blue) = 23+82+158=263 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.75% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #17529E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17529E is #E8AD61. Grayscale: #484848. Windows color (decimal): -15248738 or 10375703. OLE color: 10375703.
HSL color Cylindrical-coordinate representation of color #17529E: hue angle of 213.78º 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 #17529E is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 82 | 158 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.38 |
| HSL | 213.78º | 0.75% | 0.35% | - |
| HSV(B) | 213.78º | 0.85% | 0.62% | - |
| XYZ | 9.54 | 8.69 | 33.52 | - |
| YUV | 73.02 | 175.95 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 158 | 0.85 | 0.48 | 0 | 0.38 | 213.78 | 0.75 | 0.35 |
| Hex | 17 | 52 | 9E | 55 | 30 | 0 | 26 | D6 | 4B | 23 |
| Octal | 27 | 122 | 236 | 125 | 60 | 0 | 46 | 326 | 113 | 43 |
| Binary | 10111 | 1010010 | 10011110 | 1010101 | 110000 | 0 | 100110 | 11010110 | 1001011 | 100011 |
Color Harmonies of #17529E
Complementary color
Monochromatic Colors of #17529E
Black with #17529E
Text Example
Text Example
White with #17529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17529E; }
p { color: rgb(23,82,158); }
H1.HeaderClassName
{
color: #17529E;
}
.AnyTagClassName
{
color: #17529E;
}
</style>
background-color css
<style>
a { background-color: #17529E; }
a { background-color: rgb(23,82,158); }
div.DivClassName
{
background-color: #17529E;
}
.BgClassName
{
background-color: #17529E;
}
</style>
border-color css
<style>
span { border-color: #17529E; }
span { border-color: rgb(23,82,158); }
td.TdClassName
{
border-color: #17529E;
}
.TagClassName
{
border-color: #17529E;
}
</style>