Shades of Denim #1C7BCD
Tints of Denim #1C7BCD
RGB
CMYK
RGB Variations
Color information
#1C7BCD (or 0x1C7BCD) is known color: Denim. HEX triplet: 1C, 7B and CD. RGB value is (28,123,205). Sum of RGB (Red+Green+Blue) = 28+123+205=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C7BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7BCD is #E38432. Grayscale: #676767. Windows color (decimal): -14910515 or 13466396. OLE color: 13466396.
HSL color Cylindrical-coordinate representation of color #1C7BCD: hue angle of 207.8º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C7BCD is Cyan = 0.86, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 123 | 205 | - |
| CMYK | 0.86 | 0.4 | 0 | 0.20 |
| HSL | 207.8º | 0.76% | 0.46% | - |
| HSV(B) | 207.8º | 0.86% | 0.8% | - |
| XYZ | 18.58 | 18.82 | 60.41 | - |
| YUV | 103.94 | 185.03 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 123 | 205 | 0.86 | 0.4 | 0 | 0.20 | 207.8 | 0.76 | 0.46 |
| Hex | 1C | 7B | CD | 56 | 28 | 0 | 14 | D0 | 4C | 2E |
| Octal | 34 | 173 | 315 | 126 | 50 | 0 | 24 | 320 | 114 | 56 |
| Binary | 11100 | 1111011 | 11001101 | 1010110 | 101000 | 0 | 10100 | 11010000 | 1001100 | 101110 |
Color Harmonies of #1C7BCD
Complementary color
Monochromatic Colors of #1C7BCD
Black with #1C7BCD
Text Example
Text Example
White with #1C7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7BCD; }
p { color: rgb(28,123,205); }
H1.HeaderClassName
{
color: #1C7BCD;
}
.AnyTagClassName
{
color: #1C7BCD;
}
</style>
background-color css
<style>
a { background-color: #1C7BCD; }
a { background-color: rgb(28,123,205); }
div.DivClassName
{
background-color: #1C7BCD;
}
.BgClassName
{
background-color: #1C7BCD;
}
</style>
border-color css
<style>
span { border-color: #1C7BCD; }
span { border-color: rgb(28,123,205); }
td.TdClassName
{
border-color: #1C7BCD;
}
.TagClassName
{
border-color: #1C7BCD;
}
</style>