Shades of Denim #175DAA
Tints of Denim #175DAA
RGB
CMYK
RGB Variations
Color information
#175DAA (or 0x175DAA) is known color: Denim. HEX triplet: 17, 5D and AA. RGB value is (23,93,170). Sum of RGB (Red+Green+Blue) = 23+93+170=286 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.04% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #175DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #175DAA is #E8A255. Grayscale: #505050. Windows color (decimal): -15245910 or 11164951. OLE color: 11164951.
HSL color Cylindrical-coordinate representation of color #175DAA: hue angle of 211.43º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #175DAA is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 93 | 170 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.33 |
| HSL | 211.43º | 0.76% | 0.38% | - |
| HSV(B) | 211.43º | 0.86% | 0.67% | - |
| XYZ | 11.52 | 10.91 | 39.53 | - |
| YUV | 80.85 | 178.31 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 170 | 0.86 | 0.45 | 0 | 0.33 | 211.43 | 0.76 | 0.38 |
| Hex | 17 | 5D | AA | 56 | 2D | 0 | 21 | D3 | 4C | 26 |
| Octal | 27 | 135 | 252 | 126 | 55 | 0 | 41 | 323 | 114 | 46 |
| Binary | 10111 | 1011101 | 10101010 | 1010110 | 101101 | 0 | 100001 | 11010011 | 1001100 | 100110 |
Color Harmonies of #175DAA
Complementary color
Monochromatic Colors of #175DAA
Black with #175DAA
Text Example
Text Example
White with #175DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175DAA; }
p { color: rgb(23,93,170); }
H1.HeaderClassName
{
color: #175DAA;
}
.AnyTagClassName
{
color: #175DAA;
}
</style>
background-color css
<style>
a { background-color: #175DAA; }
a { background-color: rgb(23,93,170); }
div.DivClassName
{
background-color: #175DAA;
}
.BgClassName
{
background-color: #175DAA;
}
</style>
border-color css
<style>
span { border-color: #175DAA; }
span { border-color: rgb(23,93,170); }
td.TdClassName
{
border-color: #175DAA;
}
.TagClassName
{
border-color: #175DAA;
}
</style>