Shades of Denim #175DC7
Tints of Denim #175DC7
RGB
CMYK
RGB Variations
Color information
#175DC7 (or 0x175DC7) is known color: Denim. HEX triplet: 17, 5D and C7. RGB value is (23,93,199). Sum of RGB (Red+Green+Blue) = 23+93+199=315 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.30% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 199 (78.12% from 255 or 63.17% from 315); Max value from RGB is 199 - color contains mainly: blue. Hex color #175DC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175DC7 is #E8A238. Grayscale: #535353. Windows color (decimal): -15245881 or 13065495. OLE color: 13065495.
HSL color Cylindrical-coordinate representation of color #175DC7: hue angle of 216.14º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #175DC7 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 23 | 93 | 199 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.22 |
| HSL | 216.14º | 0.79% | 0.44% | - |
| HSV(B) | 216.14º | 0.88% | 0.78% | - |
| XYZ | 14.58 | 12.13 | 55.61 | - |
| YUV | 84.15 | 192.81 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 199 | 0.88 | 0.53 | 0 | 0.22 | 216.14 | 0.79 | 0.44 |
| Hex | 17 | 5D | C7 | 58 | 35 | 0 | 16 | D8 | 4F | 2C |
| Octal | 27 | 135 | 307 | 130 | 65 | 0 | 26 | 330 | 117 | 54 |
| Binary | 10111 | 1011101 | 11000111 | 1011000 | 110101 | 0 | 10110 | 11011000 | 1001111 | 101100 |
Color Harmonies of #175DC7
Complementary color
Monochromatic Colors of #175DC7
Black with #175DC7
Text Example
Text Example
White with #175DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175DC7; }
p { color: rgb(23,93,199); }
H1.HeaderClassName
{
color: #175DC7;
}
.AnyTagClassName
{
color: #175DC7;
}
</style>
background-color css
<style>
a { background-color: #175DC7; }
a { background-color: rgb(23,93,199); }
div.DivClassName
{
background-color: #175DC7;
}
.BgClassName
{
background-color: #175DC7;
}
</style>
border-color css
<style>
span { border-color: #175DC7; }
span { border-color: rgb(23,93,199); }
td.TdClassName
{
border-color: #175DC7;
}
.TagClassName
{
border-color: #175DC7;
}
</style>