Shades of Endeavour #17529D
Tints of Endeavour #17529D
RGB
CMYK
RGB Variations
Color information
#17529D (or 0x17529D) is known color: Endeavour. HEX triplet: 17, 52 and 9D. RGB value is (23,82,157). Sum of RGB (Red+Green+Blue) = 23+82+157=262 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.78% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #17529D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17529D is #E8AD62. Grayscale: #484848. Windows color (decimal): -15248739 or 10310167. OLE color: 10310167.
HSL color Cylindrical-coordinate representation of color #17529D: hue angle of 213.58º 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 #17529D is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 82 | 157 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.38 |
| HSL | 213.58º | 0.74% | 0.35% | - |
| HSV(B) | 213.58º | 0.85% | 0.62% | - |
| XYZ | 9.46 | 8.65 | 33.07 | - |
| YUV | 72.91 | 175.45 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 157 | 0.85 | 0.48 | 0 | 0.38 | 213.58 | 0.74 | 0.35 |
| Hex | 17 | 52 | 9D | 55 | 30 | 0 | 26 | D6 | 4A | 23 |
| Octal | 27 | 122 | 235 | 125 | 60 | 0 | 46 | 326 | 112 | 43 |
| Binary | 10111 | 1010010 | 10011101 | 1010101 | 110000 | 0 | 100110 | 11010110 | 1001010 | 100011 |
Color Harmonies of #17529D
Complementary color
Monochromatic Colors of #17529D
Black with #17529D
Text Example
Text Example
White with #17529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17529D; }
p { color: rgb(23,82,157); }
H1.HeaderClassName
{
color: #17529D;
}
.AnyTagClassName
{
color: #17529D;
}
</style>
background-color css
<style>
a { background-color: #17529D; }
a { background-color: rgb(23,82,157); }
div.DivClassName
{
background-color: #17529D;
}
.BgClassName
{
background-color: #17529D;
}
</style>
border-color css
<style>
span { border-color: #17529D; }
span { border-color: rgb(23,82,157); }
td.TdClassName
{
border-color: #17529D;
}
.TagClassName
{
border-color: #17529D;
}
</style>