Shades of Denim #1D5ECC
Tints of Denim #1D5ECC
RGB
CMYK
RGB Variations
Color information
#1D5ECC (or 0x1D5ECC) is known color: Denim. HEX triplet: 1D, 5E and CC. RGB value is (29,94,204). Sum of RGB (Red+Green+Blue) = 29+94+204=327 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.87% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D5ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5ECC is #E2A133. Grayscale: #565656. Windows color (decimal): -14852404 or 13393437. OLE color: 13393437.
HSL color Cylindrical-coordinate representation of color #1D5ECC: hue angle of 217.71º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D5ECC is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 94 | 204 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.2 |
| HSL | 217.71º | 0.75% | 0.46% | - |
| HSV(B) | 217.71º | 0.86% | 0.8% | - |
| XYZ | 15.41 | 12.63 | 58.75 | - |
| YUV | 87.11 | 193.97 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 94 | 204 | 0.86 | 0.54 | 0 | 0.2 | 217.71 | 0.75 | 0.46 |
| Hex | 1D | 5E | CC | 56 | 36 | 0 | 14 | DA | 4B | 2E |
| Octal | 35 | 136 | 314 | 126 | 66 | 0 | 24 | 332 | 113 | 56 |
| Binary | 11101 | 1011110 | 11001100 | 1010110 | 110110 | 0 | 10100 | 11011010 | 1001011 | 101110 |
Color Harmonies of #1D5ECC
Complementary color
Monochromatic Colors of #1D5ECC
Black with #1D5ECC
Text Example
Text Example
White with #1D5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5ECC; }
p { color: rgb(29,94,204); }
H1.HeaderClassName
{
color: #1D5ECC;
}
.AnyTagClassName
{
color: #1D5ECC;
}
</style>
background-color css
<style>
a { background-color: #1D5ECC; }
a { background-color: rgb(29,94,204); }
div.DivClassName
{
background-color: #1D5ECC;
}
.BgClassName
{
background-color: #1D5ECC;
}
</style>
border-color css
<style>
span { border-color: #1D5ECC; }
span { border-color: rgb(29,94,204); }
td.TdClassName
{
border-color: #1D5ECC;
}
.TagClassName
{
border-color: #1D5ECC;
}
</style>