Shades of Denim #1C7DCB
Tints of Denim #1C7DCB
RGB
CMYK
RGB Variations
Color information
#1C7DCB (or 0x1C7DCB) is known color: Denim. HEX triplet: 1C, 7D and CB. RGB value is (28,125,203). Sum of RGB (Red+Green+Blue) = 28+125+203=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C7DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7DCB is #E38234. Grayscale: #686868. Windows color (decimal): -14910005 or 13335836. OLE color: 13335836.
HSL color Cylindrical-coordinate representation of color #1C7DCB: hue angle of 206.74º 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 #1C7DCB is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 125 | 203 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.20 |
| HSL | 206.74º | 0.76% | 0.45% | - |
| HSV(B) | 206.74º | 0.86% | 0.8% | - |
| XYZ | 18.59 | 19.23 | 59.23 | - |
| YUV | 104.89 | 183.36 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 125 | 203 | 0.86 | 0.38 | 0 | 0.20 | 206.74 | 0.76 | 0.45 |
| Hex | 1C | 7D | CB | 56 | 26 | 0 | 14 | CF | 4C | 2D |
| Octal | 34 | 175 | 313 | 126 | 46 | 0 | 24 | 317 | 114 | 55 |
| Binary | 11100 | 1111101 | 11001011 | 1010110 | 100110 | 0 | 10100 | 11001111 | 1001100 | 101101 |
Color Harmonies of #1C7DCB
Complementary color
Monochromatic Colors of #1C7DCB
Black with #1C7DCB
Text Example
Text Example
White with #1C7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7DCB; }
p { color: rgb(28,125,203); }
H1.HeaderClassName
{
color: #1C7DCB;
}
.AnyTagClassName
{
color: #1C7DCB;
}
</style>
background-color css
<style>
a { background-color: #1C7DCB; }
a { background-color: rgb(28,125,203); }
div.DivClassName
{
background-color: #1C7DCB;
}
.BgClassName
{
background-color: #1C7DCB;
}
</style>
border-color css
<style>
span { border-color: #1C7DCB; }
span { border-color: rgb(28,125,203); }
td.TdClassName
{
border-color: #1C7DCB;
}
.TagClassName
{
border-color: #1C7DCB;
}
</style>