Shades of Denim #1C7ECC
Tints of Denim #1C7ECC
RGB
CMYK
RGB Variations
Color information
#1C7ECC (or 0x1C7ECC) is known color: Denim. HEX triplet: 1C, 7E and CC. RGB value is (28,126,204). Sum of RGB (Red+Green+Blue) = 28+126+204=358 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.82% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C7ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7ECC is #E38133. Grayscale: #696969. Windows color (decimal): -14909748 or 13401628. OLE color: 13401628.
HSL color Cylindrical-coordinate representation of color #1C7ECC: hue angle of 206.59º 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 #1C7ECC is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 126 | 204 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.2 |
| HSL | 206.59º | 0.76% | 0.45% | - |
| HSV(B) | 206.59º | 0.86% | 0.8% | - |
| XYZ | 18.84 | 19.53 | 59.9 | - |
| YUV | 105.59 | 183.53 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 126 | 204 | 0.86 | 0.38 | 0 | 0.2 | 206.59 | 0.76 | 0.45 |
| Hex | 1C | 7E | CC | 56 | 26 | 0 | 14 | CF | 4C | 2D |
| Octal | 34 | 176 | 314 | 126 | 46 | 0 | 24 | 317 | 114 | 55 |
| Binary | 11100 | 1111110 | 11001100 | 1010110 | 100110 | 0 | 10100 | 11001111 | 1001100 | 101101 |
Color Harmonies of #1C7ECC
Complementary color
Monochromatic Colors of #1C7ECC
Black with #1C7ECC
Text Example
Text Example
White with #1C7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7ECC; }
p { color: rgb(28,126,204); }
H1.HeaderClassName
{
color: #1C7ECC;
}
.AnyTagClassName
{
color: #1C7ECC;
}
</style>
background-color css
<style>
a { background-color: #1C7ECC; }
a { background-color: rgb(28,126,204); }
div.DivClassName
{
background-color: #1C7ECC;
}
.BgClassName
{
background-color: #1C7ECC;
}
</style>
border-color css
<style>
span { border-color: #1C7ECC; }
span { border-color: rgb(28,126,204); }
td.TdClassName
{
border-color: #1C7ECC;
}
.TagClassName
{
border-color: #1C7ECC;
}
</style>