Shades of Denim #1066B2
Tints of Denim #1066B2
RGB
CMYK
RGB Variations
Color information
#1066B2 (or 0x1066B2) is known color: Denim. HEX triplet: 10, 66 and B2. RGB value is (16,102,178). Sum of RGB (Red+Green+Blue) = 16+102+178=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 178 (69.92% from 255 or 60.14% from 296); Max value from RGB is 178 - color contains mainly: blue. Hex color #1066B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1066B2 is #EF994D. Grayscale: #545454. Windows color (decimal): -15702350 or 11691536. OLE color: 11691536.
HSL color Cylindrical-coordinate representation of color #1066B2: hue angle of 208.15º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1066B2 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 102 | 178 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.30 |
| HSL | 208.15º | 0.84% | 0.38% | - |
| HSV(B) | 208.15º | 0.91% | 0.7% | - |
| XYZ | 13 | 12.83 | 43.91 | - |
| YUV | 84.95 | 180.51 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 178 | 0.91 | 0.43 | 0 | 0.30 | 208.15 | 0.84 | 0.38 |
| Hex | 10 | 66 | B2 | 5B | 2B | 0 | 1E | D0 | 54 | 26 |
| Octal | 20 | 146 | 262 | 133 | 53 | 0 | 36 | 320 | 124 | 46 |
| Binary | 10000 | 1100110 | 10110010 | 1011011 | 101011 | 0 | 11110 | 11010000 | 1010100 | 100110 |
Color Harmonies of #1066B2
Complementary color
Monochromatic Colors of #1066B2
Black with #1066B2
Text Example
Text Example
White with #1066B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1066B2; }
p { color: rgb(16,102,178); }
H1.HeaderClassName
{
color: #1066B2;
}
.AnyTagClassName
{
color: #1066B2;
}
</style>
background-color css
<style>
a { background-color: #1066B2; }
a { background-color: rgb(16,102,178); }
div.DivClassName
{
background-color: #1066B2;
}
.BgClassName
{
background-color: #1066B2;
}
</style>
border-color css
<style>
span { border-color: #1066B2; }
span { border-color: rgb(16,102,178); }
td.TdClassName
{
border-color: #1066B2;
}
.TagClassName
{
border-color: #1066B2;
}
</style>