Shades of Endeavour #175F99
Tints of Endeavour #175F99
RGB
CMYK
RGB Variations
Color information
#175F99 (or 0x175F99) is known color: Endeavour. HEX triplet: 17, 5F and 99. RGB value is (23,95,153). Sum of RGB (Red+Green+Blue) = 23+95+153=271 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.49% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #175F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175F99 is #E8A066. Grayscale: #4F4F4F. Windows color (decimal): -15245415 or 10051351. OLE color: 10051351.
HSL color Cylindrical-coordinate representation of color #175F99: hue angle of 206.77º 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 #175F99 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 95 | 153 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.4 |
| HSL | 206.77º | 0.74% | 0.35% | - |
| HSV(B) | 206.77º | 0.85% | 0.6% | - |
| XYZ | 10.2 | 10.67 | 31.66 | - |
| YUV | 80.08 | 169.15 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 153 | 0.85 | 0.38 | 0 | 0.4 | 206.77 | 0.74 | 0.35 |
| Hex | 17 | 5F | 99 | 55 | 26 | 0 | 28 | CF | 4A | 23 |
| Octal | 27 | 137 | 231 | 125 | 46 | 0 | 50 | 317 | 112 | 43 |
| Binary | 10111 | 1011111 | 10011001 | 1010101 | 100110 | 0 | 101000 | 11001111 | 1001010 | 100011 |
Color Harmonies of #175F99
Complementary color
Monochromatic Colors of #175F99
Black with #175F99
Text Example
Text Example
White with #175F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175F99; }
p { color: rgb(23,95,153); }
H1.HeaderClassName
{
color: #175F99;
}
.AnyTagClassName
{
color: #175F99;
}
</style>
background-color css
<style>
a { background-color: #175F99; }
a { background-color: rgb(23,95,153); }
div.DivClassName
{
background-color: #175F99;
}
.BgClassName
{
background-color: #175F99;
}
</style>
border-color css
<style>
span { border-color: #175F99; }
span { border-color: rgb(23,95,153); }
td.TdClassName
{
border-color: #175F99;
}
.TagClassName
{
border-color: #175F99;
}
</style>