Shades of Endeavour #175996
Tints of Endeavour #175996
RGB
CMYK
RGB Variations
Color information
#175996 (or 0x175996) is known color: Endeavour. HEX triplet: 17, 59 and 96. RGB value is (23,89,150). Sum of RGB (Red+Green+Blue) = 23+89+150=262 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.78% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #175996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175996 is #E8A669. Grayscale: #4B4B4B. Windows color (decimal): -15246954 or 9853207. OLE color: 9853207.
HSL color Cylindrical-coordinate representation of color #175996: hue angle of 208.82º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #175996 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 89 | 150 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.41 |
| HSL | 208.82º | 0.73% | 0.34% | - |
| HSV(B) | 208.82º | 0.85% | 0.59% | - |
| XYZ | 9.43 | 9.53 | 30.2 | - |
| YUV | 76.22 | 169.63 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 150 | 0.85 | 0.41 | 0 | 0.41 | 208.82 | 0.73 | 0.34 |
| Hex | 17 | 59 | 96 | 55 | 29 | 0 | 29 | D1 | 49 | 22 |
| Octal | 27 | 131 | 226 | 125 | 51 | 0 | 51 | 321 | 111 | 42 |
| Binary | 10111 | 1011001 | 10010110 | 1010101 | 101001 | 0 | 101001 | 11010001 | 1001001 | 100010 |
Color Harmonies of #175996
Complementary color
Monochromatic Colors of #175996
Black with #175996
Text Example
Text Example
White with #175996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175996; }
p { color: rgb(23,89,150); }
H1.HeaderClassName
{
color: #175996;
}
.AnyTagClassName
{
color: #175996;
}
</style>
background-color css
<style>
a { background-color: #175996; }
a { background-color: rgb(23,89,150); }
div.DivClassName
{
background-color: #175996;
}
.BgClassName
{
background-color: #175996;
}
</style>
border-color css
<style>
span { border-color: #175996; }
span { border-color: rgb(23,89,150); }
td.TdClassName
{
border-color: #175996;
}
.TagClassName
{
border-color: #175996;
}
</style>