Shades of Denim #175ABD
Tints of Denim #175ABD
RGB
CMYK
RGB Variations
Color information
#175ABD (or 0x175ABD) is known color: Denim. HEX triplet: 17, 5A and BD. RGB value is (23,90,189). Sum of RGB (Red+Green+Blue) = 23+90+189=302 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.62% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #175ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175ABD is #E8A542. Grayscale: #505050. Windows color (decimal): -15246659 or 12409367. OLE color: 12409367.
HSL color Cylindrical-coordinate representation of color #175ABD: hue angle of 215.78º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #175ABD is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 90 | 189 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.26 |
| HSL | 215.78º | 0.78% | 0.42% | - |
| HSV(B) | 215.78º | 0.88% | 0.74% | - |
| XYZ | 13.19 | 11.17 | 49.6 | - |
| YUV | 81.25 | 188.8 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 189 | 0.88 | 0.52 | 0 | 0.26 | 215.78 | 0.78 | 0.42 |
| Hex | 17 | 5A | BD | 58 | 34 | 0 | 1A | D8 | 4E | 2A |
| Octal | 27 | 132 | 275 | 130 | 64 | 0 | 32 | 330 | 116 | 52 |
| Binary | 10111 | 1011010 | 10111101 | 1011000 | 110100 | 0 | 11010 | 11011000 | 1001110 | 101010 |
Color Harmonies of #175ABD
Complementary color
Monochromatic Colors of #175ABD
Black with #175ABD
Text Example
Text Example
White with #175ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175ABD; }
p { color: rgb(23,90,189); }
H1.HeaderClassName
{
color: #175ABD;
}
.AnyTagClassName
{
color: #175ABD;
}
</style>
background-color css
<style>
a { background-color: #175ABD; }
a { background-color: rgb(23,90,189); }
div.DivClassName
{
background-color: #175ABD;
}
.BgClassName
{
background-color: #175ABD;
}
</style>
border-color css
<style>
span { border-color: #175ABD; }
span { border-color: rgb(23,90,189); }
td.TdClassName
{
border-color: #175ABD;
}
.TagClassName
{
border-color: #175ABD;
}
</style>