Shades of Denim #1C74CD
Tints of Denim #1C74CD
RGB
CMYK
RGB Variations
Color information
#1C74CD (or 0x1C74CD) is known color: Denim. HEX triplet: 1C, 74 and CD. RGB value is (28,116,205). Sum of RGB (Red+Green+Blue) = 28+116+205=349 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.02% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C74CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C74CD is #E38B32. Grayscale: #636363. Windows color (decimal): -14912307 or 13464604. OLE color: 13464604.
HSL color Cylindrical-coordinate representation of color #1C74CD: hue angle of 210.17º 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 #1C74CD is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 116 | 205 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.20 |
| HSL | 210.17º | 0.76% | 0.46% | - |
| HSV(B) | 210.17º | 0.86% | 0.8% | - |
| XYZ | 17.74 | 17.15 | 60.13 | - |
| YUV | 99.83 | 187.35 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 116 | 205 | 0.86 | 0.43 | 0 | 0.20 | 210.17 | 0.76 | 0.46 |
| Hex | 1C | 74 | CD | 56 | 2B | 0 | 14 | D2 | 4C | 2E |
| Octal | 34 | 164 | 315 | 126 | 53 | 0 | 24 | 322 | 114 | 56 |
| Binary | 11100 | 1110100 | 11001101 | 1010110 | 101011 | 0 | 10100 | 11010010 | 1001100 | 101110 |
Color Harmonies of #1C74CD
Complementary color
Monochromatic Colors of #1C74CD
Black with #1C74CD
Text Example
Text Example
White with #1C74CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C74CD; }
p { color: rgb(28,116,205); }
H1.HeaderClassName
{
color: #1C74CD;
}
.AnyTagClassName
{
color: #1C74CD;
}
</style>
background-color css
<style>
a { background-color: #1C74CD; }
a { background-color: rgb(28,116,205); }
div.DivClassName
{
background-color: #1C74CD;
}
.BgClassName
{
background-color: #1C74CD;
}
</style>
border-color css
<style>
span { border-color: #1C74CD; }
span { border-color: rgb(28,116,205); }
td.TdClassName
{
border-color: #1C74CD;
}
.TagClassName
{
border-color: #1C74CD;
}
</style>