Shades of Denim #1D64D6
Tints of Denim #1D64D6
RGB
CMYK
RGB Variations
Color information
#1D64D6 (or 0x1D64D6) is known color: Denim. HEX triplet: 1D, 64 and D6. RGB value is (29,100,214). Sum of RGB (Red+Green+Blue) = 29+100+214=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 214 (83.98% from 255 or 62.39% from 343); Max value from RGB is 214 - color contains mainly: blue. Hex color #1D64D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D64D6 is #E29B29. Grayscale: #5B5B5B. Windows color (decimal): -14850858 or 14050333. OLE color: 14050333.
HSL color Cylindrical-coordinate representation of color #1D64D6: hue angle of 216.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D64D6 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 100 | 214 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.16 |
| HSL | 216.97º | 0.76% | 0.48% | - |
| HSV(B) | 216.97º | 0.86% | 0.84% | - |
| XYZ | 17.2 | 14.23 | 65.46 | - |
| YUV | 91.77 | 196.98 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 100 | 214 | 0.86 | 0.53 | 0 | 0.16 | 216.97 | 0.76 | 0.48 |
| Hex | 1D | 64 | D6 | 56 | 35 | 0 | 10 | D9 | 4C | 30 |
| Octal | 35 | 144 | 326 | 126 | 65 | 0 | 20 | 331 | 114 | 60 |
| Binary | 11101 | 1100100 | 11010110 | 1010110 | 110101 | 0 | 10000 | 11011001 | 1001100 | 110000 |
Color Harmonies of #1D64D6
Complementary color
Monochromatic Colors of #1D64D6
Black with #1D64D6
Text Example
Text Example
White with #1D64D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D64D6; }
p { color: rgb(29,100,214); }
H1.HeaderClassName
{
color: #1D64D6;
}
.AnyTagClassName
{
color: #1D64D6;
}
</style>
background-color css
<style>
a { background-color: #1D64D6; }
a { background-color: rgb(29,100,214); }
div.DivClassName
{
background-color: #1D64D6;
}
.BgClassName
{
background-color: #1D64D6;
}
</style>
border-color css
<style>
span { border-color: #1D64D6; }
span { border-color: rgb(29,100,214); }
td.TdClassName
{
border-color: #1D64D6;
}
.TagClassName
{
border-color: #1D64D6;
}
</style>