Shades of Endeavour #175B8D
Tints of Endeavour #175B8D
RGB
CMYK
RGB Variations
Color information
#175B8D (or 0x175B8D) is known color: Endeavour. HEX triplet: 17, 5B and 8D. RGB value is (23,91,141). Sum of RGB (Red+Green+Blue) = 23+91+141=255 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.02% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #175B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175B8D is #E8A472. Grayscale: #4C4C4C. Windows color (decimal): -15246451 or 9263895. OLE color: 9263895.
HSL color Cylindrical-coordinate representation of color #175B8D: hue angle of 205.42º 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 #175B8D is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 91 | 141 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.45 |
| HSL | 205.42º | 0.72% | 0.32% | - |
| HSV(B) | 205.42º | 0.84% | 0.55% | - |
| XYZ | 8.9 | 9.59 | 26.58 | - |
| YUV | 76.37 | 164.47 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 141 | 0.84 | 0.35 | 0 | 0.45 | 205.42 | 0.72 | 0.32 |
| Hex | 17 | 5B | 8D | 54 | 23 | 0 | 2D | CD | 48 | 20 |
| Octal | 27 | 133 | 215 | 124 | 43 | 0 | 55 | 315 | 110 | 40 |
| Binary | 10111 | 1011011 | 10001101 | 1010100 | 100011 | 0 | 101101 | 11001101 | 1001000 | 100000 |
Color Harmonies of #175B8D
Complementary color
Monochromatic Colors of #175B8D
Black with #175B8D
Text Example
Text Example
White with #175B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175B8D; }
p { color: rgb(23,91,141); }
H1.HeaderClassName
{
color: #175B8D;
}
.AnyTagClassName
{
color: #175B8D;
}
</style>
background-color css
<style>
a { background-color: #175B8D; }
a { background-color: rgb(23,91,141); }
div.DivClassName
{
background-color: #175B8D;
}
.BgClassName
{
background-color: #175B8D;
}
</style>
border-color css
<style>
span { border-color: #175B8D; }
span { border-color: rgb(23,91,141); }
td.TdClassName
{
border-color: #175B8D;
}
.TagClassName
{
border-color: #175B8D;
}
</style>