Shades of Denim #1D6BDB
Tints of Denim #1D6BDB
RGB
CMYK
RGB Variations
Color information
#1D6BDB (or 0x1D6BDB) is known color: Denim. HEX triplet: 1D, 6B and DB. RGB value is (29,107,219). Sum of RGB (Red+Green+Blue) = 29+107+219=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D6BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6BDB is #E29424. Grayscale: #5F5F5F. Windows color (decimal): -14849061 or 14379805. OLE color: 14379805.
HSL color Cylindrical-coordinate representation of color #1D6BDB: hue angle of 215.37º 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 #1D6BDB is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 107 | 219 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.14 |
| HSL | 215.37º | 0.77% | 0.49% | - |
| HSV(B) | 215.37º | 0.87% | 0.86% | - |
| XYZ | 18.55 | 15.89 | 69.11 | - |
| YUV | 96.45 | 197.16 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 107 | 219 | 0.87 | 0.51 | 0 | 0.14 | 215.37 | 0.77 | 0.49 |
| Hex | 1D | 6B | DB | 57 | 33 | 0 | E | D7 | 4D | 31 |
| Octal | 35 | 153 | 333 | 127 | 63 | 0 | 16 | 327 | 115 | 61 |
| Binary | 11101 | 1101011 | 11011011 | 1010111 | 110011 | 0 | 1110 | 11010111 | 1001101 | 110001 |
Color Harmonies of #1D6BDB
Complementary color
Monochromatic Colors of #1D6BDB
Black with #1D6BDB
Text Example
Text Example
White with #1D6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6BDB; }
p { color: rgb(29,107,219); }
H1.HeaderClassName
{
color: #1D6BDB;
}
.AnyTagClassName
{
color: #1D6BDB;
}
</style>
background-color css
<style>
a { background-color: #1D6BDB; }
a { background-color: rgb(29,107,219); }
div.DivClassName
{
background-color: #1D6BDB;
}
.BgClassName
{
background-color: #1D6BDB;
}
</style>
border-color css
<style>
span { border-color: #1D6BDB; }
span { border-color: rgb(29,107,219); }
td.TdClassName
{
border-color: #1D6BDB;
}
.TagClassName
{
border-color: #1D6BDB;
}
</style>