Shades of Endeavour #1759A0
Tints of Endeavour #1759A0
RGB
CMYK
RGB Variations
Color information
#1759A0 (or 0x1759A0) is known color: Endeavour. HEX triplet: 17, 59 and A0. RGB value is (23,89,160). Sum of RGB (Red+Green+Blue) = 23+89+160=272 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.46% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #1759A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1759A0 is #E8A65F. Grayscale: #4D4D4D. Windows color (decimal): -15246944 or 10508567. OLE color: 10508567.
HSL color Cylindrical-coordinate representation of color #1759A0: hue angle of 211.09º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1759A0 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 89 | 160 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.37 |
| HSL | 211.09º | 0.75% | 0.36% | - |
| HSV(B) | 211.09º | 0.86% | 0.63% | - |
| XYZ | 10.27 | 9.86 | 34.62 | - |
| YUV | 77.36 | 174.63 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 160 | 0.86 | 0.44 | 0 | 0.37 | 211.09 | 0.75 | 0.36 |
| Hex | 17 | 59 | A0 | 56 | 2C | 0 | 25 | D3 | 4B | 24 |
| Octal | 27 | 131 | 240 | 126 | 54 | 0 | 45 | 323 | 113 | 44 |
| Binary | 10111 | 1011001 | 10100000 | 1010110 | 101100 | 0 | 100101 | 11010011 | 1001011 | 100100 |
Color Harmonies of #1759A0
Complementary color
Monochromatic Colors of #1759A0
Black with #1759A0
Text Example
Text Example
White with #1759A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1759A0; }
p { color: rgb(23,89,160); }
H1.HeaderClassName
{
color: #1759A0;
}
.AnyTagClassName
{
color: #1759A0;
}
</style>
background-color css
<style>
a { background-color: #1759A0; }
a { background-color: rgb(23,89,160); }
div.DivClassName
{
background-color: #1759A0;
}
.BgClassName
{
background-color: #1759A0;
}
</style>
border-color css
<style>
span { border-color: #1759A0; }
span { border-color: rgb(23,89,160); }
td.TdClassName
{
border-color: #1759A0;
}
.TagClassName
{
border-color: #1759A0;
}
</style>