Shades of Denim #1059CC
Tints of Denim #1059CC
RGB
CMYK
RGB Variations
Color information
#1059CC (or 0x1059CC) is known color: Denim. HEX triplet: 10, 59 and CC. RGB value is (16,89,204). Sum of RGB (Red+Green+Blue) = 16+89+204=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #1059CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1059CC is #EFA633. Grayscale: #4F4F4F. Windows color (decimal): -15705652 or 13392144. OLE color: 13392144.
HSL color Cylindrical-coordinate representation of color #1059CC: hue angle of 216.7º 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 #1059CC is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 89 | 204 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.2 |
| HSL | 216.7º | 0.85% | 0.43% | - |
| HSV(B) | 216.7º | 0.92% | 0.8% | - |
| XYZ | 14.69 | 11.61 | 58.59 | - |
| YUV | 80.28 | 197.82 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 204 | 0.92 | 0.56 | 0 | 0.2 | 216.7 | 0.85 | 0.43 |
| Hex | 10 | 59 | CC | 5C | 38 | 0 | 14 | D9 | 55 | 2B |
| Octal | 20 | 131 | 314 | 134 | 70 | 0 | 24 | 331 | 125 | 53 |
| Binary | 10000 | 1011001 | 11001100 | 1011100 | 111000 | 0 | 10100 | 11011001 | 1010101 | 101011 |
Color Harmonies of #1059CC
Complementary color
Monochromatic Colors of #1059CC
Black with #1059CC
Text Example
Text Example
White with #1059CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1059CC; }
p { color: rgb(16,89,204); }
H1.HeaderClassName
{
color: #1059CC;
}
.AnyTagClassName
{
color: #1059CC;
}
</style>
background-color css
<style>
a { background-color: #1059CC; }
a { background-color: rgb(16,89,204); }
div.DivClassName
{
background-color: #1059CC;
}
.BgClassName
{
background-color: #1059CC;
}
</style>
border-color css
<style>
span { border-color: #1059CC; }
span { border-color: rgb(16,89,204); }
td.TdClassName
{
border-color: #1059CC;
}
.TagClassName
{
border-color: #1059CC;
}
</style>