Shades of Denim #1D6BDC
Tints of Denim #1D6BDC
RGB
CMYK
RGB Variations
Color information
#1D6BDC (or 0x1D6BDC) is known color: Denim. HEX triplet: 1D, 6B and DC. RGB value is (29,107,220). Sum of RGB (Red+Green+Blue) = 29+107+220=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D6BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6BDC is #E29423. Grayscale: #606060. Windows color (decimal): -14849060 or 14445341. OLE color: 14445341.
HSL color Cylindrical-coordinate representation of color #1D6BDC: hue angle of 215.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D6BDC is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 107 | 220 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.14 |
| HSL | 215.5º | 0.77% | 0.49% | - |
| HSV(B) | 215.5º | 0.87% | 0.86% | - |
| XYZ | 18.68 | 15.94 | 69.8 | - |
| YUV | 96.56 | 197.66 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 107 | 220 | 0.87 | 0.51 | 0 | 0.14 | 215.5 | 0.77 | 0.49 |
| Hex | 1D | 6B | DC | 57 | 33 | 0 | E | D7 | 4D | 31 |
| Octal | 35 | 153 | 334 | 127 | 63 | 0 | 16 | 327 | 115 | 61 |
| Binary | 11101 | 1101011 | 11011100 | 1010111 | 110011 | 0 | 1110 | 11010111 | 1001101 | 110001 |
Color Harmonies of #1D6BDC
Complementary color
Monochromatic Colors of #1D6BDC
Black with #1D6BDC
Text Example
Text Example
White with #1D6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6BDC; }
p { color: rgb(29,107,220); }
H1.HeaderClassName
{
color: #1D6BDC;
}
.AnyTagClassName
{
color: #1D6BDC;
}
</style>
background-color css
<style>
a { background-color: #1D6BDC; }
a { background-color: rgb(29,107,220); }
div.DivClassName
{
background-color: #1D6BDC;
}
.BgClassName
{
background-color: #1D6BDC;
}
</style>
border-color css
<style>
span { border-color: #1D6BDC; }
span { border-color: rgb(29,107,220); }
td.TdClassName
{
border-color: #1D6BDC;
}
.TagClassName
{
border-color: #1D6BDC;
}
</style>