Shades of Denim #1062A7
Tints of Denim #1062A7
RGB
CMYK
RGB Variations
Color information
#1062A7 (or 0x1062A7) is known color: Denim. HEX triplet: 10, 62 and A7. RGB value is (16,98,167). Sum of RGB (Red+Green+Blue) = 16+98+167=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 167 (65.62% from 255 or 59.43% from 281); Max value from RGB is 167 - color contains mainly: blue. Hex color #1062A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1062A7 is #EF9D58. Grayscale: #505050. Windows color (decimal): -15703385 or 10969616. OLE color: 10969616.
HSL color Cylindrical-coordinate representation of color #1062A7: hue angle of 207.42º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1062A7 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 98 | 167 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.35 |
| HSL | 207.42º | 0.83% | 0.36% | - |
| HSV(B) | 207.42º | 0.9% | 0.65% | - |
| XYZ | 11.56 | 11.64 | 38.2 | - |
| YUV | 81.35 | 176.33 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 167 | 0.90 | 0.41 | 0 | 0.35 | 207.42 | 0.83 | 0.36 |
| Hex | 10 | 62 | A7 | 5A | 29 | 0 | 23 | CF | 53 | 24 |
| Octal | 20 | 142 | 247 | 132 | 51 | 0 | 43 | 317 | 123 | 44 |
| Binary | 10000 | 1100010 | 10100111 | 1011010 | 101001 | 0 | 100011 | 11001111 | 1010011 | 100100 |
Color Harmonies of #1062A7
Complementary color
Monochromatic Colors of #1062A7
Black with #1062A7
Text Example
Text Example
White with #1062A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1062A7; }
p { color: rgb(16,98,167); }
H1.HeaderClassName
{
color: #1062A7;
}
.AnyTagClassName
{
color: #1062A7;
}
</style>
background-color css
<style>
a { background-color: #1062A7; }
a { background-color: rgb(16,98,167); }
div.DivClassName
{
background-color: #1062A7;
}
.BgClassName
{
background-color: #1062A7;
}
</style>
border-color css
<style>
span { border-color: #1062A7; }
span { border-color: rgb(16,98,167); }
td.TdClassName
{
border-color: #1062A7;
}
.TagClassName
{
border-color: #1062A7;
}
</style>