Shades of Denim #0D70C0
Tints of Denim #0D70C0
RGB
CMYK
RGB Variations
Color information
#0D70C0 (or 0x0D70C0) is known color: Denim. HEX triplet: 0D, 70 and C0. RGB value is (13,112,192). Sum of RGB (Red+Green+Blue) = 13+112+192=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #0D70C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D70C0 is #F28F3F. Grayscale: #5B5B5B. Windows color (decimal): -15896384 or 12611597. OLE color: 12611597.
HSL color Cylindrical-coordinate representation of color #0D70C0: hue angle of 206.82º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D70C0 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 112 | 192 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.25 |
| HSL | 206.82º | 0.87% | 0.4% | - |
| HSV(B) | 206.82º | 0.93% | 0.75% | - |
| XYZ | 15.47 | 15.48 | 52.04 | - |
| YUV | 91.52 | 184.7 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 112 | 192 | 0.93 | 0.42 | 0 | 0.25 | 206.82 | 0.87 | 0.4 |
| Hex | D | 70 | C0 | 5D | 2A | 0 | 19 | CF | 57 | 28 |
| Octal | 15 | 160 | 300 | 135 | 52 | 0 | 31 | 317 | 127 | 50 |
| Binary | 1101 | 1110000 | 11000000 | 1011101 | 101010 | 0 | 11001 | 11001111 | 1010111 | 101000 |
Color Harmonies of #0D70C0
Complementary color
Monochromatic Colors of #0D70C0
Black with #0D70C0
Text Example
Text Example
White with #0D70C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D70C0; }
p { color: rgb(13,112,192); }
H1.HeaderClassName
{
color: #0D70C0;
}
.AnyTagClassName
{
color: #0D70C0;
}
</style>
background-color css
<style>
a { background-color: #0D70C0; }
a { background-color: rgb(13,112,192); }
div.DivClassName
{
background-color: #0D70C0;
}
.BgClassName
{
background-color: #0D70C0;
}
</style>
border-color css
<style>
span { border-color: #0D70C0; }
span { border-color: rgb(13,112,192); }
td.TdClassName
{
border-color: #0D70C0;
}
.TagClassName
{
border-color: #0D70C0;
}
</style>