Shades of Denim #1D6DD5
Tints of Denim #1D6DD5
RGB
CMYK
RGB Variations
Color information
#1D6DD5 (or 0x1D6DD5) is known color: Denim. HEX triplet: 1D, 6D and D5. RGB value is (29,109,213). Sum of RGB (Red+Green+Blue) = 29+109+213=351 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.26% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 213 (83.59% from 255 or 60.68% from 351); Max value from RGB is 213 - color contains mainly: blue. Hex color #1D6DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6DD5 is #E2922A. Grayscale: #606060. Windows color (decimal): -14848555 or 13987101. OLE color: 13987101.
HSL color Cylindrical-coordinate representation of color #1D6DD5: hue angle of 213.91º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D6DD5 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 109 | 213 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.16 |
| HSL | 213.91º | 0.76% | 0.47% | - |
| HSV(B) | 213.91º | 0.86% | 0.84% | - |
| XYZ | 17.99 | 16 | 65.09 | - |
| YUV | 96.94 | 193.5 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 109 | 213 | 0.86 | 0.49 | 0 | 0.16 | 213.91 | 0.76 | 0.47 |
| Hex | 1D | 6D | D5 | 56 | 31 | 0 | 10 | D6 | 4C | 2F |
| Octal | 35 | 155 | 325 | 126 | 61 | 0 | 20 | 326 | 114 | 57 |
| Binary | 11101 | 1101101 | 11010101 | 1010110 | 110001 | 0 | 10000 | 11010110 | 1001100 | 101111 |
Color Harmonies of #1D6DD5
Complementary color
Monochromatic Colors of #1D6DD5
Black with #1D6DD5
Text Example
Text Example
White with #1D6DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6DD5; }
p { color: rgb(29,109,213); }
H1.HeaderClassName
{
color: #1D6DD5;
}
.AnyTagClassName
{
color: #1D6DD5;
}
</style>
background-color css
<style>
a { background-color: #1D6DD5; }
a { background-color: rgb(29,109,213); }
div.DivClassName
{
background-color: #1D6DD5;
}
.BgClassName
{
background-color: #1D6DD5;
}
</style>
border-color css
<style>
span { border-color: #1D6DD5; }
span { border-color: rgb(29,109,213); }
td.TdClassName
{
border-color: #1D6DD5;
}
.TagClassName
{
border-color: #1D6DD5;
}
</style>