Shades of Denim #175ADA
Tints of Denim #175ADA
RGB
CMYK
RGB Variations
Color information
#175ADA (or 0x175ADA) is known color: Denim. HEX triplet: 17, 5A and DA. RGB value is (23,90,218). Sum of RGB (Red+Green+Blue) = 23+90+218=331 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.95% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #175ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175ADA is #E8A525. Grayscale: #535353. Windows color (decimal): -15246630 or 14309911. OLE color: 14309911.
HSL color Cylindrical-coordinate representation of color #175ADA: hue angle of 219.38º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #175ADA is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 90 | 218 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.15 |
| HSL | 219.38º | 0.81% | 0.47% | - |
| HSV(B) | 219.38º | 0.89% | 0.85% | - |
| XYZ | 16.66 | 12.56 | 67.88 | - |
| YUV | 84.56 | 203.3 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 218 | 0.89 | 0.59 | 0 | 0.15 | 219.38 | 0.81 | 0.47 |
| Hex | 17 | 5A | DA | 59 | 3B | 0 | F | DB | 51 | 2F |
| Octal | 27 | 132 | 332 | 131 | 73 | 0 | 17 | 333 | 121 | 57 |
| Binary | 10111 | 1011010 | 11011010 | 1011001 | 111011 | 0 | 1111 | 11011011 | 1010001 | 101111 |
Color Harmonies of #175ADA
Complementary color
Monochromatic Colors of #175ADA
Black with #175ADA
Text Example
Text Example
White with #175ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175ADA; }
p { color: rgb(23,90,218); }
H1.HeaderClassName
{
color: #175ADA;
}
.AnyTagClassName
{
color: #175ADA;
}
</style>
background-color css
<style>
a { background-color: #175ADA; }
a { background-color: rgb(23,90,218); }
div.DivClassName
{
background-color: #175ADA;
}
.BgClassName
{
background-color: #175ADA;
}
</style>
border-color css
<style>
span { border-color: #175ADA; }
span { border-color: rgb(23,90,218); }
td.TdClassName
{
border-color: #175ADA;
}
.TagClassName
{
border-color: #175ADA;
}
</style>