Shades of Denim #1D7DCB
Tints of Denim #1D7DCB
RGB
CMYK
RGB Variations
Color information
#1D7DCB (or 0x1D7DCB) is known color: Denim. HEX triplet: 1D, 7D and CB. RGB value is (29,125,203). Sum of RGB (Red+Green+Blue) = 29+125+203=357 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.12% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D7DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7DCB is #E28234. Grayscale: #686868. Windows color (decimal): -14844469 or 13335837. OLE color: 13335837.
HSL color Cylindrical-coordinate representation of color #1D7DCB: hue angle of 206.9º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D7DCB is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 125 | 203 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.20 |
| HSL | 206.9º | 0.75% | 0.45% | - |
| HSV(B) | 206.9º | 0.86% | 0.8% | - |
| XYZ | 18.62 | 19.24 | 59.23 | - |
| YUV | 105.19 | 183.2 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 125 | 203 | 0.86 | 0.38 | 0 | 0.20 | 206.9 | 0.75 | 0.45 |
| Hex | 1D | 7D | CB | 56 | 26 | 0 | 14 | CF | 4B | 2D |
| Octal | 35 | 175 | 313 | 126 | 46 | 0 | 24 | 317 | 113 | 55 |
| Binary | 11101 | 1111101 | 11001011 | 1010110 | 100110 | 0 | 10100 | 11001111 | 1001011 | 101101 |
Color Harmonies of #1D7DCB
Complementary color
Monochromatic Colors of #1D7DCB
Black with #1D7DCB
Text Example
Text Example
White with #1D7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7DCB; }
p { color: rgb(29,125,203); }
H1.HeaderClassName
{
color: #1D7DCB;
}
.AnyTagClassName
{
color: #1D7DCB;
}
</style>
background-color css
<style>
a { background-color: #1D7DCB; }
a { background-color: rgb(29,125,203); }
div.DivClassName
{
background-color: #1D7DCB;
}
.BgClassName
{
background-color: #1D7DCB;
}
</style>
border-color css
<style>
span { border-color: #1D7DCB; }
span { border-color: rgb(29,125,203); }
td.TdClassName
{
border-color: #1D7DCB;
}
.TagClassName
{
border-color: #1D7DCB;
}
</style>