Shades of Denim #1D5CDA
Tints of Denim #1D5CDA
RGB
CMYK
RGB Variations
Color information
#1D5CDA (or 0x1D5CDA) is known color: Denim. HEX triplet: 1D, 5C and DA. RGB value is (29,92,218). Sum of RGB (Red+Green+Blue) = 29+92+218=339 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.55% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #1D5CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5CDA is #E2A325. Grayscale: #565656. Windows color (decimal): -14852902 or 14310429. OLE color: 14310429.
HSL color Cylindrical-coordinate representation of color #1D5CDA: hue angle of 220º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D5CDA is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 92 | 218 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.15 |
| HSL | 220º | 0.77% | 0.48% | - |
| HSV(B) | 220º | 0.87% | 0.85% | - |
| XYZ | 16.99 | 12.98 | 67.94 | - |
| YUV | 87.53 | 201.63 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 92 | 218 | 0.87 | 0.58 | 0 | 0.15 | 220 | 0.77 | 0.48 |
| Hex | 1D | 5C | DA | 57 | 3A | 0 | F | DC | 4D | 30 |
| Octal | 35 | 134 | 332 | 127 | 72 | 0 | 17 | 334 | 115 | 60 |
| Binary | 11101 | 1011100 | 11011010 | 1010111 | 111010 | 0 | 1111 | 11011100 | 1001101 | 110000 |
Color Harmonies of #1D5CDA
Complementary color
Monochromatic Colors of #1D5CDA
Black with #1D5CDA
Text Example
Text Example
White with #1D5CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5CDA; }
p { color: rgb(29,92,218); }
H1.HeaderClassName
{
color: #1D5CDA;
}
.AnyTagClassName
{
color: #1D5CDA;
}
</style>
background-color css
<style>
a { background-color: #1D5CDA; }
a { background-color: rgb(29,92,218); }
div.DivClassName
{
background-color: #1D5CDA;
}
.BgClassName
{
background-color: #1D5CDA;
}
</style>
border-color css
<style>
span { border-color: #1D5CDA; }
span { border-color: rgb(29,92,218); }
td.TdClassName
{
border-color: #1D5CDA;
}
.TagClassName
{
border-color: #1D5CDA;
}
</style>