Shades of Denim #175ABA
Tints of Denim #175ABA
RGB
CMYK
RGB Variations
Color information
#175ABA (or 0x175ABA) is known color: Denim. HEX triplet: 17, 5A and BA. RGB value is (23,90,186). Sum of RGB (Red+Green+Blue) = 23+90+186=299 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.69% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #175ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175ABA is #E8A545. Grayscale: #505050. Windows color (decimal): -15246662 or 12212759. OLE color: 12212759.
HSL color Cylindrical-coordinate representation of color #175ABA: hue angle of 215.34º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #175ABA is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 90 | 186 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.27 |
| HSL | 215.34º | 0.78% | 0.41% | - |
| HSV(B) | 215.34º | 0.88% | 0.73% | - |
| XYZ | 12.87 | 11.04 | 47.91 | - |
| YUV | 80.91 | 187.3 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 186 | 0.88 | 0.52 | 0 | 0.27 | 215.34 | 0.78 | 0.41 |
| Hex | 17 | 5A | BA | 58 | 34 | 0 | 1B | D7 | 4E | 29 |
| Octal | 27 | 132 | 272 | 130 | 64 | 0 | 33 | 327 | 116 | 51 |
| Binary | 10111 | 1011010 | 10111010 | 1011000 | 110100 | 0 | 11011 | 11010111 | 1001110 | 101001 |
Color Harmonies of #175ABA
Complementary color
Monochromatic Colors of #175ABA
Black with #175ABA
Text Example
Text Example
White with #175ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175ABA; }
p { color: rgb(23,90,186); }
H1.HeaderClassName
{
color: #175ABA;
}
.AnyTagClassName
{
color: #175ABA;
}
</style>
background-color css
<style>
a { background-color: #175ABA; }
a { background-color: rgb(23,90,186); }
div.DivClassName
{
background-color: #175ABA;
}
.BgClassName
{
background-color: #175ABA;
}
</style>
border-color css
<style>
span { border-color: #175ABA; }
span { border-color: rgb(23,90,186); }
td.TdClassName
{
border-color: #175ABA;
}
.TagClassName
{
border-color: #175ABA;
}
</style>