Shades of Denim #1066AB
Tints of Denim #1066AB
RGB
CMYK
RGB Variations
Color information
#1066AB (or 0x1066AB) is known color: Denim. HEX triplet: 10, 66 and AB. RGB value is (16,102,171). Sum of RGB (Red+Green+Blue) = 16+102+171=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #1066AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1066AB is #EF9954. Grayscale: #535353. Windows color (decimal): -15702357 or 11232784. OLE color: 11232784.
HSL color Cylindrical-coordinate representation of color #1066AB: hue angle of 206.71º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1066AB is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 102 | 171 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.33 |
| HSL | 206.71º | 0.83% | 0.37% | - |
| HSV(B) | 206.71º | 0.91% | 0.67% | - |
| XYZ | 12.32 | 12.55 | 40.3 | - |
| YUV | 84.15 | 177.01 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 171 | 0.91 | 0.40 | 0 | 0.33 | 206.71 | 0.83 | 0.37 |
| Hex | 10 | 66 | AB | 5B | 28 | 0 | 21 | CF | 53 | 25 |
| Octal | 20 | 146 | 253 | 133 | 50 | 0 | 41 | 317 | 123 | 45 |
| Binary | 10000 | 1100110 | 10101011 | 1011011 | 101000 | 0 | 100001 | 11001111 | 1010011 | 100101 |
Color Harmonies of #1066AB
Complementary color
Monochromatic Colors of #1066AB
Black with #1066AB
Text Example
Text Example
White with #1066AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1066AB; }
p { color: rgb(16,102,171); }
H1.HeaderClassName
{
color: #1066AB;
}
.AnyTagClassName
{
color: #1066AB;
}
</style>
background-color css
<style>
a { background-color: #1066AB; }
a { background-color: rgb(16,102,171); }
div.DivClassName
{
background-color: #1066AB;
}
.BgClassName
{
background-color: #1066AB;
}
</style>
border-color css
<style>
span { border-color: #1066AB; }
span { border-color: rgb(16,102,171); }
td.TdClassName
{
border-color: #1066AB;
}
.TagClassName
{
border-color: #1066AB;
}
</style>