Shades of Denim #1C7FCC
Tints of Denim #1C7FCC
RGB
CMYK
RGB Variations
Color information
#1C7FCC (or 0x1C7FCC) is known color: Denim. HEX triplet: 1C, 7F and CC. RGB value is (28,127,204). Sum of RGB (Red+Green+Blue) = 28+127+204=359 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.80% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C7FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7FCC is #E38033. Grayscale: #696969. Windows color (decimal): -14909492 or 13401884. OLE color: 13401884.
HSL color Cylindrical-coordinate representation of color #1C7FCC: hue angle of 206.25º 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 #1C7FCC is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 127 | 204 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.2 |
| HSL | 206.25º | 0.76% | 0.45% | - |
| HSV(B) | 206.25º | 0.86% | 0.8% | - |
| XYZ | 18.97 | 19.79 | 59.95 | - |
| YUV | 106.18 | 183.2 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 127 | 204 | 0.86 | 0.38 | 0 | 0.2 | 206.25 | 0.76 | 0.45 |
| Hex | 1C | 7F | CC | 56 | 26 | 0 | 14 | CE | 4C | 2D |
| Octal | 34 | 177 | 314 | 126 | 46 | 0 | 24 | 316 | 114 | 55 |
| Binary | 11100 | 1111111 | 11001100 | 1010110 | 100110 | 0 | 10100 | 11001110 | 1001100 | 101101 |
Color Harmonies of #1C7FCC
Complementary color
Monochromatic Colors of #1C7FCC
Black with #1C7FCC
Text Example
Text Example
White with #1C7FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7FCC; }
p { color: rgb(28,127,204); }
H1.HeaderClassName
{
color: #1C7FCC;
}
.AnyTagClassName
{
color: #1C7FCC;
}
</style>
background-color css
<style>
a { background-color: #1C7FCC; }
a { background-color: rgb(28,127,204); }
div.DivClassName
{
background-color: #1C7FCC;
}
.BgClassName
{
background-color: #1C7FCC;
}
</style>
border-color css
<style>
span { border-color: #1C7FCC; }
span { border-color: rgb(28,127,204); }
td.TdClassName
{
border-color: #1C7FCC;
}
.TagClassName
{
border-color: #1C7FCC;
}
</style>