Shades of Denim #1D6ACC
Tints of Denim #1D6ACC
RGB
CMYK
RGB Variations
Color information
#1D6ACC (or 0x1D6ACC) is known color: Denim. HEX triplet: 1D, 6A and CC. RGB value is (29,106,204). Sum of RGB (Red+Green+Blue) = 29+106+204=339 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.55% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D6ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6ACC is #E29533. Grayscale: #5D5D5D. Windows color (decimal): -14849332 or 13396509. OLE color: 13396509.
HSL color Cylindrical-coordinate representation of color #1D6ACC: hue angle of 213.6º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D6ACC is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 106 | 204 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.2 |
| HSL | 213.6º | 0.75% | 0.46% | - |
| HSV(B) | 213.6º | 0.86% | 0.8% | - |
| XYZ | 16.56 | 14.93 | 59.14 | - |
| YUV | 94.15 | 189.99 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 106 | 204 | 0.86 | 0.48 | 0 | 0.2 | 213.6 | 0.75 | 0.46 |
| Hex | 1D | 6A | CC | 56 | 30 | 0 | 14 | D6 | 4B | 2E |
| Octal | 35 | 152 | 314 | 126 | 60 | 0 | 24 | 326 | 113 | 56 |
| Binary | 11101 | 1101010 | 11001100 | 1010110 | 110000 | 0 | 10100 | 11010110 | 1001011 | 101110 |
Color Harmonies of #1D6ACC
Complementary color
Monochromatic Colors of #1D6ACC
Black with #1D6ACC
Text Example
Text Example
White with #1D6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6ACC; }
p { color: rgb(29,106,204); }
H1.HeaderClassName
{
color: #1D6ACC;
}
.AnyTagClassName
{
color: #1D6ACC;
}
</style>
background-color css
<style>
a { background-color: #1D6ACC; }
a { background-color: rgb(29,106,204); }
div.DivClassName
{
background-color: #1D6ACC;
}
.BgClassName
{
background-color: #1D6ACC;
}
</style>
border-color css
<style>
span { border-color: #1D6ACC; }
span { border-color: rgb(29,106,204); }
td.TdClassName
{
border-color: #1D6ACC;
}
.TagClassName
{
border-color: #1D6ACC;
}
</style>