Shades of Denim #1C7CCB
Tints of Denim #1C7CCB
RGB
CMYK
RGB Variations
Color information
#1C7CCB (or 0x1C7CCB) is known color: Denim. HEX triplet: 1C, 7C and CB. RGB value is (28,124,203). Sum of RGB (Red+Green+Blue) = 28+124+203=355 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.89% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C7CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7CCB is #E38334. Grayscale: #676767. Windows color (decimal): -14910261 or 13335580. OLE color: 13335580.
HSL color Cylindrical-coordinate representation of color #1C7CCB: hue angle of 207.09º 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 #1C7CCB is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 124 | 203 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.20 |
| HSL | 207.09º | 0.76% | 0.45% | - |
| HSV(B) | 207.09º | 0.86% | 0.8% | - |
| XYZ | 18.47 | 18.97 | 59.19 | - |
| YUV | 104.3 | 183.7 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 124 | 203 | 0.86 | 0.39 | 0 | 0.20 | 207.09 | 0.76 | 0.45 |
| Hex | 1C | 7C | CB | 56 | 27 | 0 | 14 | CF | 4C | 2D |
| Octal | 34 | 174 | 313 | 126 | 47 | 0 | 24 | 317 | 114 | 55 |
| Binary | 11100 | 1111100 | 11001011 | 1010110 | 100111 | 0 | 10100 | 11001111 | 1001100 | 101101 |
Color Harmonies of #1C7CCB
Complementary color
Monochromatic Colors of #1C7CCB
Black with #1C7CCB
Text Example
Text Example
White with #1C7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7CCB; }
p { color: rgb(28,124,203); }
H1.HeaderClassName
{
color: #1C7CCB;
}
.AnyTagClassName
{
color: #1C7CCB;
}
</style>
background-color css
<style>
a { background-color: #1C7CCB; }
a { background-color: rgb(28,124,203); }
div.DivClassName
{
background-color: #1C7CCB;
}
.BgClassName
{
background-color: #1C7CCB;
}
</style>
border-color css
<style>
span { border-color: #1C7CCB; }
span { border-color: rgb(28,124,203); }
td.TdClassName
{
border-color: #1C7CCB;
}
.TagClassName
{
border-color: #1C7CCB;
}
</style>