Shades of Denim #1066AE
Tints of Denim #1066AE
RGB
CMYK
RGB Variations
Color information
#1066AE (or 0x1066AE) is known color: Denim. HEX triplet: 10, 66 and AE. RGB value is (16,102,174). Sum of RGB (Red+Green+Blue) = 16+102+174=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #1066AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1066AE is #EF9951. Grayscale: #545454. Windows color (decimal): -15702354 or 11429392. OLE color: 11429392.
HSL color Cylindrical-coordinate representation of color #1066AE: hue angle of 207.34º 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 #1066AE is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 102 | 174 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.32 |
| HSL | 207.34º | 0.83% | 0.37% | - |
| HSV(B) | 207.34º | 0.91% | 0.68% | - |
| XYZ | 12.61 | 12.67 | 41.83 | - |
| YUV | 84.49 | 178.51 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 174 | 0.91 | 0.41 | 0 | 0.32 | 207.34 | 0.83 | 0.37 |
| Hex | 10 | 66 | AE | 5B | 29 | 0 | 20 | CF | 53 | 25 |
| Octal | 20 | 146 | 256 | 133 | 51 | 0 | 40 | 317 | 123 | 45 |
| Binary | 10000 | 1100110 | 10101110 | 1011011 | 101001 | 0 | 100000 | 11001111 | 1010011 | 100101 |
Color Harmonies of #1066AE
Complementary color
Monochromatic Colors of #1066AE
Black with #1066AE
Text Example
Text Example
White with #1066AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1066AE; }
p { color: rgb(16,102,174); }
H1.HeaderClassName
{
color: #1066AE;
}
.AnyTagClassName
{
color: #1066AE;
}
</style>
background-color css
<style>
a { background-color: #1066AE; }
a { background-color: rgb(16,102,174); }
div.DivClassName
{
background-color: #1066AE;
}
.BgClassName
{
background-color: #1066AE;
}
</style>
border-color css
<style>
span { border-color: #1066AE; }
span { border-color: rgb(16,102,174); }
td.TdClassName
{
border-color: #1066AE;
}
.TagClassName
{
border-color: #1066AE;
}
</style>