Shades of Denim #1060C1
Tints of Denim #1060C1
RGB
CMYK
RGB Variations
Color information
#1060C1 (or 0x1060C1) is known color: Denim. HEX triplet: 10, 60 and C1. RGB value is (16,96,193). Sum of RGB (Red+Green+Blue) = 16+96+193=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #1060C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1060C1 is #EF9F3E. Grayscale: #525252. Windows color (decimal): -15703871 or 12673040. OLE color: 12673040.
HSL color Cylindrical-coordinate representation of color #1060C1: hue angle of 212.88º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1060C1 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 96 | 193 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.24 |
| HSL | 212.88º | 0.85% | 0.41% | - |
| HSV(B) | 212.88º | 0.92% | 0.76% | - |
| XYZ | 14.02 | 12.33 | 52.09 | - |
| YUV | 83.14 | 190 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 193 | 0.92 | 0.50 | 0 | 0.24 | 212.88 | 0.85 | 0.41 |
| Hex | 10 | 60 | C1 | 5C | 32 | 0 | 18 | D5 | 55 | 29 |
| Octal | 20 | 140 | 301 | 134 | 62 | 0 | 30 | 325 | 125 | 51 |
| Binary | 10000 | 1100000 | 11000001 | 1011100 | 110010 | 0 | 11000 | 11010101 | 1010101 | 101001 |
Color Harmonies of #1060C1
Complementary color
Monochromatic Colors of #1060C1
Black with #1060C1
Text Example
Text Example
White with #1060C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1060C1; }
p { color: rgb(16,96,193); }
H1.HeaderClassName
{
color: #1060C1;
}
.AnyTagClassName
{
color: #1060C1;
}
</style>
background-color css
<style>
a { background-color: #1060C1; }
a { background-color: rgb(16,96,193); }
div.DivClassName
{
background-color: #1060C1;
}
.BgClassName
{
background-color: #1060C1;
}
</style>
border-color css
<style>
span { border-color: #1060C1; }
span { border-color: rgb(16,96,193); }
td.TdClassName
{
border-color: #1060C1;
}
.TagClassName
{
border-color: #1060C1;
}
</style>