Shades of Endeavour #175195
Tints of Endeavour #175195
RGB
CMYK
RGB Variations
Color information
#175195 (or 0x175195) is known color: Endeavour. HEX triplet: 17, 51 and 95. RGB value is (23,81,149). Sum of RGB (Red+Green+Blue) = 23+81+149=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #175195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175195 is #E8AE6A. Grayscale: #474747. Windows color (decimal): -15249003 or 9785623. OLE color: 9785623.
HSL color Cylindrical-coordinate representation of color #175195: hue angle of 212.38º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #175195 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 81 | 149 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.42 |
| HSL | 212.38º | 0.73% | 0.34% | - |
| HSV(B) | 212.38º | 0.85% | 0.58% | - |
| XYZ | 8.72 | 8.24 | 29.56 | - |
| YUV | 71.41 | 171.78 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 81 | 149 | 0.85 | 0.46 | 0 | 0.42 | 212.38 | 0.73 | 0.34 |
| Hex | 17 | 51 | 95 | 55 | 2E | 0 | 2A | D4 | 49 | 22 |
| Octal | 27 | 121 | 225 | 125 | 56 | 0 | 52 | 324 | 111 | 42 |
| Binary | 10111 | 1010001 | 10010101 | 1010101 | 101110 | 0 | 101010 | 11010100 | 1001001 | 100010 |
Color Harmonies of #175195
Complementary color
Monochromatic Colors of #175195
Black with #175195
Text Example
Text Example
White with #175195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175195; }
p { color: rgb(23,81,149); }
H1.HeaderClassName
{
color: #175195;
}
.AnyTagClassName
{
color: #175195;
}
</style>
background-color css
<style>
a { background-color: #175195; }
a { background-color: rgb(23,81,149); }
div.DivClassName
{
background-color: #175195;
}
.BgClassName
{
background-color: #175195;
}
</style>
border-color css
<style>
span { border-color: #175195; }
span { border-color: rgb(23,81,149); }
td.TdClassName
{
border-color: #175195;
}
.TagClassName
{
border-color: #175195;
}
</style>