Shades of Denim #1064BE
Tints of Denim #1064BE
RGB
CMYK
RGB Variations
Color information
#1064BE (or 0x1064BE) is known color: Denim. HEX triplet: 10, 64 and BE. RGB value is (16,100,190). Sum of RGB (Red+Green+Blue) = 16+100+190=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #1064BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1064BE is #EF9B41. Grayscale: #545454. Windows color (decimal): -15702850 or 12477456. OLE color: 12477456.
HSL color Cylindrical-coordinate representation of color #1064BE: hue angle of 211.03º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1064BE is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 100 | 190 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.25 |
| HSL | 211.03º | 0.84% | 0.4% | - |
| HSV(B) | 211.03º | 0.92% | 0.75% | - |
| XYZ | 14.07 | 12.94 | 50.47 | - |
| YUV | 85.14 | 187.17 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 190 | 0.92 | 0.47 | 0 | 0.25 | 211.03 | 0.84 | 0.4 |
| Hex | 10 | 64 | BE | 5C | 2F | 0 | 19 | D3 | 54 | 28 |
| Octal | 20 | 144 | 276 | 134 | 57 | 0 | 31 | 323 | 124 | 50 |
| Binary | 10000 | 1100100 | 10111110 | 1011100 | 101111 | 0 | 11001 | 11010011 | 1010100 | 101000 |
Color Harmonies of #1064BE
Complementary color
Monochromatic Colors of #1064BE
Black with #1064BE
Text Example
Text Example
White with #1064BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1064BE; }
p { color: rgb(16,100,190); }
H1.HeaderClassName
{
color: #1064BE;
}
.AnyTagClassName
{
color: #1064BE;
}
</style>
background-color css
<style>
a { background-color: #1064BE; }
a { background-color: rgb(16,100,190); }
div.DivClassName
{
background-color: #1064BE;
}
.BgClassName
{
background-color: #1064BE;
}
</style>
border-color css
<style>
span { border-color: #1064BE; }
span { border-color: rgb(16,100,190); }
td.TdClassName
{
border-color: #1064BE;
}
.TagClassName
{
border-color: #1064BE;
}
</style>