Shades of Denim #1C7FC2
Tints of Denim #1C7FC2
RGB
CMYK
RGB Variations
Color information
#1C7FC2 (or 0x1C7FC2) is known color: Denim. HEX triplet: 1C, 7F and C2. RGB value is (28,127,194). Sum of RGB (Red+Green+Blue) = 28+127+194=349 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.02% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 194 (76.17% from 255 or 55.59% from 349); Max value from RGB is 194 - color contains mainly: blue. Hex color #1C7FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7FC2 is #E3803D. Grayscale: #686868. Windows color (decimal): -14909502 or 12746524. OLE color: 12746524.
HSL color Cylindrical-coordinate representation of color #1C7FC2: hue angle of 204.22º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C7FC2 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 127 | 194 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.24 |
| HSL | 204.22º | 0.75% | 0.44% | - |
| HSV(B) | 204.22º | 0.86% | 0.76% | - |
| XYZ | 17.81 | 19.32 | 53.83 | - |
| YUV | 105.04 | 178.2 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 127 | 194 | 0.86 | 0.35 | 0 | 0.24 | 204.22 | 0.75 | 0.44 |
| Hex | 1C | 7F | C2 | 56 | 23 | 0 | 18 | CC | 4B | 2C |
| Octal | 34 | 177 | 302 | 126 | 43 | 0 | 30 | 314 | 113 | 54 |
| Binary | 11100 | 1111111 | 11000010 | 1010110 | 100011 | 0 | 11000 | 11001100 | 1001011 | 101100 |
Color Harmonies of #1C7FC2
Complementary color
Monochromatic Colors of #1C7FC2
Black with #1C7FC2
Text Example
Text Example
White with #1C7FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7FC2; }
p { color: rgb(28,127,194); }
H1.HeaderClassName
{
color: #1C7FC2;
}
.AnyTagClassName
{
color: #1C7FC2;
}
</style>
background-color css
<style>
a { background-color: #1C7FC2; }
a { background-color: rgb(28,127,194); }
div.DivClassName
{
background-color: #1C7FC2;
}
.BgClassName
{
background-color: #1C7FC2;
}
</style>
border-color css
<style>
span { border-color: #1C7FC2; }
span { border-color: rgb(28,127,194); }
td.TdClassName
{
border-color: #1C7FC2;
}
.TagClassName
{
border-color: #1C7FC2;
}
</style>