Shades of Denim #175FB8
Tints of Denim #175FB8
RGB
CMYK
RGB Variations
Color information
#175FB8 (or 0x175FB8) is known color: Denim. HEX triplet: 17, 5F and B8. RGB value is (23,95,184). Sum of RGB (Red+Green+Blue) = 23+95+184=302 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.62% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 184 (72.27% from 255 or 60.93% from 302); Max value from RGB is 184 - color contains mainly: blue. Hex color #175FB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175FB8 is #E8A047. Grayscale: #535353. Windows color (decimal): -15245384 or 12082967. OLE color: 12082967.
HSL color Cylindrical-coordinate representation of color #175FB8: hue angle of 213.17º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #175FB8 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 23 | 95 | 184 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.28 |
| HSL | 213.17º | 0.78% | 0.41% | - |
| HSV(B) | 213.17º | 0.88% | 0.72% | - |
| XYZ | 13.1 | 11.83 | 46.94 | - |
| YUV | 83.62 | 184.65 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 184 | 0.88 | 0.48 | 0 | 0.28 | 213.17 | 0.78 | 0.41 |
| Hex | 17 | 5F | B8 | 58 | 30 | 0 | 1C | D5 | 4E | 29 |
| Octal | 27 | 137 | 270 | 130 | 60 | 0 | 34 | 325 | 116 | 51 |
| Binary | 10111 | 1011111 | 10111000 | 1011000 | 110000 | 0 | 11100 | 11010101 | 1001110 | 101001 |
Color Harmonies of #175FB8
Complementary color
Monochromatic Colors of #175FB8
Black with #175FB8
Text Example
Text Example
White with #175FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175FB8; }
p { color: rgb(23,95,184); }
H1.HeaderClassName
{
color: #175FB8;
}
.AnyTagClassName
{
color: #175FB8;
}
</style>
background-color css
<style>
a { background-color: #175FB8; }
a { background-color: rgb(23,95,184); }
div.DivClassName
{
background-color: #175FB8;
}
.BgClassName
{
background-color: #175FB8;
}
</style>
border-color css
<style>
span { border-color: #175FB8; }
span { border-color: rgb(23,95,184); }
td.TdClassName
{
border-color: #175FB8;
}
.TagClassName
{
border-color: #175FB8;
}
</style>