Shades of Denim #1064B3
Tints of Denim #1064B3
RGB
CMYK
RGB Variations
Color information
#1064B3 (or 0x1064B3) is known color: Denim. HEX triplet: 10, 64 and B3. RGB value is (16,100,179). Sum of RGB (Red+Green+Blue) = 16+100+179=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 179 (70.31% from 255 or 60.68% from 295); Max value from RGB is 179 - color contains mainly: blue. Hex color #1064B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1064B3 is #EF9B4C. Grayscale: #535353. Windows color (decimal): -15702861 or 11756560. OLE color: 11756560.
HSL color Cylindrical-coordinate representation of color #1064B3: hue angle of 209.08º 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 #1064B3 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 100 | 179 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.30 |
| HSL | 209.08º | 0.84% | 0.38% | - |
| HSV(B) | 209.08º | 0.91% | 0.7% | - |
| XYZ | 12.91 | 12.48 | 44.38 | - |
| YUV | 83.89 | 181.67 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 179 | 0.91 | 0.44 | 0 | 0.30 | 209.08 | 0.84 | 0.38 |
| Hex | 10 | 64 | B3 | 5B | 2C | 0 | 1E | D1 | 54 | 26 |
| Octal | 20 | 144 | 263 | 133 | 54 | 0 | 36 | 321 | 124 | 46 |
| Binary | 10000 | 1100100 | 10110011 | 1011011 | 101100 | 0 | 11110 | 11010001 | 1010100 | 100110 |
Color Harmonies of #1064B3
Complementary color
Monochromatic Colors of #1064B3
Black with #1064B3
Text Example
Text Example
White with #1064B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1064B3; }
p { color: rgb(16,100,179); }
H1.HeaderClassName
{
color: #1064B3;
}
.AnyTagClassName
{
color: #1064B3;
}
</style>
background-color css
<style>
a { background-color: #1064B3; }
a { background-color: rgb(16,100,179); }
div.DivClassName
{
background-color: #1064B3;
}
.BgClassName
{
background-color: #1064B3;
}
</style>
border-color css
<style>
span { border-color: #1064B3; }
span { border-color: rgb(16,100,179); }
td.TdClassName
{
border-color: #1064B3;
}
.TagClassName
{
border-color: #1064B3;
}
</style>