Shades of Endeavour #175297
Tints of Endeavour #175297
RGB
CMYK
RGB Variations
Color information
#175297 (or 0x175297) is known color: Endeavour. HEX triplet: 17, 52 and 97. RGB value is (23,82,151). Sum of RGB (Red+Green+Blue) = 23+82+151=256 (33% of max value = 765). Red value is 23 (9.38% from 255 or 8.98% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #175297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175297 is #E8AD68. Grayscale: #474747. Windows color (decimal): -15248745 or 9916951. OLE color: 9916951.
HSL color Cylindrical-coordinate representation of color #175297: hue angle of 212.34º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #175297 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 82 | 151 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.41 |
| HSL | 212.34º | 0.74% | 0.34% | - |
| HSV(B) | 212.34º | 0.85% | 0.59% | - |
| XYZ | 8.96 | 8.45 | 30.44 | - |
| YUV | 72.23 | 172.45 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 82 | 151 | 0.85 | 0.46 | 0 | 0.41 | 212.34 | 0.74 | 0.34 |
| Hex | 17 | 52 | 97 | 55 | 2E | 0 | 29 | D4 | 4A | 22 |
| Octal | 27 | 122 | 227 | 125 | 56 | 0 | 51 | 324 | 112 | 42 |
| Binary | 10111 | 1010010 | 10010111 | 1010101 | 101110 | 0 | 101001 | 11010100 | 1001010 | 100010 |
Color Harmonies of #175297
Complementary color
Monochromatic Colors of #175297
Black with #175297
Text Example
Text Example
White with #175297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175297; }
p { color: rgb(23,82,151); }
H1.HeaderClassName
{
color: #175297;
}
.AnyTagClassName
{
color: #175297;
}
</style>
background-color css
<style>
a { background-color: #175297; }
a { background-color: rgb(23,82,151); }
div.DivClassName
{
background-color: #175297;
}
.BgClassName
{
background-color: #175297;
}
</style>
border-color css
<style>
span { border-color: #175297; }
span { border-color: rgb(23,82,151); }
td.TdClassName
{
border-color: #175297;
}
.TagClassName
{
border-color: #175297;
}
</style>