Shades of Denim #1D5EAE
Tints of Denim #1D5EAE
RGB
CMYK
RGB Variations
Color information
#1D5EAE (or 0x1D5EAE) is known color: Denim. HEX triplet: 1D, 5E and AE. RGB value is (29,94,174). Sum of RGB (Red+Green+Blue) = 29+94+174=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D5EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5EAE is #E2A151. Grayscale: #535353. Windows color (decimal): -14852434 or 11427357. OLE color: 11427357.
HSL color Cylindrical-coordinate representation of color #1D5EAE: hue angle of 213.1º 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 #1D5EAE is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 94 | 174 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.32 |
| HSL | 213.1º | 0.71% | 0.4% | - |
| HSV(B) | 213.1º | 0.83% | 0.68% | - |
| XYZ | 12.15 | 11.32 | 41.59 | - |
| YUV | 83.69 | 178.97 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 94 | 174 | 0.83 | 0.46 | 0 | 0.32 | 213.1 | 0.71 | 0.4 |
| Hex | 1D | 5E | AE | 53 | 2E | 0 | 20 | D5 | 47 | 28 |
| Octal | 35 | 136 | 256 | 123 | 56 | 0 | 40 | 325 | 107 | 50 |
| Binary | 11101 | 1011110 | 10101110 | 1010011 | 101110 | 0 | 100000 | 11010101 | 1000111 | 101000 |
Color Harmonies of #1D5EAE
Complementary color
Monochromatic Colors of #1D5EAE
Black with #1D5EAE
Text Example
Text Example
White with #1D5EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5EAE; }
p { color: rgb(29,94,174); }
H1.HeaderClassName
{
color: #1D5EAE;
}
.AnyTagClassName
{
color: #1D5EAE;
}
</style>
background-color css
<style>
a { background-color: #1D5EAE; }
a { background-color: rgb(29,94,174); }
div.DivClassName
{
background-color: #1D5EAE;
}
.BgClassName
{
background-color: #1D5EAE;
}
</style>
border-color css
<style>
span { border-color: #1D5EAE; }
span { border-color: rgb(29,94,174); }
td.TdClassName
{
border-color: #1D5EAE;
}
.TagClassName
{
border-color: #1D5EAE;
}
</style>