Shades of Denim #1059D1
Tints of Denim #1059D1
RGB
CMYK
RGB Variations
Color information
#1059D1 (or 0x1059D1) is known color: Denim. HEX triplet: 10, 59 and D1. RGB value is (16,89,209). Sum of RGB (Red+Green+Blue) = 16+89+209=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 209 (82.03% from 255 or 66.56% from 314); Max value from RGB is 209 - color contains mainly: blue. Hex color #1059D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1059D1 is #EFA62E. Grayscale: #505050. Windows color (decimal): -15705647 or 13719824. OLE color: 13719824.
HSL color Cylindrical-coordinate representation of color #1059D1: hue angle of 217.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1059D1 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 89 | 209 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.18 |
| HSL | 217.31º | 0.86% | 0.44% | - |
| HSV(B) | 217.31º | 0.92% | 0.82% | - |
| XYZ | 15.29 | 11.86 | 61.8 | - |
| YUV | 80.85 | 200.32 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 209 | 0.92 | 0.57 | 0 | 0.18 | 217.31 | 0.86 | 0.44 |
| Hex | 10 | 59 | D1 | 5C | 39 | 0 | 12 | D9 | 56 | 2C |
| Octal | 20 | 131 | 321 | 134 | 71 | 0 | 22 | 331 | 126 | 54 |
| Binary | 10000 | 1011001 | 11010001 | 1011100 | 111001 | 0 | 10010 | 11011001 | 1010110 | 101100 |
Color Harmonies of #1059D1
Complementary color
Monochromatic Colors of #1059D1
Black with #1059D1
Text Example
Text Example
White with #1059D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1059D1; }
p { color: rgb(16,89,209); }
H1.HeaderClassName
{
color: #1059D1;
}
.AnyTagClassName
{
color: #1059D1;
}
</style>
background-color css
<style>
a { background-color: #1059D1; }
a { background-color: rgb(16,89,209); }
div.DivClassName
{
background-color: #1059D1;
}
.BgClassName
{
background-color: #1059D1;
}
</style>
border-color css
<style>
span { border-color: #1059D1; }
span { border-color: rgb(16,89,209); }
td.TdClassName
{
border-color: #1059D1;
}
.TagClassName
{
border-color: #1059D1;
}
</style>