Shades of Denim #1D6BCF
Tints of Denim #1D6BCF
RGB
CMYK
RGB Variations
Color information
#1D6BCF (or 0x1D6BCF) is known color: Denim. HEX triplet: 1D, 6B and CF. RGB value is (29,107,207). Sum of RGB (Red+Green+Blue) = 29+107+207=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #1D6BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6BCF is #E29430. Grayscale: #5E5E5E. Windows color (decimal): -14849073 or 13593373. OLE color: 13593373.
HSL color Cylindrical-coordinate representation of color #1D6BCF: hue angle of 213.71º 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 #1D6BCF is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 107 | 207 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.19 |
| HSL | 213.71º | 0.75% | 0.46% | - |
| HSV(B) | 213.71º | 0.86% | 0.81% | - |
| XYZ | 17.03 | 15.28 | 61.08 | - |
| YUV | 95.08 | 191.16 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 107 | 207 | 0.86 | 0.48 | 0 | 0.19 | 213.71 | 0.75 | 0.46 |
| Hex | 1D | 6B | CF | 56 | 30 | 0 | 13 | D6 | 4B | 2E |
| Octal | 35 | 153 | 317 | 126 | 60 | 0 | 23 | 326 | 113 | 56 |
| Binary | 11101 | 1101011 | 11001111 | 1010110 | 110000 | 0 | 10011 | 11010110 | 1001011 | 101110 |
Color Harmonies of #1D6BCF
Complementary color
Monochromatic Colors of #1D6BCF
Black with #1D6BCF
Text Example
Text Example
White with #1D6BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6BCF; }
p { color: rgb(29,107,207); }
H1.HeaderClassName
{
color: #1D6BCF;
}
.AnyTagClassName
{
color: #1D6BCF;
}
</style>
background-color css
<style>
a { background-color: #1D6BCF; }
a { background-color: rgb(29,107,207); }
div.DivClassName
{
background-color: #1D6BCF;
}
.BgClassName
{
background-color: #1D6BCF;
}
</style>
border-color css
<style>
span { border-color: #1D6BCF; }
span { border-color: rgb(29,107,207); }
td.TdClassName
{
border-color: #1D6BCF;
}
.TagClassName
{
border-color: #1D6BCF;
}
</style>