Shades of Denim #175DBD
Tints of Denim #175DBD
RGB
CMYK
RGB Variations
Color information
#175DBD (or 0x175DBD) is known color: Denim. HEX triplet: 17, 5D and BD. RGB value is (23,93,189). Sum of RGB (Red+Green+Blue) = 23+93+189=305 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.54% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #175DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175DBD is #E8A242. Grayscale: #525252. Windows color (decimal): -15245891 or 12410135. OLE color: 12410135.
HSL color Cylindrical-coordinate representation of color #175DBD: hue angle of 214.7º 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 #175DBD is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 93 | 189 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.26 |
| HSL | 214.7º | 0.78% | 0.42% | - |
| HSV(B) | 214.7º | 0.88% | 0.74% | - |
| XYZ | 13.45 | 11.68 | 49.69 | - |
| YUV | 83.01 | 187.81 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 189 | 0.88 | 0.51 | 0 | 0.26 | 214.7 | 0.78 | 0.42 |
| Hex | 17 | 5D | BD | 58 | 33 | 0 | 1A | D7 | 4E | 2A |
| Octal | 27 | 135 | 275 | 130 | 63 | 0 | 32 | 327 | 116 | 52 |
| Binary | 10111 | 1011101 | 10111101 | 1011000 | 110011 | 0 | 11010 | 11010111 | 1001110 | 101010 |
Color Harmonies of #175DBD
Complementary color
Monochromatic Colors of #175DBD
Black with #175DBD
Text Example
Text Example
White with #175DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175DBD; }
p { color: rgb(23,93,189); }
H1.HeaderClassName
{
color: #175DBD;
}
.AnyTagClassName
{
color: #175DBD;
}
</style>
background-color css
<style>
a { background-color: #175DBD; }
a { background-color: rgb(23,93,189); }
div.DivClassName
{
background-color: #175DBD;
}
.BgClassName
{
background-color: #175DBD;
}
</style>
border-color css
<style>
span { border-color: #175DBD; }
span { border-color: rgb(23,93,189); }
td.TdClassName
{
border-color: #175DBD;
}
.TagClassName
{
border-color: #175DBD;
}
</style>