Shades of Endeavour #17529A
Tints of Endeavour #17529A
RGB
CMYK
RGB Variations
Color information
#17529A (or 0x17529A) is known color: Endeavour. HEX triplet: 17, 52 and 9A. RGB value is (23,82,154). Sum of RGB (Red+Green+Blue) = 23+82+154=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 154 (60.55% from 255 or 59.46% from 259); Max value from RGB is 154 - color contains mainly: blue. Hex color #17529A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17529A is #E8AD65. Grayscale: #484848. Windows color (decimal): -15248742 or 10113559. OLE color: 10113559.
HSL color Cylindrical-coordinate representation of color #17529A: hue angle of 212.98º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17529A is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 82 | 154 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.40 |
| HSL | 212.98º | 0.74% | 0.35% | - |
| HSV(B) | 212.98º | 0.85% | 0.6% | - |
| XYZ | 9.2 | 8.55 | 31.74 | - |
| YUV | 72.57 | 173.95 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 154 | 0.85 | 0.47 | 0 | 0.40 | 212.98 | 0.74 | 0.35 |
| Hex | 17 | 52 | 9A | 55 | 2F | 0 | 28 | D5 | 4A | 23 |
| Octal | 27 | 122 | 232 | 125 | 57 | 0 | 50 | 325 | 112 | 43 |
| Binary | 10111 | 1010010 | 10011010 | 1010101 | 101111 | 0 | 101000 | 11010101 | 1001010 | 100011 |
Color Harmonies of #17529A
Complementary color
Monochromatic Colors of #17529A
Black with #17529A
Text Example
Text Example
White with #17529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17529A; }
p { color: rgb(23,82,154); }
H1.HeaderClassName
{
color: #17529A;
}
.AnyTagClassName
{
color: #17529A;
}
</style>
background-color css
<style>
a { background-color: #17529A; }
a { background-color: rgb(23,82,154); }
div.DivClassName
{
background-color: #17529A;
}
.BgClassName
{
background-color: #17529A;
}
</style>
border-color css
<style>
span { border-color: #17529A; }
span { border-color: rgb(23,82,154); }
td.TdClassName
{
border-color: #17529A;
}
.TagClassName
{
border-color: #17529A;
}
</style>