Shades of Endeavour #175C99
Tints of Endeavour #175C99
RGB
CMYK
RGB Variations
Color information
#175C99 (or 0x175C99) is known color: Endeavour. HEX triplet: 17, 5C and 99. RGB value is (23,92,153). Sum of RGB (Red+Green+Blue) = 23+92+153=268 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.58% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #175C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175C99 is #E8A366. Grayscale: #4E4E4E. Windows color (decimal): -15246183 or 10050583. OLE color: 10050583.
HSL color Cylindrical-coordinate representation of color #175C99: hue angle of 208.15º 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 #175C99 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 92 | 153 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.4 |
| HSL | 208.15º | 0.74% | 0.35% | - |
| HSV(B) | 208.15º | 0.85% | 0.6% | - |
| XYZ | 9.93 | 10.14 | 31.57 | - |
| YUV | 78.32 | 170.14 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 153 | 0.85 | 0.40 | 0 | 0.4 | 208.15 | 0.74 | 0.35 |
| Hex | 17 | 5C | 99 | 55 | 28 | 0 | 28 | D0 | 4A | 23 |
| Octal | 27 | 134 | 231 | 125 | 50 | 0 | 50 | 320 | 112 | 43 |
| Binary | 10111 | 1011100 | 10011001 | 1010101 | 101000 | 0 | 101000 | 11010000 | 1001010 | 100011 |
Color Harmonies of #175C99
Complementary color
Monochromatic Colors of #175C99
Black with #175C99
Text Example
Text Example
White with #175C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175C99; }
p { color: rgb(23,92,153); }
H1.HeaderClassName
{
color: #175C99;
}
.AnyTagClassName
{
color: #175C99;
}
</style>
background-color css
<style>
a { background-color: #175C99; }
a { background-color: rgb(23,92,153); }
div.DivClassName
{
background-color: #175C99;
}
.BgClassName
{
background-color: #175C99;
}
</style>
border-color css
<style>
span { border-color: #175C99; }
span { border-color: rgb(23,92,153); }
td.TdClassName
{
border-color: #175C99;
}
.TagClassName
{
border-color: #175C99;
}
</style>