Shades of Denim #1D5DB3
Tints of Denim #1D5DB3
RGB
CMYK
RGB Variations
Color information
#1D5DB3 (or 0x1D5DB3) is known color: Denim. HEX triplet: 1D, 5D and B3. RGB value is (29,93,179). Sum of RGB (Red+Green+Blue) = 29+93+179=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 179 (70.31% from 255 or 59.47% from 301); Max value from RGB is 179 - color contains mainly: blue. Hex color #1D5DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5DB3 is #E2A24C. Grayscale: #535353. Windows color (decimal): -14852685 or 11754781. OLE color: 11754781.
HSL color Cylindrical-coordinate representation of color #1D5DB3: hue angle of 214.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D5DB3 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 93 | 179 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.30 |
| HSL | 214.4º | 0.72% | 0.41% | - |
| HSV(B) | 214.4º | 0.84% | 0.7% | - |
| XYZ | 12.56 | 11.34 | 44.18 | - |
| YUV | 83.67 | 181.8 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 93 | 179 | 0.84 | 0.48 | 0 | 0.30 | 214.4 | 0.72 | 0.41 |
| Hex | 1D | 5D | B3 | 54 | 30 | 0 | 1E | D6 | 48 | 29 |
| Octal | 35 | 135 | 263 | 124 | 60 | 0 | 36 | 326 | 110 | 51 |
| Binary | 11101 | 1011101 | 10110011 | 1010100 | 110000 | 0 | 11110 | 11010110 | 1001000 | 101001 |
Color Harmonies of #1D5DB3
Complementary color
Monochromatic Colors of #1D5DB3
Black with #1D5DB3
Text Example
Text Example
White with #1D5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5DB3; }
p { color: rgb(29,93,179); }
H1.HeaderClassName
{
color: #1D5DB3;
}
.AnyTagClassName
{
color: #1D5DB3;
}
</style>
background-color css
<style>
a { background-color: #1D5DB3; }
a { background-color: rgb(29,93,179); }
div.DivClassName
{
background-color: #1D5DB3;
}
.BgClassName
{
background-color: #1D5DB3;
}
</style>
border-color css
<style>
span { border-color: #1D5DB3; }
span { border-color: rgb(29,93,179); }
td.TdClassName
{
border-color: #1D5DB3;
}
.TagClassName
{
border-color: #1D5DB3;
}
</style>