Shades of Endeavour #1758A0
Tints of Endeavour #1758A0
RGB
CMYK
RGB Variations
Color information
#1758A0 (or 0x1758A0) is known color: Endeavour. HEX triplet: 17, 58 and A0. RGB value is (23,88,160). Sum of RGB (Red+Green+Blue) = 23+88+160=271 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.49% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 160 (62.89% from 255 or 59.04% from 271); Max value from RGB is 160 - color contains mainly: blue. Hex color #1758A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1758A0 is #E8A75F. Grayscale: #4C4C4C. Windows color (decimal): -15247200 or 10508311. OLE color: 10508311.
HSL color Cylindrical-coordinate representation of color #1758A0: hue angle of 211.53º 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 #1758A0 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 88 | 160 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.37 |
| HSL | 211.53º | 0.75% | 0.36% | - |
| HSV(B) | 211.53º | 0.86% | 0.63% | - |
| XYZ | 10.19 | 9.7 | 34.59 | - |
| YUV | 76.77 | 174.97 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 160 | 0.86 | 0.45 | 0 | 0.37 | 211.53 | 0.75 | 0.36 |
| Hex | 17 | 58 | A0 | 56 | 2D | 0 | 25 | D4 | 4B | 24 |
| Octal | 27 | 130 | 240 | 126 | 55 | 0 | 45 | 324 | 113 | 44 |
| Binary | 10111 | 1011000 | 10100000 | 1010110 | 101101 | 0 | 100101 | 11010100 | 1001011 | 100100 |
Color Harmonies of #1758A0
Complementary color
Monochromatic Colors of #1758A0
Black with #1758A0
Text Example
Text Example
White with #1758A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1758A0; }
p { color: rgb(23,88,160); }
H1.HeaderClassName
{
color: #1758A0;
}
.AnyTagClassName
{
color: #1758A0;
}
</style>
background-color css
<style>
a { background-color: #1758A0; }
a { background-color: rgb(23,88,160); }
div.DivClassName
{
background-color: #1758A0;
}
.BgClassName
{
background-color: #1758A0;
}
</style>
border-color css
<style>
span { border-color: #1758A0; }
span { border-color: rgb(23,88,160); }
td.TdClassName
{
border-color: #1758A0;
}
.TagClassName
{
border-color: #1758A0;
}
</style>