Shades of Denim #1060CC
Tints of Denim #1060CC
RGB
CMYK
RGB Variations
Color information
#1060CC (or 0x1060CC) is known color: Denim. HEX triplet: 10, 60 and CC. RGB value is (16,96,204). Sum of RGB (Red+Green+Blue) = 16+96+204=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #1060CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1060CC is #EF9F33. Grayscale: #535353. Windows color (decimal): -15703860 or 13393936. OLE color: 13393936.
HSL color Cylindrical-coordinate representation of color #1060CC: hue angle of 214.47º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1060CC is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 96 | 204 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.2 |
| HSL | 214.47º | 0.85% | 0.43% | - |
| HSV(B) | 214.47º | 0.92% | 0.8% | - |
| XYZ | 15.3 | 12.84 | 58.8 | - |
| YUV | 84.39 | 195.5 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 204 | 0.92 | 0.53 | 0 | 0.2 | 214.47 | 0.85 | 0.43 |
| Hex | 10 | 60 | CC | 5C | 35 | 0 | 14 | D6 | 55 | 2B |
| Octal | 20 | 140 | 314 | 134 | 65 | 0 | 24 | 326 | 125 | 53 |
| Binary | 10000 | 1100000 | 11001100 | 1011100 | 110101 | 0 | 10100 | 11010110 | 1010101 | 101011 |
Color Harmonies of #1060CC
Complementary color
Monochromatic Colors of #1060CC
Black with #1060CC
Text Example
Text Example
White with #1060CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1060CC; }
p { color: rgb(16,96,204); }
H1.HeaderClassName
{
color: #1060CC;
}
.AnyTagClassName
{
color: #1060CC;
}
</style>
background-color css
<style>
a { background-color: #1060CC; }
a { background-color: rgb(16,96,204); }
div.DivClassName
{
background-color: #1060CC;
}
.BgClassName
{
background-color: #1060CC;
}
</style>
border-color css
<style>
span { border-color: #1060CC; }
span { border-color: rgb(16,96,204); }
td.TdClassName
{
border-color: #1060CC;
}
.TagClassName
{
border-color: #1060CC;
}
</style>