Shades of Denim #175ABC
Tints of Denim #175ABC
RGB
CMYK
RGB Variations
Color information
#175ABC (or 0x175ABC) is known color: Denim. HEX triplet: 17, 5A and BC. RGB value is (23,90,188). Sum of RGB (Red+Green+Blue) = 23+90+188=301 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.64% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #175ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175ABC is #E8A543. Grayscale: #505050. Windows color (decimal): -15246660 or 12343831. OLE color: 12343831.
HSL color Cylindrical-coordinate representation of color #175ABC: hue angle of 215.64º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #175ABC is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 90 | 188 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.26 |
| HSL | 215.64º | 0.78% | 0.41% | - |
| HSV(B) | 215.64º | 0.88% | 0.74% | - |
| XYZ | 13.09 | 11.13 | 49.03 | - |
| YUV | 81.14 | 188.3 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 188 | 0.88 | 0.52 | 0 | 0.26 | 215.64 | 0.78 | 0.41 |
| Hex | 17 | 5A | BC | 58 | 34 | 0 | 1A | D8 | 4E | 29 |
| Octal | 27 | 132 | 274 | 130 | 64 | 0 | 32 | 330 | 116 | 51 |
| Binary | 10111 | 1011010 | 10111100 | 1011000 | 110100 | 0 | 11010 | 11011000 | 1001110 | 101001 |
Color Harmonies of #175ABC
Complementary color
Monochromatic Colors of #175ABC
Black with #175ABC
Text Example
Text Example
White with #175ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175ABC; }
p { color: rgb(23,90,188); }
H1.HeaderClassName
{
color: #175ABC;
}
.AnyTagClassName
{
color: #175ABC;
}
</style>
background-color css
<style>
a { background-color: #175ABC; }
a { background-color: rgb(23,90,188); }
div.DivClassName
{
background-color: #175ABC;
}
.BgClassName
{
background-color: #175ABC;
}
</style>
border-color css
<style>
span { border-color: #175ABC; }
span { border-color: rgb(23,90,188); }
td.TdClassName
{
border-color: #175ABC;
}
.TagClassName
{
border-color: #175ABC;
}
</style>