Shades of Endeavour #17529C
Tints of Endeavour #17529C
RGB
CMYK
RGB Variations
Color information
#17529C (or 0x17529C) is known color: Endeavour. HEX triplet: 17, 52 and 9C. RGB value is (23,82,156). Sum of RGB (Red+Green+Blue) = 23+82+156=261 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.81% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #17529C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17529C is #E8AD63. Grayscale: #484848. Windows color (decimal): -15248740 or 10244631. OLE color: 10244631.
HSL color Cylindrical-coordinate representation of color #17529C: hue angle of 213.38º 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 #17529C is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 82 | 156 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.39 |
| HSL | 213.38º | 0.74% | 0.35% | - |
| HSV(B) | 213.38º | 0.85% | 0.61% | - |
| XYZ | 9.37 | 8.62 | 32.62 | - |
| YUV | 72.8 | 174.95 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 156 | 0.85 | 0.47 | 0 | 0.39 | 213.38 | 0.74 | 0.35 |
| Hex | 17 | 52 | 9C | 55 | 2F | 0 | 27 | D5 | 4A | 23 |
| Octal | 27 | 122 | 234 | 125 | 57 | 0 | 47 | 325 | 112 | 43 |
| Binary | 10111 | 1010010 | 10011100 | 1010101 | 101111 | 0 | 100111 | 11010101 | 1001010 | 100011 |
Color Harmonies of #17529C
Complementary color
Monochromatic Colors of #17529C
Black with #17529C
Text Example
Text Example
White with #17529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17529C; }
p { color: rgb(23,82,156); }
H1.HeaderClassName
{
color: #17529C;
}
.AnyTagClassName
{
color: #17529C;
}
</style>
background-color css
<style>
a { background-color: #17529C; }
a { background-color: rgb(23,82,156); }
div.DivClassName
{
background-color: #17529C;
}
.BgClassName
{
background-color: #17529C;
}
</style>
border-color css
<style>
span { border-color: #17529C; }
span { border-color: rgb(23,82,156); }
td.TdClassName
{
border-color: #17529C;
}
.TagClassName
{
border-color: #17529C;
}
</style>