Shades of Denim #1059CD
Tints of Denim #1059CD
RGB
CMYK
RGB Variations
Color information
#1059CD (or 0x1059CD) is known color: Denim. HEX triplet: 10, 59 and CD. RGB value is (16,89,205). Sum of RGB (Red+Green+Blue) = 16+89+205=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #1059CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1059CD is #EFA632. Grayscale: #4F4F4F. Windows color (decimal): -15705651 or 13457680. OLE color: 13457680.
HSL color Cylindrical-coordinate representation of color #1059CD: hue angle of 216.83º degrees, saturation: 0.86, 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 #1059CD is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 89 | 205 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.20 |
| HSL | 216.83º | 0.86% | 0.43% | - |
| HSV(B) | 216.83º | 0.92% | 0.8% | - |
| XYZ | 14.81 | 11.66 | 59.23 | - |
| YUV | 80.4 | 198.32 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 205 | 0.92 | 0.57 | 0 | 0.20 | 216.83 | 0.86 | 0.43 |
| Hex | 10 | 59 | CD | 5C | 39 | 0 | 14 | D9 | 56 | 2B |
| Octal | 20 | 131 | 315 | 134 | 71 | 0 | 24 | 331 | 126 | 53 |
| Binary | 10000 | 1011001 | 11001101 | 1011100 | 111001 | 0 | 10100 | 11011001 | 1010110 | 101011 |
Color Harmonies of #1059CD
Complementary color
Monochromatic Colors of #1059CD
Black with #1059CD
Text Example
Text Example
White with #1059CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1059CD; }
p { color: rgb(16,89,205); }
H1.HeaderClassName
{
color: #1059CD;
}
.AnyTagClassName
{
color: #1059CD;
}
</style>
background-color css
<style>
a { background-color: #1059CD; }
a { background-color: rgb(16,89,205); }
div.DivClassName
{
background-color: #1059CD;
}
.BgClassName
{
background-color: #1059CD;
}
</style>
border-color css
<style>
span { border-color: #1059CD; }
span { border-color: rgb(16,89,205); }
td.TdClassName
{
border-color: #1059CD;
}
.TagClassName
{
border-color: #1059CD;
}
</style>