Shades of Denim #1059BE
Tints of Denim #1059BE
RGB
CMYK
RGB Variations
Color information
#1059BE (or 0x1059BE) is known color: Denim. HEX triplet: 10, 59 and BE. RGB value is (16,89,190). Sum of RGB (Red+Green+Blue) = 16+89+190=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #1059BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1059BE is #EFA641. Grayscale: #4E4E4E. Windows color (decimal): -15705666 or 12474640. OLE color: 12474640.
HSL color Cylindrical-coordinate representation of color #1059BE: hue angle of 214.83º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1059BE is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 89 | 190 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.25 |
| HSL | 214.83º | 0.84% | 0.4% | - |
| HSV(B) | 214.83º | 0.92% | 0.75% | - |
| XYZ | 13.08 | 10.97 | 50.14 | - |
| YUV | 78.69 | 190.82 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 190 | 0.92 | 0.53 | 0 | 0.25 | 214.83 | 0.84 | 0.4 |
| Hex | 10 | 59 | BE | 5C | 35 | 0 | 19 | D7 | 54 | 28 |
| Octal | 20 | 131 | 276 | 134 | 65 | 0 | 31 | 327 | 124 | 50 |
| Binary | 10000 | 1011001 | 10111110 | 1011100 | 110101 | 0 | 11001 | 11010111 | 1010100 | 101000 |
Color Harmonies of #1059BE
Complementary color
Monochromatic Colors of #1059BE
Black with #1059BE
Text Example
Text Example
White with #1059BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1059BE; }
p { color: rgb(16,89,190); }
H1.HeaderClassName
{
color: #1059BE;
}
.AnyTagClassName
{
color: #1059BE;
}
</style>
background-color css
<style>
a { background-color: #1059BE; }
a { background-color: rgb(16,89,190); }
div.DivClassName
{
background-color: #1059BE;
}
.BgClassName
{
background-color: #1059BE;
}
</style>
border-color css
<style>
span { border-color: #1059BE; }
span { border-color: rgb(16,89,190); }
td.TdClassName
{
border-color: #1059BE;
}
.TagClassName
{
border-color: #1059BE;
}
</style>