Shades of Endeavour #175F90
Tints of Endeavour #175F90
RGB
CMYK
RGB Variations
Color information
#175F90 (or 0x175F90) is known color: Endeavour. HEX triplet: 17, 5F and 90. RGB value is (23,95,144). Sum of RGB (Red+Green+Blue) = 23+95+144=262 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.78% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #175F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175F90 is #E8A06F. Grayscale: #4E4E4E. Windows color (decimal): -15245424 or 9461527. OLE color: 9461527.
HSL color Cylindrical-coordinate representation of color #175F90: hue angle of 204.3º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #175F90 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 95 | 144 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.44 |
| HSL | 204.3º | 0.72% | 0.33% | - |
| HSV(B) | 204.3º | 0.84% | 0.56% | - |
| XYZ | 9.48 | 10.38 | 27.89 | - |
| YUV | 79.06 | 164.65 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 144 | 0.84 | 0.34 | 0 | 0.44 | 204.3 | 0.72 | 0.33 |
| Hex | 17 | 5F | 90 | 54 | 22 | 0 | 2C | CC | 48 | 21 |
| Octal | 27 | 137 | 220 | 124 | 42 | 0 | 54 | 314 | 110 | 41 |
| Binary | 10111 | 1011111 | 10010000 | 1010100 | 100010 | 0 | 101100 | 11001100 | 1001000 | 100001 |
Color Harmonies of #175F90
Complementary color
Monochromatic Colors of #175F90
Black with #175F90
Text Example
Text Example
White with #175F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175F90; }
p { color: rgb(23,95,144); }
H1.HeaderClassName
{
color: #175F90;
}
.AnyTagClassName
{
color: #175F90;
}
</style>
background-color css
<style>
a { background-color: #175F90; }
a { background-color: rgb(23,95,144); }
div.DivClassName
{
background-color: #175F90;
}
.BgClassName
{
background-color: #175F90;
}
</style>
border-color css
<style>
span { border-color: #175F90; }
span { border-color: rgb(23,95,144); }
td.TdClassName
{
border-color: #175F90;
}
.TagClassName
{
border-color: #175F90;
}
</style>