Shades of Denim #1D70C4
Tints of Denim #1D70C4
RGB
CMYK
RGB Variations
Color information
#1D70C4 (or 0x1D70C4) is known color: Denim. HEX triplet: 1D, 70 and C4. RGB value is (29,112,196). Sum of RGB (Red+Green+Blue) = 29+112+196=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 196 (76.95% from 255 or 58.16% from 337); Max value from RGB is 196 - color contains mainly: blue. Hex color #1D70C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D70C4 is #E28F3B. Grayscale: #606060. Windows color (decimal): -14847804 or 12873757. OLE color: 12873757.
HSL color Cylindrical-coordinate representation of color #1D70C4: hue angle of 210.18º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D70C4 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 112 | 196 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.23 |
| HSL | 210.18º | 0.74% | 0.44% | - |
| HSV(B) | 210.18º | 0.85% | 0.77% | - |
| XYZ | 16.26 | 15.84 | 54.42 | - |
| YUV | 96.76 | 184 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 112 | 196 | 0.85 | 0.43 | 0 | 0.23 | 210.18 | 0.74 | 0.44 |
| Hex | 1D | 70 | C4 | 55 | 2B | 0 | 17 | D2 | 4A | 2C |
| Octal | 35 | 160 | 304 | 125 | 53 | 0 | 27 | 322 | 112 | 54 |
| Binary | 11101 | 1110000 | 11000100 | 1010101 | 101011 | 0 | 10111 | 11010010 | 1001010 | 101100 |
Color Harmonies of #1D70C4
Complementary color
Monochromatic Colors of #1D70C4
Black with #1D70C4
Text Example
Text Example
White with #1D70C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D70C4; }
p { color: rgb(29,112,196); }
H1.HeaderClassName
{
color: #1D70C4;
}
.AnyTagClassName
{
color: #1D70C4;
}
</style>
background-color css
<style>
a { background-color: #1D70C4; }
a { background-color: rgb(29,112,196); }
div.DivClassName
{
background-color: #1D70C4;
}
.BgClassName
{
background-color: #1D70C4;
}
</style>
border-color css
<style>
span { border-color: #1D70C4; }
span { border-color: rgb(29,112,196); }
td.TdClassName
{
border-color: #1D70C4;
}
.TagClassName
{
border-color: #1D70C4;
}
</style>