Shades of Endeavour #175E8E
Tints of Endeavour #175E8E
RGB
CMYK
RGB Variations
Color information
#175E8E (or 0x175E8E) is known color: Endeavour. HEX triplet: 17, 5E and 8E. RGB value is (23,94,142). Sum of RGB (Red+Green+Blue) = 23+94+142=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #175E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175E8E is #E8A171. Grayscale: #4D4D4D. Windows color (decimal): -15245682 or 9330199. OLE color: 9330199.
HSL color Cylindrical-coordinate representation of color #175E8E: hue angle of 204.2º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #175E8E is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 94 | 142 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.44 |
| HSL | 204.2º | 0.72% | 0.32% | - |
| HSV(B) | 204.2º | 0.84% | 0.56% | - |
| XYZ | 9.24 | 10.14 | 27.06 | - |
| YUV | 78.24 | 163.98 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 94 | 142 | 0.84 | 0.34 | 0 | 0.44 | 204.2 | 0.72 | 0.32 |
| Hex | 17 | 5E | 8E | 54 | 22 | 0 | 2C | CC | 48 | 20 |
| Octal | 27 | 136 | 216 | 124 | 42 | 0 | 54 | 314 | 110 | 40 |
| Binary | 10111 | 1011110 | 10001110 | 1010100 | 100010 | 0 | 101100 | 11001100 | 1001000 | 100000 |
Color Harmonies of #175E8E
Complementary color
Monochromatic Colors of #175E8E
Black with #175E8E
Text Example
Text Example
White with #175E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175E8E; }
p { color: rgb(23,94,142); }
H1.HeaderClassName
{
color: #175E8E;
}
.AnyTagClassName
{
color: #175E8E;
}
</style>
background-color css
<style>
a { background-color: #175E8E; }
a { background-color: rgb(23,94,142); }
div.DivClassName
{
background-color: #175E8E;
}
.BgClassName
{
background-color: #175E8E;
}
</style>
border-color css
<style>
span { border-color: #175E8E; }
span { border-color: rgb(23,94,142); }
td.TdClassName
{
border-color: #175E8E;
}
.TagClassName
{
border-color: #175E8E;
}
</style>