Shades of Endeavour #17528A
Tints of Endeavour #17528A
RGB
CMYK
RGB Variations
Color information
#17528A (or 0x17528A) is known color: Endeavour. HEX triplet: 17, 52 and 8A. RGB value is (23,82,138). Sum of RGB (Red+Green+Blue) = 23+82+138=243 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.47% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #17528A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17528A is #E8AD75. Grayscale: #464646. Windows color (decimal): -15248758 or 9064983. OLE color: 9064983.
HSL color Cylindrical-coordinate representation of color #17528A: hue angle of 209.22º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17528A is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 82 | 138 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.46 |
| HSL | 209.22º | 0.71% | 0.32% | - |
| HSV(B) | 209.22º | 0.83% | 0.54% | - |
| XYZ | 7.96 | 8.05 | 25.18 | - |
| YUV | 70.74 | 165.95 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 138 | 0.83 | 0.41 | 0 | 0.46 | 209.22 | 0.71 | 0.32 |
| Hex | 17 | 52 | 8A | 53 | 29 | 0 | 2E | D1 | 47 | 20 |
| Octal | 27 | 122 | 212 | 123 | 51 | 0 | 56 | 321 | 107 | 40 |
| Binary | 10111 | 1010010 | 10001010 | 1010011 | 101001 | 0 | 101110 | 11010001 | 1000111 | 100000 |
Color Harmonies of #17528A
Complementary color
Monochromatic Colors of #17528A
Black with #17528A
Text Example
Text Example
White with #17528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17528A; }
p { color: rgb(23,82,138); }
H1.HeaderClassName
{
color: #17528A;
}
.AnyTagClassName
{
color: #17528A;
}
</style>
background-color css
<style>
a { background-color: #17528A; }
a { background-color: rgb(23,82,138); }
div.DivClassName
{
background-color: #17528A;
}
.BgClassName
{
background-color: #17528A;
}
</style>
border-color css
<style>
span { border-color: #17528A; }
span { border-color: rgb(23,82,138); }
td.TdClassName
{
border-color: #17528A;
}
.TagClassName
{
border-color: #17528A;
}
</style>