Shades of Denim #1066B7
Tints of Denim #1066B7
RGB
CMYK
RGB Variations
Color information
#1066B7 (or 0x1066B7) is known color: Denim. HEX triplet: 10, 66 and B7. RGB value is (16,102,183). Sum of RGB (Red+Green+Blue) = 16+102+183=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 183 (71.88% from 255 or 60.80% from 301); Max value from RGB is 183 - color contains mainly: blue. Hex color #1066B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1066B7 is #EF9948. Grayscale: #555555. Windows color (decimal): -15702345 or 12019216. OLE color: 12019216.
HSL color Cylindrical-coordinate representation of color #1066B7: hue angle of 209.1º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1066B7 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 102 | 183 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.28 |
| HSL | 209.1º | 0.84% | 0.39% | - |
| HSV(B) | 209.1º | 0.91% | 0.72% | - |
| XYZ | 13.51 | 13.03 | 46.6 | - |
| YUV | 85.52 | 183.01 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 183 | 0.91 | 0.44 | 0 | 0.28 | 209.1 | 0.84 | 0.39 |
| Hex | 10 | 66 | B7 | 5B | 2C | 0 | 1C | D1 | 54 | 27 |
| Octal | 20 | 146 | 267 | 133 | 54 | 0 | 34 | 321 | 124 | 47 |
| Binary | 10000 | 1100110 | 10110111 | 1011011 | 101100 | 0 | 11100 | 11010001 | 1010100 | 100111 |
Color Harmonies of #1066B7
Complementary color
Monochromatic Colors of #1066B7
Black with #1066B7
Text Example
Text Example
White with #1066B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1066B7; }
p { color: rgb(16,102,183); }
H1.HeaderClassName
{
color: #1066B7;
}
.AnyTagClassName
{
color: #1066B7;
}
</style>
background-color css
<style>
a { background-color: #1066B7; }
a { background-color: rgb(16,102,183); }
div.DivClassName
{
background-color: #1066B7;
}
.BgClassName
{
background-color: #1066B7;
}
</style>
border-color css
<style>
span { border-color: #1066B7; }
span { border-color: rgb(16,102,183); }
td.TdClassName
{
border-color: #1066B7;
}
.TagClassName
{
border-color: #1066B7;
}
</style>