Shades of Endeavour #175F9C
Tints of Endeavour #175F9C
RGB
CMYK
RGB Variations
Color information
#175F9C (or 0x175F9C) is known color: Endeavour. HEX triplet: 17, 5F and 9C. RGB value is (23,95,156). Sum of RGB (Red+Green+Blue) = 23+95+156=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #175F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175F9C is #E8A063. Grayscale: #505050. Windows color (decimal): -15245412 or 10247959. OLE color: 10247959.
HSL color Cylindrical-coordinate representation of color #175F9C: hue angle of 207.52º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #175F9C is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 95 | 156 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.39 |
| HSL | 207.52º | 0.74% | 0.35% | - |
| HSV(B) | 207.52º | 0.85% | 0.61% | - |
| XYZ | 10.45 | 10.77 | 32.98 | - |
| YUV | 80.43 | 170.65 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 156 | 0.85 | 0.39 | 0 | 0.39 | 207.52 | 0.74 | 0.35 |
| Hex | 17 | 5F | 9C | 55 | 27 | 0 | 27 | D0 | 4A | 23 |
| Octal | 27 | 137 | 234 | 125 | 47 | 0 | 47 | 320 | 112 | 43 |
| Binary | 10111 | 1011111 | 10011100 | 1010101 | 100111 | 0 | 100111 | 11010000 | 1001010 | 100011 |
Color Harmonies of #175F9C
Complementary color
Monochromatic Colors of #175F9C
Black with #175F9C
Text Example
Text Example
White with #175F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175F9C; }
p { color: rgb(23,95,156); }
H1.HeaderClassName
{
color: #175F9C;
}
.AnyTagClassName
{
color: #175F9C;
}
</style>
background-color css
<style>
a { background-color: #175F9C; }
a { background-color: rgb(23,95,156); }
div.DivClassName
{
background-color: #175F9C;
}
.BgClassName
{
background-color: #175F9C;
}
</style>
border-color css
<style>
span { border-color: #175F9C; }
span { border-color: rgb(23,95,156); }
td.TdClassName
{
border-color: #175F9C;
}
.TagClassName
{
border-color: #175F9C;
}
</style>