Shades of Denim #1C6ECF
Tints of Denim #1C6ECF
RGB
CMYK
RGB Variations
Color information
#1C6ECF (or 0x1C6ECF) is known color: Denim. HEX triplet: 1C, 6E and CF. RGB value is (28,110,207). Sum of RGB (Red+Green+Blue) = 28+110+207=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C6ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6ECF is #E39130. Grayscale: #606060. Windows color (decimal): -14913841 or 13594140. OLE color: 13594140.
HSL color Cylindrical-coordinate representation of color #1C6ECF: hue angle of 212.51º 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 #1C6ECF is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 110 | 207 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.19 |
| HSL | 212.51º | 0.76% | 0.46% | - |
| HSV(B) | 212.51º | 0.86% | 0.81% | - |
| XYZ | 17.32 | 15.9 | 61.19 | - |
| YUV | 96.54 | 190.33 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 110 | 207 | 0.86 | 0.47 | 0 | 0.19 | 212.51 | 0.76 | 0.46 |
| Hex | 1C | 6E | CF | 56 | 2F | 0 | 13 | D5 | 4C | 2E |
| Octal | 34 | 156 | 317 | 126 | 57 | 0 | 23 | 325 | 114 | 56 |
| Binary | 11100 | 1101110 | 11001111 | 1010110 | 101111 | 0 | 10011 | 11010101 | 1001100 | 101110 |
Color Harmonies of #1C6ECF
Complementary color
Monochromatic Colors of #1C6ECF
Black with #1C6ECF
Text Example
Text Example
White with #1C6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6ECF; }
p { color: rgb(28,110,207); }
H1.HeaderClassName
{
color: #1C6ECF;
}
.AnyTagClassName
{
color: #1C6ECF;
}
</style>
background-color css
<style>
a { background-color: #1C6ECF; }
a { background-color: rgb(28,110,207); }
div.DivClassName
{
background-color: #1C6ECF;
}
.BgClassName
{
background-color: #1C6ECF;
}
</style>
border-color css
<style>
span { border-color: #1C6ECF; }
span { border-color: rgb(28,110,207); }
td.TdClassName
{
border-color: #1C6ECF;
}
.TagClassName
{
border-color: #1C6ECF;
}
</style>