Shades of Denim #1D6CCF
Tints of Denim #1D6CCF
RGB
CMYK
RGB Variations
Color information
#1D6CCF (or 0x1D6CCF) is known color: Denim. HEX triplet: 1D, 6C and CF. RGB value is (29,108,207). Sum of RGB (Red+Green+Blue) = 29+108+207=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D6CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6CCF is #E29330. Grayscale: #5F5F5F. Windows color (decimal): -14848817 or 13593629. OLE color: 13593629.
HSL color Cylindrical-coordinate representation of color #1D6CCF: hue angle of 213.37º 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 #1D6CCF is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 108 | 207 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.19 |
| HSL | 213.37º | 0.75% | 0.46% | - |
| HSV(B) | 213.37º | 0.86% | 0.81% | - |
| XYZ | 17.13 | 15.49 | 61.12 | - |
| YUV | 95.67 | 190.83 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 108 | 207 | 0.86 | 0.48 | 0 | 0.19 | 213.37 | 0.75 | 0.46 |
| Hex | 1D | 6C | CF | 56 | 30 | 0 | 13 | D5 | 4B | 2E |
| Octal | 35 | 154 | 317 | 126 | 60 | 0 | 23 | 325 | 113 | 56 |
| Binary | 11101 | 1101100 | 11001111 | 1010110 | 110000 | 0 | 10011 | 11010101 | 1001011 | 101110 |
Color Harmonies of #1D6CCF
Complementary color
Monochromatic Colors of #1D6CCF
Black with #1D6CCF
Text Example
Text Example
White with #1D6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6CCF; }
p { color: rgb(29,108,207); }
H1.HeaderClassName
{
color: #1D6CCF;
}
.AnyTagClassName
{
color: #1D6CCF;
}
</style>
background-color css
<style>
a { background-color: #1D6CCF; }
a { background-color: rgb(29,108,207); }
div.DivClassName
{
background-color: #1D6CCF;
}
.BgClassName
{
background-color: #1D6CCF;
}
</style>
border-color css
<style>
span { border-color: #1D6CCF; }
span { border-color: rgb(29,108,207); }
td.TdClassName
{
border-color: #1D6CCF;
}
.TagClassName
{
border-color: #1D6CCF;
}
</style>