Shades of Denim #1C7BC2
Tints of Denim #1C7BC2
RGB
CMYK
RGB Variations
Color information
#1C7BC2 (or 0x1C7BC2) is known color: Denim. HEX triplet: 1C, 7B and C2. RGB value is (28,123,194). Sum of RGB (Red+Green+Blue) = 28+123+194=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 194 (76.17% from 255 or 56.23% from 345); Max value from RGB is 194 - color contains mainly: blue. Hex color #1C7BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7BC2 is #E3843D. Grayscale: #666666. Windows color (decimal): -14910526 or 12745500. OLE color: 12745500.
HSL color Cylindrical-coordinate representation of color #1C7BC2: hue angle of 205.66º 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 #1C7BC2 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 123 | 194 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.24 |
| HSL | 205.66º | 0.75% | 0.44% | - |
| HSV(B) | 205.66º | 0.86% | 0.76% | - |
| XYZ | 17.3 | 18.31 | 53.66 | - |
| YUV | 102.69 | 179.53 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 123 | 194 | 0.86 | 0.37 | 0 | 0.24 | 205.66 | 0.75 | 0.44 |
| Hex | 1C | 7B | C2 | 56 | 25 | 0 | 18 | CE | 4B | 2C |
| Octal | 34 | 173 | 302 | 126 | 45 | 0 | 30 | 316 | 113 | 54 |
| Binary | 11100 | 1111011 | 11000010 | 1010110 | 100101 | 0 | 11000 | 11001110 | 1001011 | 101100 |
Color Harmonies of #1C7BC2
Complementary color
Monochromatic Colors of #1C7BC2
Black with #1C7BC2
Text Example
Text Example
White with #1C7BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7BC2; }
p { color: rgb(28,123,194); }
H1.HeaderClassName
{
color: #1C7BC2;
}
.AnyTagClassName
{
color: #1C7BC2;
}
</style>
background-color css
<style>
a { background-color: #1C7BC2; }
a { background-color: rgb(28,123,194); }
div.DivClassName
{
background-color: #1C7BC2;
}
.BgClassName
{
background-color: #1C7BC2;
}
</style>
border-color css
<style>
span { border-color: #1C7BC2; }
span { border-color: rgb(28,123,194); }
td.TdClassName
{
border-color: #1C7BC2;
}
.TagClassName
{
border-color: #1C7BC2;
}
</style>