Shades of Denim #175FC1
Tints of Denim #175FC1
RGB
CMYK
RGB Variations
Color information
#175FC1 (or 0x175FC1) is known color: Denim. HEX triplet: 17, 5F and C1. RGB value is (23,95,193). Sum of RGB (Red+Green+Blue) = 23+95+193=311 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.40% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 193 (75.78% from 255 or 62.06% from 311); Max value from RGB is 193 - color contains mainly: blue. Hex color #175FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175FC1 is #E8A03E. Grayscale: #545454. Windows color (decimal): -15245375 or 12672791. OLE color: 12672791.
HSL color Cylindrical-coordinate representation of color #175FC1: hue angle of 214.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #175FC1 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 95 | 193 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.24 |
| HSL | 214.59º | 0.79% | 0.42% | - |
| HSV(B) | 214.59º | 0.88% | 0.76% | - |
| XYZ | 14.07 | 12.22 | 52.07 | - |
| YUV | 84.64 | 189.15 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 193 | 0.88 | 0.51 | 0 | 0.24 | 214.59 | 0.79 | 0.42 |
| Hex | 17 | 5F | C1 | 58 | 33 | 0 | 18 | D7 | 4F | 2A |
| Octal | 27 | 137 | 301 | 130 | 63 | 0 | 30 | 327 | 117 | 52 |
| Binary | 10111 | 1011111 | 11000001 | 1011000 | 110011 | 0 | 11000 | 11010111 | 1001111 | 101010 |
Color Harmonies of #175FC1
Complementary color
Monochromatic Colors of #175FC1
Black with #175FC1
Text Example
Text Example
White with #175FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175FC1; }
p { color: rgb(23,95,193); }
H1.HeaderClassName
{
color: #175FC1;
}
.AnyTagClassName
{
color: #175FC1;
}
</style>
background-color css
<style>
a { background-color: #175FC1; }
a { background-color: rgb(23,95,193); }
div.DivClassName
{
background-color: #175FC1;
}
.BgClassName
{
background-color: #175FC1;
}
</style>
border-color css
<style>
span { border-color: #175FC1; }
span { border-color: rgb(23,95,193); }
td.TdClassName
{
border-color: #175FC1;
}
.TagClassName
{
border-color: #175FC1;
}
</style>