Shades of Denim #1064A7
Tints of Denim #1064A7
RGB
CMYK
RGB Variations
Color information
#1064A7 (or 0x1064A7) is known color: Denim. HEX triplet: 10, 64 and A7. RGB value is (16,100,167). Sum of RGB (Red+Green+Blue) = 16+100+167=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 167 (65.62% from 255 or 59.01% from 283); Max value from RGB is 167 - color contains mainly: blue. Hex color #1064A7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1064A7 is #EF9B58. Grayscale: #525252. Windows color (decimal): -15702873 or 10970128. OLE color: 10970128.
HSL color Cylindrical-coordinate representation of color #1064A7: hue angle of 206.62º 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 #1064A7 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 100 | 167 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.35 |
| HSL | 206.62º | 0.83% | 0.36% | - |
| HSV(B) | 206.62º | 0.9% | 0.65% | - |
| XYZ | 11.75 | 12.01 | 38.26 | - |
| YUV | 82.52 | 175.67 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 167 | 0.90 | 0.40 | 0 | 0.35 | 206.62 | 0.83 | 0.36 |
| Hex | 10 | 64 | A7 | 5A | 28 | 0 | 23 | CF | 53 | 24 |
| Octal | 20 | 144 | 247 | 132 | 50 | 0 | 43 | 317 | 123 | 44 |
| Binary | 10000 | 1100100 | 10100111 | 1011010 | 101000 | 0 | 100011 | 11001111 | 1010011 | 100100 |
Color Harmonies of #1064A7
Complementary color
Monochromatic Colors of #1064A7
Black with #1064A7
Text Example
Text Example
White with #1064A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1064A7; }
p { color: rgb(16,100,167); }
H1.HeaderClassName
{
color: #1064A7;
}
.AnyTagClassName
{
color: #1064A7;
}
</style>
background-color css
<style>
a { background-color: #1064A7; }
a { background-color: rgb(16,100,167); }
div.DivClassName
{
background-color: #1064A7;
}
.BgClassName
{
background-color: #1064A7;
}
</style>
border-color css
<style>
span { border-color: #1064A7; }
span { border-color: rgb(16,100,167); }
td.TdClassName
{
border-color: #1064A7;
}
.TagClassName
{
border-color: #1064A7;
}
</style>