Shades of Denim #175FC0
Tints of Denim #175FC0
RGB
CMYK
RGB Variations
Color information
#175FC0 (or 0x175FC0) is known color: Denim. HEX triplet: 17, 5F and C0. RGB value is (23,95,192). Sum of RGB (Red+Green+Blue) = 23+95+192=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 192 (75.39% from 255 or 61.94% from 310); Max value from RGB is 192 - color contains mainly: blue. Hex color #175FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175FC0 is #E8A03F. Grayscale: #545454. Windows color (decimal): -15245376 or 12607255. OLE color: 12607255.
HSL color Cylindrical-coordinate representation of color #175FC0: hue angle of 214.44º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #175FC0 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 95 | 192 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.25 |
| HSL | 214.44º | 0.79% | 0.42% | - |
| HSV(B) | 214.44º | 0.88% | 0.75% | - |
| XYZ | 13.96 | 12.17 | 51.48 | - |
| YUV | 84.53 | 188.65 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 192 | 0.88 | 0.51 | 0 | 0.25 | 214.44 | 0.79 | 0.42 |
| Hex | 17 | 5F | C0 | 58 | 33 | 0 | 19 | D6 | 4F | 2A |
| Octal | 27 | 137 | 300 | 130 | 63 | 0 | 31 | 326 | 117 | 52 |
| Binary | 10111 | 1011111 | 11000000 | 1011000 | 110011 | 0 | 11001 | 11010110 | 1001111 | 101010 |
Color Harmonies of #175FC0
Complementary color
Monochromatic Colors of #175FC0
Black with #175FC0
Text Example
Text Example
White with #175FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175FC0; }
p { color: rgb(23,95,192); }
H1.HeaderClassName
{
color: #175FC0;
}
.AnyTagClassName
{
color: #175FC0;
}
</style>
background-color css
<style>
a { background-color: #175FC0; }
a { background-color: rgb(23,95,192); }
div.DivClassName
{
background-color: #175FC0;
}
.BgClassName
{
background-color: #175FC0;
}
</style>
border-color css
<style>
span { border-color: #175FC0; }
span { border-color: rgb(23,95,192); }
td.TdClassName
{
border-color: #175FC0;
}
.TagClassName
{
border-color: #175FC0;
}
</style>