Shades of Denim #1C70CD
Tints of Denim #1C70CD
RGB
CMYK
RGB Variations
Color information
#1C70CD (or 0x1C70CD) is known color: Denim. HEX triplet: 1C, 70 and CD. RGB value is (28,112,205). Sum of RGB (Red+Green+Blue) = 28+112+205=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C70CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C70CD is #E38F32. Grayscale: #616161. Windows color (decimal): -14913331 or 13463580. OLE color: 13463580.
HSL color Cylindrical-coordinate representation of color #1C70CD: hue angle of 211.53º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C70CD is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 112 | 205 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.20 |
| HSL | 211.53º | 0.76% | 0.46% | - |
| HSV(B) | 211.53º | 0.86% | 0.8% | - |
| XYZ | 17.29 | 16.24 | 59.98 | - |
| YUV | 97.49 | 188.67 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 112 | 205 | 0.86 | 0.45 | 0 | 0.20 | 211.53 | 0.76 | 0.46 |
| Hex | 1C | 70 | CD | 56 | 2D | 0 | 14 | D4 | 4C | 2E |
| Octal | 34 | 160 | 315 | 126 | 55 | 0 | 24 | 324 | 114 | 56 |
| Binary | 11100 | 1110000 | 11001101 | 1010110 | 101101 | 0 | 10100 | 11010100 | 1001100 | 101110 |
Color Harmonies of #1C70CD
Complementary color
Monochromatic Colors of #1C70CD
Black with #1C70CD
Text Example
Text Example
White with #1C70CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C70CD; }
p { color: rgb(28,112,205); }
H1.HeaderClassName
{
color: #1C70CD;
}
.AnyTagClassName
{
color: #1C70CD;
}
</style>
background-color css
<style>
a { background-color: #1C70CD; }
a { background-color: rgb(28,112,205); }
div.DivClassName
{
background-color: #1C70CD;
}
.BgClassName
{
background-color: #1C70CD;
}
</style>
border-color css
<style>
span { border-color: #1C70CD; }
span { border-color: rgb(28,112,205); }
td.TdClassName
{
border-color: #1C70CD;
}
.TagClassName
{
border-color: #1C70CD;
}
</style>