Shades of Denim #1D6DCE
Tints of Denim #1D6DCE
RGB
CMYK
RGB Variations
Color information
#1D6DCE (or 0x1D6DCE) is known color: Denim. HEX triplet: 1D, 6D and CE. RGB value is (29,109,206). Sum of RGB (Red+Green+Blue) = 29+109+206=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D6DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6DCE is #E29231. Grayscale: #5F5F5F. Windows color (decimal): -14848562 or 13528349. OLE color: 13528349.
HSL color Cylindrical-coordinate representation of color #1D6DCE: hue angle of 212.88º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D6DCE is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 109 | 206 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.19 |
| HSL | 212.88º | 0.75% | 0.46% | - |
| HSV(B) | 212.88º | 0.86% | 0.81% | - |
| XYZ | 17.12 | 15.65 | 60.51 | - |
| YUV | 96.14 | 190 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 109 | 206 | 0.86 | 0.47 | 0 | 0.19 | 212.88 | 0.75 | 0.46 |
| Hex | 1D | 6D | CE | 56 | 2F | 0 | 13 | D5 | 4B | 2E |
| Octal | 35 | 155 | 316 | 126 | 57 | 0 | 23 | 325 | 113 | 56 |
| Binary | 11101 | 1101101 | 11001110 | 1010110 | 101111 | 0 | 10011 | 11010101 | 1001011 | 101110 |
Color Harmonies of #1D6DCE
Complementary color
Monochromatic Colors of #1D6DCE
Black with #1D6DCE
Text Example
Text Example
White with #1D6DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6DCE; }
p { color: rgb(29,109,206); }
H1.HeaderClassName
{
color: #1D6DCE;
}
.AnyTagClassName
{
color: #1D6DCE;
}
</style>
background-color css
<style>
a { background-color: #1D6DCE; }
a { background-color: rgb(29,109,206); }
div.DivClassName
{
background-color: #1D6DCE;
}
.BgClassName
{
background-color: #1D6DCE;
}
</style>
border-color css
<style>
span { border-color: #1D6DCE; }
span { border-color: rgb(29,109,206); }
td.TdClassName
{
border-color: #1D6DCE;
}
.TagClassName
{
border-color: #1D6DCE;
}
</style>