Shades of Denim #1C7FC4
Tints of Denim #1C7FC4
RGB
CMYK
RGB Variations
Color information
#1C7FC4 (or 0x1C7FC4) is known color: Denim. HEX triplet: 1C, 7F and C4. RGB value is (28,127,196). Sum of RGB (Red+Green+Blue) = 28+127+196=351 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.98% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 196 (76.95% from 255 or 55.84% from 351); Max value from RGB is 196 - color contains mainly: blue. Hex color #1C7FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7FC4 is #E3803B. Grayscale: #686868. Windows color (decimal): -14909500 or 12877596. OLE color: 12877596.
HSL color Cylindrical-coordinate representation of color #1C7FC4: hue angle of 204.64º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C7FC4 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 127 | 196 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.23 |
| HSL | 204.64º | 0.75% | 0.44% | - |
| HSV(B) | 204.64º | 0.86% | 0.77% | - |
| XYZ | 18.03 | 19.41 | 55.02 | - |
| YUV | 105.27 | 179.2 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 127 | 196 | 0.86 | 0.35 | 0 | 0.23 | 204.64 | 0.75 | 0.44 |
| Hex | 1C | 7F | C4 | 56 | 23 | 0 | 17 | CD | 4B | 2C |
| Octal | 34 | 177 | 304 | 126 | 43 | 0 | 27 | 315 | 113 | 54 |
| Binary | 11100 | 1111111 | 11000100 | 1010110 | 100011 | 0 | 10111 | 11001101 | 1001011 | 101100 |
Color Harmonies of #1C7FC4
Complementary color
Monochromatic Colors of #1C7FC4
Black with #1C7FC4
Text Example
Text Example
White with #1C7FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7FC4; }
p { color: rgb(28,127,196); }
H1.HeaderClassName
{
color: #1C7FC4;
}
.AnyTagClassName
{
color: #1C7FC4;
}
</style>
background-color css
<style>
a { background-color: #1C7FC4; }
a { background-color: rgb(28,127,196); }
div.DivClassName
{
background-color: #1C7FC4;
}
.BgClassName
{
background-color: #1C7FC4;
}
</style>
border-color css
<style>
span { border-color: #1C7FC4; }
span { border-color: rgb(28,127,196); }
td.TdClassName
{
border-color: #1C7FC4;
}
.TagClassName
{
border-color: #1C7FC4;
}
</style>