Shades of Denim #175ACB
Tints of Denim #175ACB
RGB
CMYK
RGB Variations
Color information
#175ACB (or 0x175ACB) is known color: Denim. HEX triplet: 17, 5A and CB. RGB value is (23,90,203). Sum of RGB (Red+Green+Blue) = 23+90+203=316 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.28% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #175ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175ACB is #E8A534. Grayscale: #525252. Windows color (decimal): -15246645 or 13326871. OLE color: 13326871.
HSL color Cylindrical-coordinate representation of color #175ACB: hue angle of 217.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #175ACB is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 90 | 203 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.20 |
| HSL | 217.67º | 0.8% | 0.44% | - |
| HSV(B) | 217.67º | 0.89% | 0.8% | - |
| XYZ | 14.79 | 11.81 | 58 | - |
| YUV | 82.85 | 195.8 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 203 | 0.89 | 0.56 | 0 | 0.20 | 217.67 | 0.8 | 0.44 |
| Hex | 17 | 5A | CB | 59 | 38 | 0 | 14 | DA | 50 | 2C |
| Octal | 27 | 132 | 313 | 131 | 70 | 0 | 24 | 332 | 120 | 54 |
| Binary | 10111 | 1011010 | 11001011 | 1011001 | 111000 | 0 | 10100 | 11011010 | 1010000 | 101100 |
Color Harmonies of #175ACB
Complementary color
Monochromatic Colors of #175ACB
Black with #175ACB
Text Example
Text Example
White with #175ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175ACB; }
p { color: rgb(23,90,203); }
H1.HeaderClassName
{
color: #175ACB;
}
.AnyTagClassName
{
color: #175ACB;
}
</style>
background-color css
<style>
a { background-color: #175ACB; }
a { background-color: rgb(23,90,203); }
div.DivClassName
{
background-color: #175ACB;
}
.BgClassName
{
background-color: #175ACB;
}
</style>
border-color css
<style>
span { border-color: #175ACB; }
span { border-color: rgb(23,90,203); }
td.TdClassName
{
border-color: #175ACB;
}
.TagClassName
{
border-color: #175ACB;
}
</style>