Shades of Denim #1060BD
Tints of Denim #1060BD
RGB
CMYK
RGB Variations
Color information
#1060BD (or 0x1060BD) is known color: Denim. HEX triplet: 10, 60 and BD. RGB value is (16,96,189). Sum of RGB (Red+Green+Blue) = 16+96+189=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #1060BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1060BD is #EF9F42. Grayscale: #525252. Windows color (decimal): -15703875 or 12410896. OLE color: 12410896.
HSL color Cylindrical-coordinate representation of color #1060BD: hue angle of 212.25º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1060BD is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 96 | 189 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.26 |
| HSL | 212.25º | 0.84% | 0.4% | - |
| HSV(B) | 212.25º | 0.92% | 0.74% | - |
| XYZ | 13.58 | 12.15 | 49.77 | - |
| YUV | 82.68 | 188 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 189 | 0.92 | 0.49 | 0 | 0.26 | 212.25 | 0.84 | 0.4 |
| Hex | 10 | 60 | BD | 5C | 31 | 0 | 1A | D4 | 54 | 28 |
| Octal | 20 | 140 | 275 | 134 | 61 | 0 | 32 | 324 | 124 | 50 |
| Binary | 10000 | 1100000 | 10111101 | 1011100 | 110001 | 0 | 11010 | 11010100 | 1010100 | 101000 |
Color Harmonies of #1060BD
Complementary color
Monochromatic Colors of #1060BD
Black with #1060BD
Text Example
Text Example
White with #1060BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1060BD; }
p { color: rgb(16,96,189); }
H1.HeaderClassName
{
color: #1060BD;
}
.AnyTagClassName
{
color: #1060BD;
}
</style>
background-color css
<style>
a { background-color: #1060BD; }
a { background-color: rgb(16,96,189); }
div.DivClassName
{
background-color: #1060BD;
}
.BgClassName
{
background-color: #1060BD;
}
</style>
border-color css
<style>
span { border-color: #1060BD; }
span { border-color: rgb(16,96,189); }
td.TdClassName
{
border-color: #1060BD;
}
.TagClassName
{
border-color: #1060BD;
}
</style>