Shades of Endeavour #1757A0
Tints of Endeavour #1757A0
RGB
CMYK
RGB Variations
Color information
#1757A0 (or 0x1757A0) is known color: Endeavour. HEX triplet: 17, 57 and A0. RGB value is (23,87,160). Sum of RGB (Red+Green+Blue) = 23+87+160=270 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.52% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 160 (62.89% from 255 or 59.26% from 270); Max value from RGB is 160 - color contains mainly: blue. Hex color #1757A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1757A0 is #E8A85F. Grayscale: #4B4B4B. Windows color (decimal): -15247456 or 10508055. OLE color: 10508055.
HSL color Cylindrical-coordinate representation of color #1757A0: hue angle of 211.97º 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 #1757A0 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 87 | 160 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.37 |
| HSL | 211.97º | 0.75% | 0.36% | - |
| HSV(B) | 211.97º | 0.86% | 0.63% | - |
| XYZ | 10.11 | 9.54 | 34.57 | - |
| YUV | 76.19 | 175.3 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 87 | 160 | 0.86 | 0.46 | 0 | 0.37 | 211.97 | 0.75 | 0.36 |
| Hex | 17 | 57 | A0 | 56 | 2E | 0 | 25 | D4 | 4B | 24 |
| Octal | 27 | 127 | 240 | 126 | 56 | 0 | 45 | 324 | 113 | 44 |
| Binary | 10111 | 1010111 | 10100000 | 1010110 | 101110 | 0 | 100101 | 11010100 | 1001011 | 100100 |
Color Harmonies of #1757A0
Complementary color
Monochromatic Colors of #1757A0
Black with #1757A0
Text Example
Text Example
White with #1757A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1757A0; }
p { color: rgb(23,87,160); }
H1.HeaderClassName
{
color: #1757A0;
}
.AnyTagClassName
{
color: #1757A0;
}
</style>
background-color css
<style>
a { background-color: #1757A0; }
a { background-color: rgb(23,87,160); }
div.DivClassName
{
background-color: #1757A0;
}
.BgClassName
{
background-color: #1757A0;
}
</style>
border-color css
<style>
span { border-color: #1757A0; }
span { border-color: rgb(23,87,160); }
td.TdClassName
{
border-color: #1757A0;
}
.TagClassName
{
border-color: #1757A0;
}
</style>