Shades of Denim #175DBB
Tints of Denim #175DBB
RGB
CMYK
RGB Variations
Color information
#175DBB (or 0x175DBB) is known color: Denim. HEX triplet: 17, 5D and BB. RGB value is (23,93,187). Sum of RGB (Red+Green+Blue) = 23+93+187=303 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.59% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #175DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175DBB is #E8A244. Grayscale: #525252. Windows color (decimal): -15245893 or 12279063. OLE color: 12279063.
HSL color Cylindrical-coordinate representation of color #175DBB: hue angle of 214.39º 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 #175DBB is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 93 | 187 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.27 |
| HSL | 214.39º | 0.78% | 0.41% | - |
| HSV(B) | 214.39º | 0.88% | 0.73% | - |
| XYZ | 13.24 | 11.6 | 48.55 | - |
| YUV | 82.79 | 186.81 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 187 | 0.88 | 0.50 | 0 | 0.27 | 214.39 | 0.78 | 0.41 |
| Hex | 17 | 5D | BB | 58 | 32 | 0 | 1B | D6 | 4E | 29 |
| Octal | 27 | 135 | 273 | 130 | 62 | 0 | 33 | 326 | 116 | 51 |
| Binary | 10111 | 1011101 | 10111011 | 1011000 | 110010 | 0 | 11011 | 11010110 | 1001110 | 101001 |
Color Harmonies of #175DBB
Complementary color
Monochromatic Colors of #175DBB
Black with #175DBB
Text Example
Text Example
White with #175DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175DBB; }
p { color: rgb(23,93,187); }
H1.HeaderClassName
{
color: #175DBB;
}
.AnyTagClassName
{
color: #175DBB;
}
</style>
background-color css
<style>
a { background-color: #175DBB; }
a { background-color: rgb(23,93,187); }
div.DivClassName
{
background-color: #175DBB;
}
.BgClassName
{
background-color: #175DBB;
}
</style>
border-color css
<style>
span { border-color: #175DBB; }
span { border-color: rgb(23,93,187); }
td.TdClassName
{
border-color: #175DBB;
}
.TagClassName
{
border-color: #175DBB;
}
</style>