Shades of Endeavour #175A90
Tints of Endeavour #175A90
RGB
CMYK
RGB Variations
Color information
#175A90 (or 0x175A90) is known color: Endeavour. HEX triplet: 17, 5A and 90. RGB value is (23,90,144). Sum of RGB (Red+Green+Blue) = 23+90+144=257 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.95% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #175A90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175A90 is #E8A56F. Grayscale: #4B4B4B. Windows color (decimal): -15246704 or 9460247. OLE color: 9460247.
HSL color Cylindrical-coordinate representation of color #175A90: hue angle of 206.78º 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 #175A90 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 90 | 144 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.44 |
| HSL | 206.78º | 0.72% | 0.33% | - |
| HSV(B) | 206.78º | 0.84% | 0.56% | - |
| XYZ | 9.04 | 9.51 | 27.74 | - |
| YUV | 76.12 | 166.3 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 144 | 0.84 | 0.37 | 0 | 0.44 | 206.78 | 0.72 | 0.33 |
| Hex | 17 | 5A | 90 | 54 | 25 | 0 | 2C | CF | 48 | 21 |
| Octal | 27 | 132 | 220 | 124 | 45 | 0 | 54 | 317 | 110 | 41 |
| Binary | 10111 | 1011010 | 10010000 | 1010100 | 100101 | 0 | 101100 | 11001111 | 1001000 | 100001 |
Color Harmonies of #175A90
Complementary color
Monochromatic Colors of #175A90
Black with #175A90
Text Example
Text Example
White with #175A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A90; }
p { color: rgb(23,90,144); }
H1.HeaderClassName
{
color: #175A90;
}
.AnyTagClassName
{
color: #175A90;
}
</style>
background-color css
<style>
a { background-color: #175A90; }
a { background-color: rgb(23,90,144); }
div.DivClassName
{
background-color: #175A90;
}
.BgClassName
{
background-color: #175A90;
}
</style>
border-color css
<style>
span { border-color: #175A90; }
span { border-color: rgb(23,90,144); }
td.TdClassName
{
border-color: #175A90;
}
.TagClassName
{
border-color: #175A90;
}
</style>