Shades of Endeavour #175899
Tints of Endeavour #175899
RGB
CMYK
RGB Variations
Color information
#175899 (or 0x175899) is known color: Endeavour. HEX triplet: 17, 58 and 99. RGB value is (23,88,153). Sum of RGB (Red+Green+Blue) = 23+88+153=264 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.71% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #175899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175899 is #E8A766. Grayscale: #4B4B4B. Windows color (decimal): -15247207 or 10049559. OLE color: 10049559.
HSL color Cylindrical-coordinate representation of color #175899: hue angle of 210º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #175899 is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 88 | 153 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.4 |
| HSL | 210º | 0.74% | 0.35% | - |
| HSV(B) | 210º | 0.85% | 0.6% | - |
| XYZ | 9.59 | 9.46 | 31.46 | - |
| YUV | 75.98 | 171.47 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 153 | 0.85 | 0.42 | 0 | 0.4 | 210 | 0.74 | 0.35 |
| Hex | 17 | 58 | 99 | 55 | 2A | 0 | 28 | D2 | 4A | 23 |
| Octal | 27 | 130 | 231 | 125 | 52 | 0 | 50 | 322 | 112 | 43 |
| Binary | 10111 | 1011000 | 10011001 | 1010101 | 101010 | 0 | 101000 | 11010010 | 1001010 | 100011 |
Color Harmonies of #175899
Complementary color
Monochromatic Colors of #175899
Black with #175899
Text Example
Text Example
White with #175899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175899; }
p { color: rgb(23,88,153); }
H1.HeaderClassName
{
color: #175899;
}
.AnyTagClassName
{
color: #175899;
}
</style>
background-color css
<style>
a { background-color: #175899; }
a { background-color: rgb(23,88,153); }
div.DivClassName
{
background-color: #175899;
}
.BgClassName
{
background-color: #175899;
}
</style>
border-color css
<style>
span { border-color: #175899; }
span { border-color: rgb(23,88,153); }
td.TdClassName
{
border-color: #175899;
}
.TagClassName
{
border-color: #175899;
}
</style>