Shades of Denim #1059BA
Tints of Denim #1059BA
RGB
CMYK
RGB Variations
Color information
#1059BA (or 0x1059BA) is known color: Denim. HEX triplet: 10, 59 and BA. RGB value is (16,89,186). Sum of RGB (Red+Green+Blue) = 16+89+186=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #1059BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1059BA is #EFA645. Grayscale: #4D4D4D. Windows color (decimal): -15705670 or 12212496. OLE color: 12212496.
HSL color Cylindrical-coordinate representation of color #1059BA: hue angle of 214.24º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1059BA is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 89 | 186 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.27 |
| HSL | 214.24º | 0.84% | 0.4% | - |
| HSV(B) | 214.24º | 0.91% | 0.73% | - |
| XYZ | 12.65 | 10.8 | 47.87 | - |
| YUV | 78.23 | 188.82 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 186 | 0.91 | 0.52 | 0 | 0.27 | 214.24 | 0.84 | 0.4 |
| Hex | 10 | 59 | BA | 5B | 34 | 0 | 1B | D6 | 54 | 28 |
| Octal | 20 | 131 | 272 | 133 | 64 | 0 | 33 | 326 | 124 | 50 |
| Binary | 10000 | 1011001 | 10111010 | 1011011 | 110100 | 0 | 11011 | 11010110 | 1010100 | 101000 |
Color Harmonies of #1059BA
Complementary color
Monochromatic Colors of #1059BA
Black with #1059BA
Text Example
Text Example
White with #1059BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1059BA; }
p { color: rgb(16,89,186); }
H1.HeaderClassName
{
color: #1059BA;
}
.AnyTagClassName
{
color: #1059BA;
}
</style>
background-color css
<style>
a { background-color: #1059BA; }
a { background-color: rgb(16,89,186); }
div.DivClassName
{
background-color: #1059BA;
}
.BgClassName
{
background-color: #1059BA;
}
</style>
border-color css
<style>
span { border-color: #1059BA; }
span { border-color: rgb(16,89,186); }
td.TdClassName
{
border-color: #1059BA;
}
.TagClassName
{
border-color: #1059BA;
}
</style>