Shades of Denim #1D5EAD
Tints of Denim #1D5EAD
RGB
CMYK
RGB Variations
Color information
#1D5EAD (or 0x1D5EAD) is known color: Denim. HEX triplet: 1D, 5E and AD. RGB value is (29,94,173). Sum of RGB (Red+Green+Blue) = 29+94+173=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D5EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5EAD is #E2A152. Grayscale: #535353. Windows color (decimal): -14852435 or 11361821. OLE color: 11361821.
HSL color Cylindrical-coordinate representation of color #1D5EAD: hue angle of 212.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D5EAD is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 94 | 173 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.32 |
| HSL | 212.92º | 0.71% | 0.4% | - |
| HSV(B) | 212.92º | 0.83% | 0.68% | - |
| XYZ | 12.05 | 11.28 | 41.08 | - |
| YUV | 83.57 | 178.47 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 94 | 173 | 0.83 | 0.46 | 0 | 0.32 | 212.92 | 0.71 | 0.4 |
| Hex | 1D | 5E | AD | 53 | 2E | 0 | 20 | D5 | 47 | 28 |
| Octal | 35 | 136 | 255 | 123 | 56 | 0 | 40 | 325 | 107 | 50 |
| Binary | 11101 | 1011110 | 10101101 | 1010011 | 101110 | 0 | 100000 | 11010101 | 1000111 | 101000 |
Color Harmonies of #1D5EAD
Complementary color
Monochromatic Colors of #1D5EAD
Black with #1D5EAD
Text Example
Text Example
White with #1D5EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5EAD; }
p { color: rgb(29,94,173); }
H1.HeaderClassName
{
color: #1D5EAD;
}
.AnyTagClassName
{
color: #1D5EAD;
}
</style>
background-color css
<style>
a { background-color: #1D5EAD; }
a { background-color: rgb(29,94,173); }
div.DivClassName
{
background-color: #1D5EAD;
}
.BgClassName
{
background-color: #1D5EAD;
}
</style>
border-color css
<style>
span { border-color: #1D5EAD; }
span { border-color: rgb(29,94,173); }
td.TdClassName
{
border-color: #1D5EAD;
}
.TagClassName
{
border-color: #1D5EAD;
}
</style>