Shades of Denim #175CAC
Tints of Denim #175CAC
RGB
CMYK
RGB Variations
Color information
#175CAC (or 0x175CAC) is known color: Denim. HEX triplet: 17, 5C and AC. RGB value is (23,92,172). Sum of RGB (Red+Green+Blue) = 23+92+172=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #175CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175CAC is #E8A353. Grayscale: #505050. Windows color (decimal): -15246164 or 11295767. OLE color: 11295767.
HSL color Cylindrical-coordinate representation of color #175CAC: hue angle of 212.21º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #175CAC is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 92 | 172 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.33 |
| HSL | 212.21º | 0.76% | 0.38% | - |
| HSV(B) | 212.21º | 0.87% | 0.67% | - |
| XYZ | 11.63 | 10.82 | 40.5 | - |
| YUV | 80.49 | 179.64 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 172 | 0.87 | 0.47 | 0 | 0.33 | 212.21 | 0.76 | 0.38 |
| Hex | 17 | 5C | AC | 57 | 2F | 0 | 21 | D4 | 4C | 26 |
| Octal | 27 | 134 | 254 | 127 | 57 | 0 | 41 | 324 | 114 | 46 |
| Binary | 10111 | 1011100 | 10101100 | 1010111 | 101111 | 0 | 100001 | 11010100 | 1001100 | 100110 |
Color Harmonies of #175CAC
Complementary color
Monochromatic Colors of #175CAC
Black with #175CAC
Text Example
Text Example
White with #175CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175CAC; }
p { color: rgb(23,92,172); }
H1.HeaderClassName
{
color: #175CAC;
}
.AnyTagClassName
{
color: #175CAC;
}
</style>
background-color css
<style>
a { background-color: #175CAC; }
a { background-color: rgb(23,92,172); }
div.DivClassName
{
background-color: #175CAC;
}
.BgClassName
{
background-color: #175CAC;
}
</style>
border-color css
<style>
span { border-color: #175CAC; }
span { border-color: rgb(23,92,172); }
td.TdClassName
{
border-color: #175CAC;
}
.TagClassName
{
border-color: #175CAC;
}
</style>