Shades of Denim #1061B2
Tints of Denim #1061B2
RGB
CMYK
RGB Variations
Color information
#1061B2 (or 0x1061B2) is known color: Denim. HEX triplet: 10, 61 and B2. RGB value is (16,97,178). Sum of RGB (Red+Green+Blue) = 16+97+178=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 178 (69.92% from 255 or 61.17% from 291); Max value from RGB is 178 - color contains mainly: blue. Hex color #1061B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1061B2 is #EF9E4D. Grayscale: #515151. Windows color (decimal): -15703630 or 11690256. OLE color: 11690256.
HSL color Cylindrical-coordinate representation of color #1061B2: hue angle of 210º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1061B2 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 97 | 178 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.30 |
| HSL | 210º | 0.84% | 0.38% | - |
| HSV(B) | 210º | 0.91% | 0.7% | - |
| XYZ | 12.52 | 11.87 | 43.75 | - |
| YUV | 82.02 | 182.16 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 178 | 0.91 | 0.46 | 0 | 0.30 | 210 | 0.84 | 0.38 |
| Hex | 10 | 61 | B2 | 5B | 2E | 0 | 1E | D2 | 54 | 26 |
| Octal | 20 | 141 | 262 | 133 | 56 | 0 | 36 | 322 | 124 | 46 |
| Binary | 10000 | 1100001 | 10110010 | 1011011 | 101110 | 0 | 11110 | 11010010 | 1010100 | 100110 |
Color Harmonies of #1061B2
Complementary color
Monochromatic Colors of #1061B2
Black with #1061B2
Text Example
Text Example
White with #1061B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1061B2; }
p { color: rgb(16,97,178); }
H1.HeaderClassName
{
color: #1061B2;
}
.AnyTagClassName
{
color: #1061B2;
}
</style>
background-color css
<style>
a { background-color: #1061B2; }
a { background-color: rgb(16,97,178); }
div.DivClassName
{
background-color: #1061B2;
}
.BgClassName
{
background-color: #1061B2;
}
</style>
border-color css
<style>
span { border-color: #1061B2; }
span { border-color: rgb(16,97,178); }
td.TdClassName
{
border-color: #1061B2;
}
.TagClassName
{
border-color: #1061B2;
}
</style>