Shades of Denim #1D5CAF
Tints of Denim #1D5CAF
RGB
CMYK
RGB Variations
Color information
#1D5CAF (or 0x1D5CAF) is known color: Denim. HEX triplet: 1D, 5C and AF. RGB value is (29,92,175). Sum of RGB (Red+Green+Blue) = 29+92+175=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D5CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5CAF is #E2A350. Grayscale: #525252. Windows color (decimal): -14852945 or 11492381. OLE color: 11492381.
HSL color Cylindrical-coordinate representation of color #1D5CAF: hue angle of 214.11º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D5CAF is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 92 | 175 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.31 |
| HSL | 214.11º | 0.72% | 0.4% | - |
| HSV(B) | 214.11º | 0.83% | 0.69% | - |
| XYZ | 12.07 | 11.01 | 42.05 | - |
| YUV | 82.63 | 180.13 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 92 | 175 | 0.83 | 0.47 | 0 | 0.31 | 214.11 | 0.72 | 0.4 |
| Hex | 1D | 5C | AF | 53 | 2F | 0 | 1F | D6 | 48 | 28 |
| Octal | 35 | 134 | 257 | 123 | 57 | 0 | 37 | 326 | 110 | 50 |
| Binary | 11101 | 1011100 | 10101111 | 1010011 | 101111 | 0 | 11111 | 11010110 | 1001000 | 101000 |
Color Harmonies of #1D5CAF
Complementary color
Monochromatic Colors of #1D5CAF
Black with #1D5CAF
Text Example
Text Example
White with #1D5CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5CAF; }
p { color: rgb(29,92,175); }
H1.HeaderClassName
{
color: #1D5CAF;
}
.AnyTagClassName
{
color: #1D5CAF;
}
</style>
background-color css
<style>
a { background-color: #1D5CAF; }
a { background-color: rgb(29,92,175); }
div.DivClassName
{
background-color: #1D5CAF;
}
.BgClassName
{
background-color: #1D5CAF;
}
</style>
border-color css
<style>
span { border-color: #1D5CAF; }
span { border-color: rgb(29,92,175); }
td.TdClassName
{
border-color: #1D5CAF;
}
.TagClassName
{
border-color: #1D5CAF;
}
</style>