Shades of Denim #1D5CDC
Tints of Denim #1D5CDC
RGB
CMYK
RGB Variations
Color information
#1D5CDC (or 0x1D5CDC) is known color: Denim. HEX triplet: 1D, 5C and DC. RGB value is (29,92,220). Sum of RGB (Red+Green+Blue) = 29+92+220=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D5CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5CDC is #E2A323. Grayscale: #575757. Windows color (decimal): -14852900 or 14441501. OLE color: 14441501.
HSL color Cylindrical-coordinate representation of color #1D5CDC: hue angle of 220.21º 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 #1D5CDC is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 92 | 220 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.14 |
| HSL | 220.21º | 0.77% | 0.49% | - |
| HSV(B) | 220.21º | 0.87% | 0.86% | - |
| XYZ | 17.25 | 13.08 | 69.33 | - |
| YUV | 87.76 | 202.63 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 92 | 220 | 0.87 | 0.58 | 0 | 0.14 | 220.21 | 0.77 | 0.49 |
| Hex | 1D | 5C | DC | 57 | 3A | 0 | E | DC | 4D | 31 |
| Octal | 35 | 134 | 334 | 127 | 72 | 0 | 16 | 334 | 115 | 61 |
| Binary | 11101 | 1011100 | 11011100 | 1010111 | 111010 | 0 | 1110 | 11011100 | 1001101 | 110001 |
Color Harmonies of #1D5CDC
Complementary color
Monochromatic Colors of #1D5CDC
Black with #1D5CDC
Text Example
Text Example
White with #1D5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5CDC; }
p { color: rgb(29,92,220); }
H1.HeaderClassName
{
color: #1D5CDC;
}
.AnyTagClassName
{
color: #1D5CDC;
}
</style>
background-color css
<style>
a { background-color: #1D5CDC; }
a { background-color: rgb(29,92,220); }
div.DivClassName
{
background-color: #1D5CDC;
}
.BgClassName
{
background-color: #1D5CDC;
}
</style>
border-color css
<style>
span { border-color: #1D5CDC; }
span { border-color: rgb(29,92,220); }
td.TdClassName
{
border-color: #1D5CDC;
}
.TagClassName
{
border-color: #1D5CDC;
}
</style>