Shades of Denim #1D71B4
Tints of Denim #1D71B4
RGB
CMYK
RGB Variations
Color information
#1D71B4 (or 0x1D71B4) is known color: Denim. HEX triplet: 1D, 71 and B4. RGB value is (29,113,180). Sum of RGB (Red+Green+Blue) = 29+113+180=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 180 (70.70% from 255 or 55.90% from 322); Max value from RGB is 180 - color contains mainly: blue. Hex color #1D71B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D71B4 is #E28E4B. Grayscale: #5F5F5F. Windows color (decimal): -14847564 or 11825437. OLE color: 11825437.
HSL color Cylindrical-coordinate representation of color #1D71B4: hue angle of 206.62º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D71B4 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 113 | 180 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.29 |
| HSL | 206.62º | 0.72% | 0.41% | - |
| HSV(B) | 206.62º | 0.84% | 0.71% | - |
| XYZ | 14.65 | 15.37 | 45.37 | - |
| YUV | 95.52 | 175.67 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 113 | 180 | 0.84 | 0.37 | 0 | 0.29 | 206.62 | 0.72 | 0.41 |
| Hex | 1D | 71 | B4 | 54 | 25 | 0 | 1D | CF | 48 | 29 |
| Octal | 35 | 161 | 264 | 124 | 45 | 0 | 35 | 317 | 110 | 51 |
| Binary | 11101 | 1110001 | 10110100 | 1010100 | 100101 | 0 | 11101 | 11001111 | 1001000 | 101001 |
Color Harmonies of #1D71B4
Complementary color
Monochromatic Colors of #1D71B4
Black with #1D71B4
Text Example
Text Example
White with #1D71B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D71B4; }
p { color: rgb(29,113,180); }
H1.HeaderClassName
{
color: #1D71B4;
}
.AnyTagClassName
{
color: #1D71B4;
}
</style>
background-color css
<style>
a { background-color: #1D71B4; }
a { background-color: rgb(29,113,180); }
div.DivClassName
{
background-color: #1D71B4;
}
.BgClassName
{
background-color: #1D71B4;
}
</style>
border-color css
<style>
span { border-color: #1D71B4; }
span { border-color: rgb(29,113,180); }
td.TdClassName
{
border-color: #1D71B4;
}
.TagClassName
{
border-color: #1D71B4;
}
</style>