Shades of Denim #176FBC
Tints of Denim #176FBC
RGB
CMYK
RGB Variations
Color information
#176FBC (or 0x176FBC) is known color: Denim. HEX triplet: 17, 6F and BC. RGB value is (23,111,188). Sum of RGB (Red+Green+Blue) = 23+111+188=322 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.14% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #176FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176FBC is #E89043. Grayscale: #5D5D5D. Windows color (decimal): -15241284 or 12349207. OLE color: 12349207.
HSL color Cylindrical-coordinate representation of color #176FBC: hue angle of 208º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #176FBC is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 111 | 188 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.26 |
| HSL | 208º | 0.78% | 0.41% | - |
| HSV(B) | 208º | 0.88% | 0.74% | - |
| XYZ | 15.11 | 15.18 | 49.71 | - |
| YUV | 93.47 | 181.35 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 111 | 188 | 0.88 | 0.41 | 0 | 0.26 | 208 | 0.78 | 0.41 |
| Hex | 17 | 6F | BC | 58 | 29 | 0 | 1A | D0 | 4E | 29 |
| Octal | 27 | 157 | 274 | 130 | 51 | 0 | 32 | 320 | 116 | 51 |
| Binary | 10111 | 1101111 | 10111100 | 1011000 | 101001 | 0 | 11010 | 11010000 | 1001110 | 101001 |
Color Harmonies of #176FBC
Complementary color
Monochromatic Colors of #176FBC
Black with #176FBC
Text Example
Text Example
White with #176FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176FBC; }
p { color: rgb(23,111,188); }
H1.HeaderClassName
{
color: #176FBC;
}
.AnyTagClassName
{
color: #176FBC;
}
</style>
background-color css
<style>
a { background-color: #176FBC; }
a { background-color: rgb(23,111,188); }
div.DivClassName
{
background-color: #176FBC;
}
.BgClassName
{
background-color: #176FBC;
}
</style>
border-color css
<style>
span { border-color: #176FBC; }
span { border-color: rgb(23,111,188); }
td.TdClassName
{
border-color: #176FBC;
}
.TagClassName
{
border-color: #176FBC;
}
</style>