Shades of Denim #1C7BCB
Tints of Denim #1C7BCB
RGB
CMYK
RGB Variations
Color information
#1C7BCB (or 0x1C7BCB) is known color: Denim. HEX triplet: 1C, 7B and CB. RGB value is (28,123,203). Sum of RGB (Red+Green+Blue) = 28+123+203=354 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.91% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C7BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7BCB is #E38434. Grayscale: #676767. Windows color (decimal): -14910517 or 13335324. OLE color: 13335324.
HSL color Cylindrical-coordinate representation of color #1C7BCB: hue angle of 207.43º 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 #1C7BCB is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 123 | 203 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.20 |
| HSL | 207.43º | 0.76% | 0.45% | - |
| HSV(B) | 207.43º | 0.86% | 0.8% | - |
| XYZ | 18.34 | 18.72 | 59.15 | - |
| YUV | 103.72 | 184.03 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 123 | 203 | 0.86 | 0.39 | 0 | 0.20 | 207.43 | 0.76 | 0.45 |
| Hex | 1C | 7B | CB | 56 | 27 | 0 | 14 | CF | 4C | 2D |
| Octal | 34 | 173 | 313 | 126 | 47 | 0 | 24 | 317 | 114 | 55 |
| Binary | 11100 | 1111011 | 11001011 | 1010110 | 100111 | 0 | 10100 | 11001111 | 1001100 | 101101 |
Color Harmonies of #1C7BCB
Complementary color
Monochromatic Colors of #1C7BCB
Black with #1C7BCB
Text Example
Text Example
White with #1C7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7BCB; }
p { color: rgb(28,123,203); }
H1.HeaderClassName
{
color: #1C7BCB;
}
.AnyTagClassName
{
color: #1C7BCB;
}
</style>
background-color css
<style>
a { background-color: #1C7BCB; }
a { background-color: rgb(28,123,203); }
div.DivClassName
{
background-color: #1C7BCB;
}
.BgClassName
{
background-color: #1C7BCB;
}
</style>
border-color css
<style>
span { border-color: #1C7BCB; }
span { border-color: rgb(28,123,203); }
td.TdClassName
{
border-color: #1C7BCB;
}
.TagClassName
{
border-color: #1C7BCB;
}
</style>