Shades of Denim #1062AD
Tints of Denim #1062AD
RGB
CMYK
RGB Variations
Color information
#1062AD (or 0x1062AD) is known color: Denim. HEX triplet: 10, 62 and AD. RGB value is (16,98,173). Sum of RGB (Red+Green+Blue) = 16+98+173=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #1062AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1062AD is #EF9D52. Grayscale: #515151. Windows color (decimal): -15703379 or 11362832. OLE color: 11362832.
HSL color Cylindrical-coordinate representation of color #1062AD: hue angle of 208.66º 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 #1062AD is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 98 | 173 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.32 |
| HSL | 208.66º | 0.83% | 0.37% | - |
| HSV(B) | 208.66º | 0.91% | 0.68% | - |
| XYZ | 12.12 | 11.86 | 41.19 | - |
| YUV | 82.03 | 179.33 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 173 | 0.91 | 0.43 | 0 | 0.32 | 208.66 | 0.83 | 0.37 |
| Hex | 10 | 62 | AD | 5B | 2B | 0 | 20 | D1 | 53 | 25 |
| Octal | 20 | 142 | 255 | 133 | 53 | 0 | 40 | 321 | 123 | 45 |
| Binary | 10000 | 1100010 | 10101101 | 1011011 | 101011 | 0 | 100000 | 11010001 | 1010011 | 100101 |
Color Harmonies of #1062AD
Complementary color
Monochromatic Colors of #1062AD
Black with #1062AD
Text Example
Text Example
White with #1062AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1062AD; }
p { color: rgb(16,98,173); }
H1.HeaderClassName
{
color: #1062AD;
}
.AnyTagClassName
{
color: #1062AD;
}
</style>
background-color css
<style>
a { background-color: #1062AD; }
a { background-color: rgb(16,98,173); }
div.DivClassName
{
background-color: #1062AD;
}
.BgClassName
{
background-color: #1062AD;
}
</style>
border-color css
<style>
span { border-color: #1062AD; }
span { border-color: rgb(16,98,173); }
td.TdClassName
{
border-color: #1062AD;
}
.TagClassName
{
border-color: #1062AD;
}
</style>