Shades of Denim #177DBF
Tints of Denim #177DBF
RGB
CMYK
RGB Variations
Color information
#177DBF (or 0x177DBF) is known color: Denim. HEX triplet: 17, 7D and BF. RGB value is (23,125,191). Sum of RGB (Red+Green+Blue) = 23+125+191=339 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.78% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #177DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #177DBF is #E88240. Grayscale: #656565. Windows color (decimal): -15237697 or 12549399. OLE color: 12549399.
HSL color Cylindrical-coordinate representation of color #177DBF: hue angle of 203.57º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #177DBF is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 125 | 191 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.25 |
| HSL | 203.57º | 0.79% | 0.42% | - |
| HSV(B) | 203.57º | 0.88% | 0.75% | - |
| XYZ | 17.09 | 18.61 | 51.98 | - |
| YUV | 102.03 | 178.21 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 191 | 0.88 | 0.35 | 0 | 0.25 | 203.57 | 0.79 | 0.42 |
| Hex | 17 | 7D | BF | 58 | 23 | 0 | 19 | CC | 4F | 2A |
| Octal | 27 | 175 | 277 | 130 | 43 | 0 | 31 | 314 | 117 | 52 |
| Binary | 10111 | 1111101 | 10111111 | 1011000 | 100011 | 0 | 11001 | 11001100 | 1001111 | 101010 |
Color Harmonies of #177DBF
Complementary color
Monochromatic Colors of #177DBF
Black with #177DBF
Text Example
Text Example
White with #177DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177DBF; }
p { color: rgb(23,125,191); }
H1.HeaderClassName
{
color: #177DBF;
}
.AnyTagClassName
{
color: #177DBF;
}
</style>
background-color css
<style>
a { background-color: #177DBF; }
a { background-color: rgb(23,125,191); }
div.DivClassName
{
background-color: #177DBF;
}
.BgClassName
{
background-color: #177DBF;
}
</style>
border-color css
<style>
span { border-color: #177DBF; }
span { border-color: rgb(23,125,191); }
td.TdClassName
{
border-color: #177DBF;
}
.TagClassName
{
border-color: #177DBF;
}
</style>