Shades of Denim #1D5DDC
Tints of Denim #1D5DDC
RGB
CMYK
RGB Variations
Color information
#1D5DDC (or 0x1D5DDC) is known color: Denim. HEX triplet: 1D, 5D and DC. RGB value is (29,93,220). Sum of RGB (Red+Green+Blue) = 29+93+220=342 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.48% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D5DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5DDC is #E2A223. Grayscale: #575757. Windows color (decimal): -14852644 or 14441757. OLE color: 14441757.
HSL color Cylindrical-coordinate representation of color #1D5DDC: hue angle of 219.9º 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 #1D5DDC is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 93 | 220 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.14 |
| HSL | 219.9º | 0.77% | 0.49% | - |
| HSV(B) | 219.9º | 0.87% | 0.86% | - |
| XYZ | 17.34 | 13.26 | 69.36 | - |
| YUV | 88.34 | 202.3 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 93 | 220 | 0.87 | 0.58 | 0 | 0.14 | 219.9 | 0.77 | 0.49 |
| Hex | 1D | 5D | DC | 57 | 3A | 0 | E | DC | 4D | 31 |
| Octal | 35 | 135 | 334 | 127 | 72 | 0 | 16 | 334 | 115 | 61 |
| Binary | 11101 | 1011101 | 11011100 | 1010111 | 111010 | 0 | 1110 | 11011100 | 1001101 | 110001 |
Color Harmonies of #1D5DDC
Complementary color
Monochromatic Colors of #1D5DDC
Black with #1D5DDC
Text Example
Text Example
White with #1D5DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5DDC; }
p { color: rgb(29,93,220); }
H1.HeaderClassName
{
color: #1D5DDC;
}
.AnyTagClassName
{
color: #1D5DDC;
}
</style>
background-color css
<style>
a { background-color: #1D5DDC; }
a { background-color: rgb(29,93,220); }
div.DivClassName
{
background-color: #1D5DDC;
}
.BgClassName
{
background-color: #1D5DDC;
}
</style>
border-color css
<style>
span { border-color: #1D5DDC; }
span { border-color: rgb(29,93,220); }
td.TdClassName
{
border-color: #1D5DDC;
}
.TagClassName
{
border-color: #1D5DDC;
}
</style>