Shades of Denim #175DCF
Tints of Denim #175DCF
RGB
CMYK
RGB Variations
Color information
#175DCF (or 0x175DCF) is known color: Denim. HEX triplet: 17, 5D and CF. RGB value is (23,93,207). Sum of RGB (Red+Green+Blue) = 23+93+207=323 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.12% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #175DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175DCF is #E8A230. Grayscale: #545454. Windows color (decimal): -15245873 or 13589783. OLE color: 13589783.
HSL color Cylindrical-coordinate representation of color #175DCF: hue angle of 217.17º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #175DCF is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 93 | 207 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.19 |
| HSL | 217.17º | 0.8% | 0.45% | - |
| HSV(B) | 217.17º | 0.89% | 0.81% | - |
| XYZ | 15.53 | 12.52 | 60.63 | - |
| YUV | 85.07 | 196.81 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 207 | 0.89 | 0.55 | 0 | 0.19 | 217.17 | 0.8 | 0.45 |
| Hex | 17 | 5D | CF | 59 | 37 | 0 | 13 | D9 | 50 | 2D |
| Octal | 27 | 135 | 317 | 131 | 67 | 0 | 23 | 331 | 120 | 55 |
| Binary | 10111 | 1011101 | 11001111 | 1011001 | 110111 | 0 | 10011 | 11011001 | 1010000 | 101101 |
Color Harmonies of #175DCF
Complementary color
Monochromatic Colors of #175DCF
Black with #175DCF
Text Example
Text Example
White with #175DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175DCF; }
p { color: rgb(23,93,207); }
H1.HeaderClassName
{
color: #175DCF;
}
.AnyTagClassName
{
color: #175DCF;
}
</style>
background-color css
<style>
a { background-color: #175DCF; }
a { background-color: rgb(23,93,207); }
div.DivClassName
{
background-color: #175DCF;
}
.BgClassName
{
background-color: #175DCF;
}
</style>
border-color css
<style>
span { border-color: #175DCF; }
span { border-color: rgb(23,93,207); }
td.TdClassName
{
border-color: #175DCF;
}
.TagClassName
{
border-color: #175DCF;
}
</style>