Shades of Endeavour #175995
Tints of Endeavour #175995
RGB
CMYK
RGB Variations
Color information
#175995 (or 0x175995) is known color: Endeavour. HEX triplet: 17, 59 and 95. RGB value is (23,89,149). Sum of RGB (Red+Green+Blue) = 23+89+149=261 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.81% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #175995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175995 is #E8A66A. Grayscale: #4B4B4B. Windows color (decimal): -15246955 or 9787671. OLE color: 9787671.
HSL color Cylindrical-coordinate representation of color #175995: hue angle of 208.57º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #175995 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 89 | 149 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.42 |
| HSL | 208.57º | 0.73% | 0.34% | - |
| HSV(B) | 208.57º | 0.85% | 0.58% | - |
| XYZ | 9.35 | 9.5 | 29.77 | - |
| YUV | 76.11 | 169.13 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 149 | 0.85 | 0.40 | 0 | 0.42 | 208.57 | 0.73 | 0.34 |
| Hex | 17 | 59 | 95 | 55 | 28 | 0 | 2A | D1 | 49 | 22 |
| Octal | 27 | 131 | 225 | 125 | 50 | 0 | 52 | 321 | 111 | 42 |
| Binary | 10111 | 1011001 | 10010101 | 1010101 | 101000 | 0 | 101010 | 11010001 | 1001001 | 100010 |
Color Harmonies of #175995
Complementary color
Monochromatic Colors of #175995
Black with #175995
Text Example
Text Example
White with #175995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175995; }
p { color: rgb(23,89,149); }
H1.HeaderClassName
{
color: #175995;
}
.AnyTagClassName
{
color: #175995;
}
</style>
background-color css
<style>
a { background-color: #175995; }
a { background-color: rgb(23,89,149); }
div.DivClassName
{
background-color: #175995;
}
.BgClassName
{
background-color: #175995;
}
</style>
border-color css
<style>
span { border-color: #175995; }
span { border-color: rgb(23,89,149); }
td.TdClassName
{
border-color: #175995;
}
.TagClassName
{
border-color: #175995;
}
</style>