Shades of Denim #1060A1
Tints of Denim #1060A1
RGB
CMYK
RGB Variations
Color information
#1060A1 (or 0x1060A1) is known color: Denim. HEX triplet: 10, 60 and A1. RGB value is (16,96,161). Sum of RGB (Red+Green+Blue) = 16+96+161=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 161 (63.28% from 255 or 58.97% from 273); Max value from RGB is 161 - color contains mainly: blue. Hex color #1060A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1060A1 is #EF9F5E. Grayscale: #4F4F4F. Windows color (decimal): -15703903 or 10575888. OLE color: 10575888.
HSL color Cylindrical-coordinate representation of color #1060A1: hue angle of 206.9º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1060A1 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 96 | 161 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.37 |
| HSL | 206.9º | 0.82% | 0.35% | - |
| HSV(B) | 206.9º | 0.9% | 0.63% | - |
| XYZ | 10.83 | 11.05 | 35.28 | - |
| YUV | 79.49 | 174 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 161 | 0.90 | 0.40 | 0 | 0.37 | 206.9 | 0.82 | 0.35 |
| Hex | 10 | 60 | A1 | 5A | 28 | 0 | 25 | CF | 52 | 23 |
| Octal | 20 | 140 | 241 | 132 | 50 | 0 | 45 | 317 | 122 | 43 |
| Binary | 10000 | 1100000 | 10100001 | 1011010 | 101000 | 0 | 100101 | 11001111 | 1010010 | 100011 |
Color Harmonies of #1060A1
Complementary color
Monochromatic Colors of #1060A1
Black with #1060A1
Text Example
Text Example
White with #1060A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1060A1; }
p { color: rgb(16,96,161); }
H1.HeaderClassName
{
color: #1060A1;
}
.AnyTagClassName
{
color: #1060A1;
}
</style>
background-color css
<style>
a { background-color: #1060A1; }
a { background-color: rgb(16,96,161); }
div.DivClassName
{
background-color: #1060A1;
}
.BgClassName
{
background-color: #1060A1;
}
</style>
border-color css
<style>
span { border-color: #1060A1; }
span { border-color: rgb(16,96,161); }
td.TdClassName
{
border-color: #1060A1;
}
.TagClassName
{
border-color: #1060A1;
}
</style>