Shades of Denim #1C71CC
Tints of Denim #1C71CC
RGB
CMYK
RGB Variations
Color information
#1C71CC (or 0x1C71CC) is known color: Denim. HEX triplet: 1C, 71 and CC. RGB value is (28,113,204). Sum of RGB (Red+Green+Blue) = 28+113+204=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C71CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C71CC is #E38E33. Grayscale: #616161. Windows color (decimal): -14913076 or 13398300. OLE color: 13398300.
HSL color Cylindrical-coordinate representation of color #1C71CC: hue angle of 211.02º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C71CC is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 113 | 204 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.2 |
| HSL | 211.02º | 0.76% | 0.45% | - |
| HSV(B) | 211.02º | 0.86% | 0.8% | - |
| XYZ | 17.28 | 16.42 | 59.38 | - |
| YUV | 97.96 | 187.84 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 113 | 204 | 0.86 | 0.45 | 0 | 0.2 | 211.02 | 0.76 | 0.45 |
| Hex | 1C | 71 | CC | 56 | 2D | 0 | 14 | D3 | 4C | 2D |
| Octal | 34 | 161 | 314 | 126 | 55 | 0 | 24 | 323 | 114 | 55 |
| Binary | 11100 | 1110001 | 11001100 | 1010110 | 101101 | 0 | 10100 | 11010011 | 1001100 | 101101 |
Color Harmonies of #1C71CC
Complementary color
Monochromatic Colors of #1C71CC
Black with #1C71CC
Text Example
Text Example
White with #1C71CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C71CC; }
p { color: rgb(28,113,204); }
H1.HeaderClassName
{
color: #1C71CC;
}
.AnyTagClassName
{
color: #1C71CC;
}
</style>
background-color css
<style>
a { background-color: #1C71CC; }
a { background-color: rgb(28,113,204); }
div.DivClassName
{
background-color: #1C71CC;
}
.BgClassName
{
background-color: #1C71CC;
}
</style>
border-color css
<style>
span { border-color: #1C71CC; }
span { border-color: rgb(28,113,204); }
td.TdClassName
{
border-color: #1C71CC;
}
.TagClassName
{
border-color: #1C71CC;
}
</style>