Shades of Denim #1066AA
Tints of Denim #1066AA
RGB
CMYK
RGB Variations
Color information
#1066AA (or 0x1066AA) is known color: Denim. HEX triplet: 10, 66 and AA. RGB value is (16,102,170). Sum of RGB (Red+Green+Blue) = 16+102+170=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #1066AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1066AA is #EF9955. Grayscale: #535353. Windows color (decimal): -15702358 or 11167248. OLE color: 11167248.
HSL color Cylindrical-coordinate representation of color #1066AA: hue angle of 206.49º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1066AA is Cyan = 0.91, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 102 | 170 | - |
| CMYK | 0.91 | 0.4 | 0 | 0.33 |
| HSL | 206.49º | 0.83% | 0.36% | - |
| HSV(B) | 206.49º | 0.91% | 0.67% | - |
| XYZ | 12.22 | 12.52 | 39.8 | - |
| YUV | 84.04 | 176.51 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 170 | 0.91 | 0.4 | 0 | 0.33 | 206.49 | 0.83 | 0.36 |
| Hex | 10 | 66 | AA | 5B | 28 | 0 | 21 | CE | 53 | 24 |
| Octal | 20 | 146 | 252 | 133 | 50 | 0 | 41 | 316 | 123 | 44 |
| Binary | 10000 | 1100110 | 10101010 | 1011011 | 101000 | 0 | 100001 | 11001110 | 1010011 | 100100 |
Color Harmonies of #1066AA
Complementary color
Monochromatic Colors of #1066AA
Black with #1066AA
Text Example
Text Example
White with #1066AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1066AA; }
p { color: rgb(16,102,170); }
H1.HeaderClassName
{
color: #1066AA;
}
.AnyTagClassName
{
color: #1066AA;
}
</style>
background-color css
<style>
a { background-color: #1066AA; }
a { background-color: rgb(16,102,170); }
div.DivClassName
{
background-color: #1066AA;
}
.BgClassName
{
background-color: #1066AA;
}
</style>
border-color css
<style>
span { border-color: #1066AA; }
span { border-color: rgb(16,102,170); }
td.TdClassName
{
border-color: #1066AA;
}
.TagClassName
{
border-color: #1066AA;
}
</style>