Shades of Denim #1C7ECF
Tints of Denim #1C7ECF
RGB
CMYK
RGB Variations
Color information
#1C7ECF (or 0x1C7ECF) is known color: Denim. HEX triplet: 1C, 7E and CF. RGB value is (28,126,207). Sum of RGB (Red+Green+Blue) = 28+126+207=361 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.76% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C7ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7ECF is #E38130. Grayscale: #696969. Windows color (decimal): -14909745 or 13598236. OLE color: 13598236.
HSL color Cylindrical-coordinate representation of color #1C7ECF: hue angle of 207.15º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C7ECF is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 126 | 207 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.19 |
| HSL | 207.15º | 0.76% | 0.46% | - |
| HSV(B) | 207.15º | 0.86% | 0.81% | - |
| XYZ | 19.2 | 19.67 | 61.82 | - |
| YUV | 105.93 | 185.03 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 126 | 207 | 0.86 | 0.39 | 0 | 0.19 | 207.15 | 0.76 | 0.46 |
| Hex | 1C | 7E | CF | 56 | 27 | 0 | 13 | CF | 4C | 2E |
| Octal | 34 | 176 | 317 | 126 | 47 | 0 | 23 | 317 | 114 | 56 |
| Binary | 11100 | 1111110 | 11001111 | 1010110 | 100111 | 0 | 10011 | 11001111 | 1001100 | 101110 |
Color Harmonies of #1C7ECF
Complementary color
Monochromatic Colors of #1C7ECF
Black with #1C7ECF
Text Example
Text Example
White with #1C7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7ECF; }
p { color: rgb(28,126,207); }
H1.HeaderClassName
{
color: #1C7ECF;
}
.AnyTagClassName
{
color: #1C7ECF;
}
</style>
background-color css
<style>
a { background-color: #1C7ECF; }
a { background-color: rgb(28,126,207); }
div.DivClassName
{
background-color: #1C7ECF;
}
.BgClassName
{
background-color: #1C7ECF;
}
</style>
border-color css
<style>
span { border-color: #1C7ECF; }
span { border-color: rgb(28,126,207); }
td.TdClassName
{
border-color: #1C7ECF;
}
.TagClassName
{
border-color: #1C7ECF;
}
</style>