Shades of Endeavour #17528C
Tints of Endeavour #17528C
RGB
CMYK
RGB Variations
Color information
#17528C (or 0x17528C) is known color: Endeavour. HEX triplet: 17, 52 and 8C. RGB value is (23,82,140). Sum of RGB (Red+Green+Blue) = 23+82+140=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #17528C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17528C is #E8AD73. Grayscale: #464646. Windows color (decimal): -15248756 or 9196055. OLE color: 9196055.
HSL color Cylindrical-coordinate representation of color #17528C: hue angle of 209.74º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17528C is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 82 | 140 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.45 |
| HSL | 209.74º | 0.72% | 0.32% | - |
| HSV(B) | 209.74º | 0.84% | 0.55% | - |
| XYZ | 8.1 | 8.11 | 25.95 | - |
| YUV | 70.97 | 166.95 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 140 | 0.84 | 0.41 | 0 | 0.45 | 209.74 | 0.72 | 0.32 |
| Hex | 17 | 52 | 8C | 54 | 29 | 0 | 2D | D2 | 48 | 20 |
| Octal | 27 | 122 | 214 | 124 | 51 | 0 | 55 | 322 | 110 | 40 |
| Binary | 10111 | 1010010 | 10001100 | 1010100 | 101001 | 0 | 101101 | 11010010 | 1001000 | 100000 |
Color Harmonies of #17528C
Complementary color
Monochromatic Colors of #17528C
Black with #17528C
Text Example
Text Example
White with #17528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17528C; }
p { color: rgb(23,82,140); }
H1.HeaderClassName
{
color: #17528C;
}
.AnyTagClassName
{
color: #17528C;
}
</style>
background-color css
<style>
a { background-color: #17528C; }
a { background-color: rgb(23,82,140); }
div.DivClassName
{
background-color: #17528C;
}
.BgClassName
{
background-color: #17528C;
}
</style>
border-color css
<style>
span { border-color: #17528C; }
span { border-color: rgb(23,82,140); }
td.TdClassName
{
border-color: #17528C;
}
.TagClassName
{
border-color: #17528C;
}
</style>