Shades of Endeavour #175A99
Tints of Endeavour #175A99
RGB
CMYK
RGB Variations
Color information
#175A99 (or 0x175A99) is known color: Endeavour. HEX triplet: 17, 5A and 99. RGB value is (23,90,153). Sum of RGB (Red+Green+Blue) = 23+90+153=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #175A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175A99 is #E8A566. Grayscale: #4C4C4C. Windows color (decimal): -15246695 or 10050071. OLE color: 10050071.
HSL color Cylindrical-coordinate representation of color #175A99: hue angle of 209.08º 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 #175A99 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 90 | 153 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.4 |
| HSL | 209.08º | 0.74% | 0.35% | - |
| HSV(B) | 209.08º | 0.85% | 0.6% | - |
| XYZ | 9.76 | 9.79 | 31.51 | - |
| YUV | 77.15 | 170.8 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 153 | 0.85 | 0.41 | 0 | 0.4 | 209.08 | 0.74 | 0.35 |
| Hex | 17 | 5A | 99 | 55 | 29 | 0 | 28 | D1 | 4A | 23 |
| Octal | 27 | 132 | 231 | 125 | 51 | 0 | 50 | 321 | 112 | 43 |
| Binary | 10111 | 1011010 | 10011001 | 1010101 | 101001 | 0 | 101000 | 11010001 | 1001010 | 100011 |
Color Harmonies of #175A99
Complementary color
Monochromatic Colors of #175A99
Black with #175A99
Text Example
Text Example
White with #175A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A99; }
p { color: rgb(23,90,153); }
H1.HeaderClassName
{
color: #175A99;
}
.AnyTagClassName
{
color: #175A99;
}
</style>
background-color css
<style>
a { background-color: #175A99; }
a { background-color: rgb(23,90,153); }
div.DivClassName
{
background-color: #175A99;
}
.BgClassName
{
background-color: #175A99;
}
</style>
border-color css
<style>
span { border-color: #175A99; }
span { border-color: rgb(23,90,153); }
td.TdClassName
{
border-color: #175A99;
}
.TagClassName
{
border-color: #175A99;
}
</style>