Shades of Denim #1C7EBF
Tints of Denim #1C7EBF
RGB
CMYK
RGB Variations
Color information
#1C7EBF (or 0x1C7EBF) is known color: Denim. HEX triplet: 1C, 7E and BF. RGB value is (28,126,191). Sum of RGB (Red+Green+Blue) = 28+126+191=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C7EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7EBF is #E38140. Grayscale: #676767. Windows color (decimal): -14909761 or 12549660. OLE color: 12549660.
HSL color Cylindrical-coordinate representation of color #1C7EBF: hue angle of 203.93º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C7EBF is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 126 | 191 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.25 |
| HSL | 203.93º | 0.74% | 0.43% | - |
| HSV(B) | 203.93º | 0.85% | 0.75% | - |
| XYZ | 17.34 | 18.93 | 52.03 | - |
| YUV | 104.11 | 177.03 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 126 | 191 | 0.85 | 0.34 | 0 | 0.25 | 203.93 | 0.74 | 0.43 |
| Hex | 1C | 7E | BF | 55 | 22 | 0 | 19 | CC | 4A | 2B |
| Octal | 34 | 176 | 277 | 125 | 42 | 0 | 31 | 314 | 112 | 53 |
| Binary | 11100 | 1111110 | 10111111 | 1010101 | 100010 | 0 | 11001 | 11001100 | 1001010 | 101011 |
Color Harmonies of #1C7EBF
Complementary color
Monochromatic Colors of #1C7EBF
Black with #1C7EBF
Text Example
Text Example
White with #1C7EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7EBF; }
p { color: rgb(28,126,191); }
H1.HeaderClassName
{
color: #1C7EBF;
}
.AnyTagClassName
{
color: #1C7EBF;
}
</style>
background-color css
<style>
a { background-color: #1C7EBF; }
a { background-color: rgb(28,126,191); }
div.DivClassName
{
background-color: #1C7EBF;
}
.BgClassName
{
background-color: #1C7EBF;
}
</style>
border-color css
<style>
span { border-color: #1C7EBF; }
span { border-color: rgb(28,126,191); }
td.TdClassName
{
border-color: #1C7EBF;
}
.TagClassName
{
border-color: #1C7EBF;
}
</style>