Shades of Denim #1D6ECC
Tints of Denim #1D6ECC
RGB
CMYK
RGB Variations
Color information
#1D6ECC (or 0x1D6ECC) is known color: Denim. HEX triplet: 1D, 6E and CC. RGB value is (29,110,204). Sum of RGB (Red+Green+Blue) = 29+110+204=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D6ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6ECC is #E29133. Grayscale: #606060. Windows color (decimal): -14848308 or 13397533. OLE color: 13397533.
HSL color Cylindrical-coordinate representation of color #1D6ECC: hue angle of 212.23º 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 #1D6ECC is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 110 | 204 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.2 |
| HSL | 212.23º | 0.75% | 0.46% | - |
| HSV(B) | 212.23º | 0.86% | 0.8% | - |
| XYZ | 16.98 | 15.77 | 59.28 | - |
| YUV | 96.5 | 188.66 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 110 | 204 | 0.86 | 0.46 | 0 | 0.2 | 212.23 | 0.75 | 0.46 |
| Hex | 1D | 6E | CC | 56 | 2E | 0 | 14 | D4 | 4B | 2E |
| Octal | 35 | 156 | 314 | 126 | 56 | 0 | 24 | 324 | 113 | 56 |
| Binary | 11101 | 1101110 | 11001100 | 1010110 | 101110 | 0 | 10100 | 11010100 | 1001011 | 101110 |
Color Harmonies of #1D6ECC
Complementary color
Monochromatic Colors of #1D6ECC
Black with #1D6ECC
Text Example
Text Example
White with #1D6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6ECC; }
p { color: rgb(29,110,204); }
H1.HeaderClassName
{
color: #1D6ECC;
}
.AnyTagClassName
{
color: #1D6ECC;
}
</style>
background-color css
<style>
a { background-color: #1D6ECC; }
a { background-color: rgb(29,110,204); }
div.DivClassName
{
background-color: #1D6ECC;
}
.BgClassName
{
background-color: #1D6ECC;
}
</style>
border-color css
<style>
span { border-color: #1D6ECC; }
span { border-color: rgb(29,110,204); }
td.TdClassName
{
border-color: #1D6ECC;
}
.TagClassName
{
border-color: #1D6ECC;
}
</style>