Shades of Denim #175DB7
Tints of Denim #175DB7
RGB
CMYK
RGB Variations
Color information
#175DB7 (or 0x175DB7) is known color: Denim. HEX triplet: 17, 5D and B7. RGB value is (23,93,183). Sum of RGB (Red+Green+Blue) = 23+93+183=299 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.69% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 183 (71.88% from 255 or 61.20% from 299); Max value from RGB is 183 - color contains mainly: blue. Hex color #175DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175DB7 is #E8A248. Grayscale: #515151. Windows color (decimal): -15245897 or 12016919. OLE color: 12016919.
HSL color Cylindrical-coordinate representation of color #175DB7: hue angle of 213.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #175DB7 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 23 | 93 | 183 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.28 |
| HSL | 213.75º | 0.78% | 0.4% | - |
| HSV(B) | 213.75º | 0.87% | 0.72% | - |
| XYZ | 12.81 | 11.43 | 46.33 | - |
| YUV | 82.33 | 184.81 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 183 | 0.87 | 0.49 | 0 | 0.28 | 213.75 | 0.78 | 0.4 |
| Hex | 17 | 5D | B7 | 57 | 31 | 0 | 1C | D6 | 4E | 28 |
| Octal | 27 | 135 | 267 | 127 | 61 | 0 | 34 | 326 | 116 | 50 |
| Binary | 10111 | 1011101 | 10110111 | 1010111 | 110001 | 0 | 11100 | 11010110 | 1001110 | 101000 |
Color Harmonies of #175DB7
Complementary color
Monochromatic Colors of #175DB7
Black with #175DB7
Text Example
Text Example
White with #175DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175DB7; }
p { color: rgb(23,93,183); }
H1.HeaderClassName
{
color: #175DB7;
}
.AnyTagClassName
{
color: #175DB7;
}
</style>
background-color css
<style>
a { background-color: #175DB7; }
a { background-color: rgb(23,93,183); }
div.DivClassName
{
background-color: #175DB7;
}
.BgClassName
{
background-color: #175DB7;
}
</style>
border-color css
<style>
span { border-color: #175DB7; }
span { border-color: rgb(23,93,183); }
td.TdClassName
{
border-color: #175DB7;
}
.TagClassName
{
border-color: #175DB7;
}
</style>