Shades of Endeavour #175290
Tints of Endeavour #175290
RGB
CMYK
RGB Variations
Color information
#175290 (or 0x175290) is known color: Endeavour. HEX triplet: 17, 52 and 90. RGB value is (23,82,144). Sum of RGB (Red+Green+Blue) = 23+82+144=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #175290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175290 is #E8AD6F. Grayscale: #474747. Windows color (decimal): -15248752 or 9458199. OLE color: 9458199.
HSL color Cylindrical-coordinate representation of color #175290: hue angle of 210.74º 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 #175290 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 82 | 144 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.44 |
| HSL | 210.74º | 0.72% | 0.33% | - |
| HSV(B) | 210.74º | 0.84% | 0.56% | - |
| XYZ | 8.4 | 8.23 | 27.53 | - |
| YUV | 71.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 144 | 0.84 | 0.43 | 0 | 0.44 | 210.74 | 0.72 | 0.33 |
| Hex | 17 | 52 | 90 | 54 | 2B | 0 | 2C | D3 | 48 | 21 |
| Octal | 27 | 122 | 220 | 124 | 53 | 0 | 54 | 323 | 110 | 41 |
| Binary | 10111 | 1010010 | 10010000 | 1010100 | 101011 | 0 | 101100 | 11010011 | 1001000 | 100001 |
Color Harmonies of #175290
Complementary color
Monochromatic Colors of #175290
Black with #175290
Text Example
Text Example
White with #175290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175290; }
p { color: rgb(23,82,144); }
H1.HeaderClassName
{
color: #175290;
}
.AnyTagClassName
{
color: #175290;
}
</style>
background-color css
<style>
a { background-color: #175290; }
a { background-color: rgb(23,82,144); }
div.DivClassName
{
background-color: #175290;
}
.BgClassName
{
background-color: #175290;
}
</style>
border-color css
<style>
span { border-color: #175290; }
span { border-color: rgb(23,82,144); }
td.TdClassName
{
border-color: #175290;
}
.TagClassName
{
border-color: #175290;
}
</style>