Shades of Denim #1D5DB4
Tints of Denim #1D5DB4
RGB
CMYK
RGB Variations
Color information
#1D5DB4 (or 0x1D5DB4) is known color: Denim. HEX triplet: 1D, 5D and B4. RGB value is (29,93,180). Sum of RGB (Red+Green+Blue) = 29+93+180=302 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.60% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 180 (70.70% from 255 or 59.60% from 302); Max value from RGB is 180 - color contains mainly: blue. Hex color #1D5DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5DB4 is #E2A24B. Grayscale: #535353. Windows color (decimal): -14852684 or 11820317. OLE color: 11820317.
HSL color Cylindrical-coordinate representation of color #1D5DB4: hue angle of 214.57º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D5DB4 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 93 | 180 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.29 |
| HSL | 214.57º | 0.72% | 0.41% | - |
| HSV(B) | 214.57º | 0.84% | 0.71% | - |
| XYZ | 12.66 | 11.39 | 44.71 | - |
| YUV | 83.78 | 182.3 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 93 | 180 | 0.84 | 0.48 | 0 | 0.29 | 214.57 | 0.72 | 0.41 |
| Hex | 1D | 5D | B4 | 54 | 30 | 0 | 1D | D7 | 48 | 29 |
| Octal | 35 | 135 | 264 | 124 | 60 | 0 | 35 | 327 | 110 | 51 |
| Binary | 11101 | 1011101 | 10110100 | 1010100 | 110000 | 0 | 11101 | 11010111 | 1001000 | 101001 |
Color Harmonies of #1D5DB4
Complementary color
Monochromatic Colors of #1D5DB4
Black with #1D5DB4
Text Example
Text Example
White with #1D5DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5DB4; }
p { color: rgb(29,93,180); }
H1.HeaderClassName
{
color: #1D5DB4;
}
.AnyTagClassName
{
color: #1D5DB4;
}
</style>
background-color css
<style>
a { background-color: #1D5DB4; }
a { background-color: rgb(29,93,180); }
div.DivClassName
{
background-color: #1D5DB4;
}
.BgClassName
{
background-color: #1D5DB4;
}
</style>
border-color css
<style>
span { border-color: #1D5DB4; }
span { border-color: rgb(29,93,180); }
td.TdClassName
{
border-color: #1D5DB4;
}
.TagClassName
{
border-color: #1D5DB4;
}
</style>