Shades of Endeavour #17528E
Tints of Endeavour #17528E
RGB
CMYK
RGB Variations
Color information
#17528E (or 0x17528E) is known color: Endeavour. HEX triplet: 17, 52 and 8E. RGB value is (23,82,142). Sum of RGB (Red+Green+Blue) = 23+82+142=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #17528E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17528E is #E8AD71. Grayscale: #464646. Windows color (decimal): -15248754 or 9327127. OLE color: 9327127.
HSL color Cylindrical-coordinate representation of color #17528E: hue angle of 210.25º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17528E is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 82 | 142 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.44 |
| HSL | 210.25º | 0.72% | 0.32% | - |
| HSV(B) | 210.25º | 0.84% | 0.56% | - |
| XYZ | 8.25 | 8.17 | 26.73 | - |
| YUV | 71.2 | 167.95 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 142 | 0.84 | 0.42 | 0 | 0.44 | 210.25 | 0.72 | 0.32 |
| Hex | 17 | 52 | 8E | 54 | 2A | 0 | 2C | D2 | 48 | 20 |
| Octal | 27 | 122 | 216 | 124 | 52 | 0 | 54 | 322 | 110 | 40 |
| Binary | 10111 | 1010010 | 10001110 | 1010100 | 101010 | 0 | 101100 | 11010010 | 1001000 | 100000 |
Color Harmonies of #17528E
Complementary color
Monochromatic Colors of #17528E
Black with #17528E
Text Example
Text Example
White with #17528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17528E; }
p { color: rgb(23,82,142); }
H1.HeaderClassName
{
color: #17528E;
}
.AnyTagClassName
{
color: #17528E;
}
</style>
background-color css
<style>
a { background-color: #17528E; }
a { background-color: rgb(23,82,142); }
div.DivClassName
{
background-color: #17528E;
}
.BgClassName
{
background-color: #17528E;
}
</style>
border-color css
<style>
span { border-color: #17528E; }
span { border-color: rgb(23,82,142); }
td.TdClassName
{
border-color: #17528E;
}
.TagClassName
{
border-color: #17528E;
}
</style>