Shades of Denim #175DC3
Tints of Denim #175DC3
RGB
CMYK
RGB Variations
Color information
#175DC3 (or 0x175DC3) is known color: Denim. HEX triplet: 17, 5D and C3. RGB value is (23,93,195). Sum of RGB (Red+Green+Blue) = 23+93+195=311 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.40% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 195 (76.56% from 255 or 62.70% from 311); Max value from RGB is 195 - color contains mainly: blue. Hex color #175DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175DC3 is #E8A23C. Grayscale: #535353. Windows color (decimal): -15245885 or 12803351. OLE color: 12803351.
HSL color Cylindrical-coordinate representation of color #175DC3: hue angle of 215.58º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #175DC3 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 93 | 195 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.24 |
| HSL | 215.58º | 0.79% | 0.43% | - |
| HSV(B) | 215.58º | 0.88% | 0.76% | - |
| XYZ | 14.12 | 11.95 | 53.19 | - |
| YUV | 83.7 | 190.81 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 195 | 0.88 | 0.52 | 0 | 0.24 | 215.58 | 0.79 | 0.43 |
| Hex | 17 | 5D | C3 | 58 | 34 | 0 | 18 | D8 | 4F | 2B |
| Octal | 27 | 135 | 303 | 130 | 64 | 0 | 30 | 330 | 117 | 53 |
| Binary | 10111 | 1011101 | 11000011 | 1011000 | 110100 | 0 | 11000 | 11011000 | 1001111 | 101011 |
Color Harmonies of #175DC3
Complementary color
Monochromatic Colors of #175DC3
Black with #175DC3
Text Example
Text Example
White with #175DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175DC3; }
p { color: rgb(23,93,195); }
H1.HeaderClassName
{
color: #175DC3;
}
.AnyTagClassName
{
color: #175DC3;
}
</style>
background-color css
<style>
a { background-color: #175DC3; }
a { background-color: rgb(23,93,195); }
div.DivClassName
{
background-color: #175DC3;
}
.BgClassName
{
background-color: #175DC3;
}
</style>
border-color css
<style>
span { border-color: #175DC3; }
span { border-color: rgb(23,93,195); }
td.TdClassName
{
border-color: #175DC3;
}
.TagClassName
{
border-color: #175DC3;
}
</style>