Shades of Denim #1D59AF
Tints of Denim #1D59AF
RGB
CMYK
RGB Variations
Color information
#1D59AF (or 0x1D59AF) is known color: Denim. HEX triplet: 1D, 59 and AF. RGB value is (29,89,175). Sum of RGB (Red+Green+Blue) = 29+89+175=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D59AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D59AF is #E2A650. Grayscale: #505050. Windows color (decimal): -14853713 or 11491613. OLE color: 11491613.
HSL color Cylindrical-coordinate representation of color #1D59AF: hue angle of 215.34º 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 #1D59AF is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 89 | 175 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.31 |
| HSL | 215.34º | 0.72% | 0.4% | - |
| HSV(B) | 215.34º | 0.83% | 0.69% | - |
| XYZ | 11.82 | 10.5 | 41.96 | - |
| YUV | 80.86 | 181.12 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 89 | 175 | 0.83 | 0.49 | 0 | 0.31 | 215.34 | 0.72 | 0.4 |
| Hex | 1D | 59 | AF | 53 | 31 | 0 | 1F | D7 | 48 | 28 |
| Octal | 35 | 131 | 257 | 123 | 61 | 0 | 37 | 327 | 110 | 50 |
| Binary | 11101 | 1011001 | 10101111 | 1010011 | 110001 | 0 | 11111 | 11010111 | 1001000 | 101000 |
Color Harmonies of #1D59AF
Complementary color
Monochromatic Colors of #1D59AF
Black with #1D59AF
Text Example
Text Example
White with #1D59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D59AF; }
p { color: rgb(29,89,175); }
H1.HeaderClassName
{
color: #1D59AF;
}
.AnyTagClassName
{
color: #1D59AF;
}
</style>
background-color css
<style>
a { background-color: #1D59AF; }
a { background-color: rgb(29,89,175); }
div.DivClassName
{
background-color: #1D59AF;
}
.BgClassName
{
background-color: #1D59AF;
}
</style>
border-color css
<style>
span { border-color: #1D59AF; }
span { border-color: rgb(29,89,175); }
td.TdClassName
{
border-color: #1D59AF;
}
.TagClassName
{
border-color: #1D59AF;
}
</style>