Shades of Endeavour #174C8D
Tints of Endeavour #174C8D
RGB
CMYK
RGB Variations
Color information
#174C8D (or 0x174C8D) is known color: Endeavour. HEX triplet: 17, 4C and 8D. RGB value is (23,76,141). Sum of RGB (Red+Green+Blue) = 23+76+141=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #174C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174C8D is #E8B372. Grayscale: #434343. Windows color (decimal): -15250291 or 9260055. OLE color: 9260055.
HSL color Cylindrical-coordinate representation of color #174C8D: hue angle of 213.05º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #174C8D is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 76 | 141 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.45 |
| HSL | 213.05º | 0.72% | 0.32% | - |
| HSV(B) | 213.05º | 0.84% | 0.55% | - |
| XYZ | 7.75 | 7.27 | 26.2 | - |
| YUV | 67.56 | 169.44 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 76 | 141 | 0.84 | 0.46 | 0 | 0.45 | 213.05 | 0.72 | 0.32 |
| Hex | 17 | 4C | 8D | 54 | 2E | 0 | 2D | D5 | 48 | 20 |
| Octal | 27 | 114 | 215 | 124 | 56 | 0 | 55 | 325 | 110 | 40 |
| Binary | 10111 | 1001100 | 10001101 | 1010100 | 101110 | 0 | 101101 | 11010101 | 1001000 | 100000 |
Color Harmonies of #174C8D
Complementary color
Monochromatic Colors of #174C8D
Black with #174C8D
Text Example
Text Example
White with #174C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174C8D; }
p { color: rgb(23,76,141); }
H1.HeaderClassName
{
color: #174C8D;
}
.AnyTagClassName
{
color: #174C8D;
}
</style>
background-color css
<style>
a { background-color: #174C8D; }
a { background-color: rgb(23,76,141); }
div.DivClassName
{
background-color: #174C8D;
}
.BgClassName
{
background-color: #174C8D;
}
</style>
border-color css
<style>
span { border-color: #174C8D; }
span { border-color: rgb(23,76,141); }
td.TdClassName
{
border-color: #174C8D;
}
.TagClassName
{
border-color: #174C8D;
}
</style>