Shades of Denim #175BCC
Tints of Denim #175BCC
RGB
CMYK
RGB Variations
Color information
#175BCC (or 0x175BCC) is known color: Denim. HEX triplet: 17, 5B and CC. RGB value is (23,91,204). Sum of RGB (Red+Green+Blue) = 23+91+204=318 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.23% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #175BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175BCC is #E8A433. Grayscale: #535353. Windows color (decimal): -15246388 or 13392663. OLE color: 13392663.
HSL color Cylindrical-coordinate representation of color #175BCC: hue angle of 217.46º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #175BCC is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 91 | 204 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.2 |
| HSL | 217.46º | 0.8% | 0.45% | - |
| HSV(B) | 217.46º | 0.89% | 0.8% | - |
| XYZ | 14.99 | 12.02 | 58.66 | - |
| YUV | 83.55 | 195.97 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 204 | 0.89 | 0.55 | 0 | 0.2 | 217.46 | 0.8 | 0.45 |
| Hex | 17 | 5B | CC | 59 | 37 | 0 | 14 | D9 | 50 | 2D |
| Octal | 27 | 133 | 314 | 131 | 67 | 0 | 24 | 331 | 120 | 55 |
| Binary | 10111 | 1011011 | 11001100 | 1011001 | 110111 | 0 | 10100 | 11011001 | 1010000 | 101101 |
Color Harmonies of #175BCC
Complementary color
Monochromatic Colors of #175BCC
Black with #175BCC
Text Example
Text Example
White with #175BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175BCC; }
p { color: rgb(23,91,204); }
H1.HeaderClassName
{
color: #175BCC;
}
.AnyTagClassName
{
color: #175BCC;
}
</style>
background-color css
<style>
a { background-color: #175BCC; }
a { background-color: rgb(23,91,204); }
div.DivClassName
{
background-color: #175BCC;
}
.BgClassName
{
background-color: #175BCC;
}
</style>
border-color css
<style>
span { border-color: #175BCC; }
span { border-color: rgb(23,91,204); }
td.TdClassName
{
border-color: #175BCC;
}
.TagClassName
{
border-color: #175BCC;
}
</style>