Shades of Endeavour #1760A0
Tints of Endeavour #1760A0
RGB
CMYK
RGB Variations
Color information
#1760A0 (or 0x1760A0) is known color: Endeavour. HEX triplet: 17, 60 and A0. RGB value is (23,96,160). Sum of RGB (Red+Green+Blue) = 23+96+160=279 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.24% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 160 (62.89% from 255 or 57.35% from 279); Max value from RGB is 160 - color contains mainly: blue. Hex color #1760A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1760A0 is #E89F5F. Grayscale: #515151. Windows color (decimal): -15245152 or 10510359. OLE color: 10510359.
HSL color Cylindrical-coordinate representation of color #1760A0: hue angle of 208.03º 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 #1760A0 is Cyan = 0.86, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 96 | 160 | - |
| CMYK | 0.86 | 0.4 | 0 | 0.37 |
| HSL | 208.03º | 0.75% | 0.36% | - |
| HSV(B) | 208.03º | 0.86% | 0.63% | - |
| XYZ | 10.88 | 11.09 | 34.82 | - |
| YUV | 81.47 | 172.32 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 160 | 0.86 | 0.4 | 0 | 0.37 | 208.03 | 0.75 | 0.36 |
| Hex | 17 | 60 | A0 | 56 | 28 | 0 | 25 | D0 | 4B | 24 |
| Octal | 27 | 140 | 240 | 126 | 50 | 0 | 45 | 320 | 113 | 44 |
| Binary | 10111 | 1100000 | 10100000 | 1010110 | 101000 | 0 | 100101 | 11010000 | 1001011 | 100100 |
Color Harmonies of #1760A0
Complementary color
Monochromatic Colors of #1760A0
Black with #1760A0
Text Example
Text Example
White with #1760A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1760A0; }
p { color: rgb(23,96,160); }
H1.HeaderClassName
{
color: #1760A0;
}
.AnyTagClassName
{
color: #1760A0;
}
</style>
background-color css
<style>
a { background-color: #1760A0; }
a { background-color: rgb(23,96,160); }
div.DivClassName
{
background-color: #1760A0;
}
.BgClassName
{
background-color: #1760A0;
}
</style>
border-color css
<style>
span { border-color: #1760A0; }
span { border-color: rgb(23,96,160); }
td.TdClassName
{
border-color: #1760A0;
}
.TagClassName
{
border-color: #1760A0;
}
</style>