Shades of Denim #1060AE
Tints of Denim #1060AE
RGB
CMYK
RGB Variations
Color information
#1060AE (or 0x1060AE) is known color: Denim. HEX triplet: 10, 60 and AE. RGB value is (16,96,174). Sum of RGB (Red+Green+Blue) = 16+96+174=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #1060AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1060AE is #EF9F51. Grayscale: #505050. Windows color (decimal): -15703890 or 11427856. OLE color: 11427856.
HSL color Cylindrical-coordinate representation of color #1060AE: hue angle of 209.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1060AE is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 96 | 174 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.32 |
| HSL | 209.62º | 0.83% | 0.37% | - |
| HSV(B) | 209.62º | 0.91% | 0.68% | - |
| XYZ | 12.04 | 11.53 | 41.64 | - |
| YUV | 80.97 | 180.5 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 174 | 0.91 | 0.45 | 0 | 0.32 | 209.62 | 0.83 | 0.37 |
| Hex | 10 | 60 | AE | 5B | 2D | 0 | 20 | D2 | 53 | 25 |
| Octal | 20 | 140 | 256 | 133 | 55 | 0 | 40 | 322 | 123 | 45 |
| Binary | 10000 | 1100000 | 10101110 | 1011011 | 101101 | 0 | 100000 | 11010010 | 1010011 | 100101 |
Color Harmonies of #1060AE
Complementary color
Monochromatic Colors of #1060AE
Black with #1060AE
Text Example
Text Example
White with #1060AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1060AE; }
p { color: rgb(16,96,174); }
H1.HeaderClassName
{
color: #1060AE;
}
.AnyTagClassName
{
color: #1060AE;
}
</style>
background-color css
<style>
a { background-color: #1060AE; }
a { background-color: rgb(16,96,174); }
div.DivClassName
{
background-color: #1060AE;
}
.BgClassName
{
background-color: #1060AE;
}
</style>
border-color css
<style>
span { border-color: #1060AE; }
span { border-color: rgb(16,96,174); }
td.TdClassName
{
border-color: #1060AE;
}
.TagClassName
{
border-color: #1060AE;
}
</style>