Shades of Denim #1C5CC4
Tints of Denim #1C5CC4
RGB
CMYK
RGB Variations
Color information
#1C5CC4 (or 0x1C5CC4) is known color: Denim. HEX triplet: 1C, 5C and C4. RGB value is (28,92,196). Sum of RGB (Red+Green+Blue) = 28+92+196=316 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.86% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 196 (76.95% from 255 or 62.03% from 316); Max value from RGB is 196 - color contains mainly: blue. Hex color #1C5CC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C5CC4 is #E3A33B. Grayscale: #545454. Windows color (decimal): -14918460 or 12868636. OLE color: 12868636.
HSL color Cylindrical-coordinate representation of color #1C5CC4: hue angle of 217.14º 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 #1C5CC4 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 92 | 196 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.23 |
| HSL | 217.14º | 0.75% | 0.44% | - |
| HSV(B) | 217.14º | 0.86% | 0.77% | - |
| XYZ | 14.27 | 11.89 | 53.77 | - |
| YUV | 84.72 | 190.8 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 92 | 196 | 0.86 | 0.53 | 0 | 0.23 | 217.14 | 0.75 | 0.44 |
| Hex | 1C | 5C | C4 | 56 | 35 | 0 | 17 | D9 | 4B | 2C |
| Octal | 34 | 134 | 304 | 126 | 65 | 0 | 27 | 331 | 113 | 54 |
| Binary | 11100 | 1011100 | 11000100 | 1010110 | 110101 | 0 | 10111 | 11011001 | 1001011 | 101100 |
Color Harmonies of #1C5CC4
Complementary color
Monochromatic Colors of #1C5CC4
Black with #1C5CC4
Text Example
Text Example
White with #1C5CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C5CC4; }
p { color: rgb(28,92,196); }
H1.HeaderClassName
{
color: #1C5CC4;
}
.AnyTagClassName
{
color: #1C5CC4;
}
</style>
background-color css
<style>
a { background-color: #1C5CC4; }
a { background-color: rgb(28,92,196); }
div.DivClassName
{
background-color: #1C5CC4;
}
.BgClassName
{
background-color: #1C5CC4;
}
</style>
border-color css
<style>
span { border-color: #1C5CC4; }
span { border-color: rgb(28,92,196); }
td.TdClassName
{
border-color: #1C5CC4;
}
.TagClassName
{
border-color: #1C5CC4;
}
</style>