Shades of Endeavour #17569B
Tints of Endeavour #17569B
RGB
CMYK
RGB Variations
Color information
#17569B (or 0x17569B) is known color: Endeavour. HEX triplet: 17, 56 and 9B. RGB value is (23,86,155). Sum of RGB (Red+Green+Blue) = 23+86+155=264 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.71% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #17569B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17569B is #E8A964. Grayscale: #4A4A4A. Windows color (decimal): -15247717 or 10180119. OLE color: 10180119.
HSL color Cylindrical-coordinate representation of color #17569B: hue angle of 211.36º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17569B is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 86 | 155 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.39 |
| HSL | 211.36º | 0.74% | 0.35% | - |
| HSV(B) | 211.36º | 0.85% | 0.61% | - |
| XYZ | 9.6 | 9.2 | 32.28 | - |
| YUV | 75.03 | 173.13 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 86 | 155 | 0.85 | 0.45 | 0 | 0.39 | 211.36 | 0.74 | 0.35 |
| Hex | 17 | 56 | 9B | 55 | 2D | 0 | 27 | D3 | 4A | 23 |
| Octal | 27 | 126 | 233 | 125 | 55 | 0 | 47 | 323 | 112 | 43 |
| Binary | 10111 | 1010110 | 10011011 | 1010101 | 101101 | 0 | 100111 | 11010011 | 1001010 | 100011 |
Color Harmonies of #17569B
Complementary color
Monochromatic Colors of #17569B
Black with #17569B
Text Example
Text Example
White with #17569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17569B; }
p { color: rgb(23,86,155); }
H1.HeaderClassName
{
color: #17569B;
}
.AnyTagClassName
{
color: #17569B;
}
</style>
background-color css
<style>
a { background-color: #17569B; }
a { background-color: rgb(23,86,155); }
div.DivClassName
{
background-color: #17569B;
}
.BgClassName
{
background-color: #17569B;
}
</style>
border-color css
<style>
span { border-color: #17569B; }
span { border-color: rgb(23,86,155); }
td.TdClassName
{
border-color: #17569B;
}
.TagClassName
{
border-color: #17569B;
}
</style>