Shades of Denim #175DB8
Tints of Denim #175DB8
RGB
CMYK
RGB Variations
Color information
#175DB8 (or 0x175DB8) is known color: Denim. HEX triplet: 17, 5D and B8. RGB value is (23,93,184). Sum of RGB (Red+Green+Blue) = 23+93+184=300 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 184 (72.27% from 255 or 61.33% from 300); Max value from RGB is 184 - color contains mainly: blue. Hex color #175DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175DB8 is #E8A247. Grayscale: #525252. Windows color (decimal): -15245896 or 12082455. OLE color: 12082455.
HSL color Cylindrical-coordinate representation of color #175DB8: hue angle of 213.91º 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 #175DB8 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 23 | 93 | 184 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.28 |
| HSL | 213.91º | 0.78% | 0.41% | - |
| HSV(B) | 213.91º | 0.88% | 0.72% | - |
| XYZ | 12.92 | 11.47 | 46.88 | - |
| YUV | 82.44 | 185.31 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 184 | 0.88 | 0.49 | 0 | 0.28 | 213.91 | 0.78 | 0.41 |
| Hex | 17 | 5D | B8 | 58 | 31 | 0 | 1C | D6 | 4E | 29 |
| Octal | 27 | 135 | 270 | 130 | 61 | 0 | 34 | 326 | 116 | 51 |
| Binary | 10111 | 1011101 | 10111000 | 1011000 | 110001 | 0 | 11100 | 11010110 | 1001110 | 101001 |
Color Harmonies of #175DB8
Complementary color
Monochromatic Colors of #175DB8
Black with #175DB8
Text Example
Text Example
White with #175DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175DB8; }
p { color: rgb(23,93,184); }
H1.HeaderClassName
{
color: #175DB8;
}
.AnyTagClassName
{
color: #175DB8;
}
</style>
background-color css
<style>
a { background-color: #175DB8; }
a { background-color: rgb(23,93,184); }
div.DivClassName
{
background-color: #175DB8;
}
.BgClassName
{
background-color: #175DB8;
}
</style>
border-color css
<style>
span { border-color: #175DB8; }
span { border-color: rgb(23,93,184); }
td.TdClassName
{
border-color: #175DB8;
}
.TagClassName
{
border-color: #175DB8;
}
</style>