Shades of Denim #1071C0
Tints of Denim #1071C0
RGB
CMYK
RGB Variations
Color information
#1071C0 (or 0x1071C0) is known color: Denim. HEX triplet: 10, 71 and C0. RGB value is (16,113,192). Sum of RGB (Red+Green+Blue) = 16+113+192=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 192 (75.39% from 255 or 59.81% from 321); Max value from RGB is 192 - color contains mainly: blue. Hex color #1071C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1071C0 is #EF8E3F. Grayscale: #5C5C5C. Windows color (decimal): -15699520 or 12611856. OLE color: 12611856.
HSL color Cylindrical-coordinate representation of color #1071C0: hue angle of 206.93º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1071C0 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 113 | 192 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.25 |
| HSL | 206.93º | 0.85% | 0.41% | - |
| HSV(B) | 206.93º | 0.92% | 0.75% | - |
| XYZ | 15.63 | 15.73 | 52.08 | - |
| YUV | 93 | 183.86 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 113 | 192 | 0.92 | 0.41 | 0 | 0.25 | 206.93 | 0.85 | 0.41 |
| Hex | 10 | 71 | C0 | 5C | 29 | 0 | 19 | CF | 55 | 29 |
| Octal | 20 | 161 | 300 | 134 | 51 | 0 | 31 | 317 | 125 | 51 |
| Binary | 10000 | 1110001 | 11000000 | 1011100 | 101001 | 0 | 11001 | 11001111 | 1010101 | 101001 |
Color Harmonies of #1071C0
Complementary color
Monochromatic Colors of #1071C0
Black with #1071C0
Text Example
Text Example
White with #1071C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1071C0; }
p { color: rgb(16,113,192); }
H1.HeaderClassName
{
color: #1071C0;
}
.AnyTagClassName
{
color: #1071C0;
}
</style>
background-color css
<style>
a { background-color: #1071C0; }
a { background-color: rgb(16,113,192); }
div.DivClassName
{
background-color: #1071C0;
}
.BgClassName
{
background-color: #1071C0;
}
</style>
border-color css
<style>
span { border-color: #1071C0; }
span { border-color: rgb(16,113,192); }
td.TdClassName
{
border-color: #1071C0;
}
.TagClassName
{
border-color: #1071C0;
}
</style>