Shades of Denim #176ACC
Tints of Denim #176ACC
RGB
CMYK
RGB Variations
Color information
#176ACC (or 0x176ACC) is known color: Denim. HEX triplet: 17, 6A and CC. RGB value is (23,106,204). Sum of RGB (Red+Green+Blue) = 23+106+204=333 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.91% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #176ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #176ACC is #E89533. Grayscale: #5B5B5B. Windows color (decimal): -15242548 or 13396503. OLE color: 13396503.
HSL color Cylindrical-coordinate representation of color #176ACC: hue angle of 212.49º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #176ACC is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 106 | 204 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.2 |
| HSL | 212.49º | 0.8% | 0.45% | - |
| HSV(B) | 212.49º | 0.89% | 0.8% | - |
| XYZ | 16.41 | 14.85 | 59.13 | - |
| YUV | 92.36 | 191 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 106 | 204 | 0.89 | 0.48 | 0 | 0.2 | 212.49 | 0.8 | 0.45 |
| Hex | 17 | 6A | CC | 59 | 30 | 0 | 14 | D4 | 50 | 2D |
| Octal | 27 | 152 | 314 | 131 | 60 | 0 | 24 | 324 | 120 | 55 |
| Binary | 10111 | 1101010 | 11001100 | 1011001 | 110000 | 0 | 10100 | 11010100 | 1010000 | 101101 |
Color Harmonies of #176ACC
Complementary color
Monochromatic Colors of #176ACC
Black with #176ACC
Text Example
Text Example
White with #176ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #176ACC; }
p { color: rgb(23,106,204); }
H1.HeaderClassName
{
color: #176ACC;
}
.AnyTagClassName
{
color: #176ACC;
}
</style>
background-color css
<style>
a { background-color: #176ACC; }
a { background-color: rgb(23,106,204); }
div.DivClassName
{
background-color: #176ACC;
}
.BgClassName
{
background-color: #176ACC;
}
</style>
border-color css
<style>
span { border-color: #176ACC; }
span { border-color: rgb(23,106,204); }
td.TdClassName
{
border-color: #176ACC;
}
.TagClassName
{
border-color: #176ACC;
}
</style>