Shades of Denim #175FCF
Tints of Denim #175FCF
RGB
CMYK
RGB Variations
Color information
#175FCF (or 0x175FCF) is known color: Denim. HEX triplet: 17, 5F and CF. RGB value is (23,95,207). Sum of RGB (Red+Green+Blue) = 23+95+207=325 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.08% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #175FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175FCF is #E8A030. Grayscale: #555555. Windows color (decimal): -15245361 or 13590295. OLE color: 13590295.
HSL color Cylindrical-coordinate representation of color #175FCF: hue angle of 216.52º 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 #175FCF is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 95 | 207 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.19 |
| HSL | 216.52º | 0.8% | 0.45% | - |
| HSV(B) | 216.52º | 0.89% | 0.81% | - |
| XYZ | 15.71 | 12.87 | 60.69 | - |
| YUV | 86.24 | 196.15 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 207 | 0.89 | 0.54 | 0 | 0.19 | 216.52 | 0.8 | 0.45 |
| Hex | 17 | 5F | CF | 59 | 36 | 0 | 13 | D9 | 50 | 2D |
| Octal | 27 | 137 | 317 | 131 | 66 | 0 | 23 | 331 | 120 | 55 |
| Binary | 10111 | 1011111 | 11001111 | 1011001 | 110110 | 0 | 10011 | 11011001 | 1010000 | 101101 |
Color Harmonies of #175FCF
Complementary color
Monochromatic Colors of #175FCF
Black with #175FCF
Text Example
Text Example
White with #175FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175FCF; }
p { color: rgb(23,95,207); }
H1.HeaderClassName
{
color: #175FCF;
}
.AnyTagClassName
{
color: #175FCF;
}
</style>
background-color css
<style>
a { background-color: #175FCF; }
a { background-color: rgb(23,95,207); }
div.DivClassName
{
background-color: #175FCF;
}
.BgClassName
{
background-color: #175FCF;
}
</style>
border-color css
<style>
span { border-color: #175FCF; }
span { border-color: rgb(23,95,207); }
td.TdClassName
{
border-color: #175FCF;
}
.TagClassName
{
border-color: #175FCF;
}
</style>