Shades of Denim #1C6ECE
Tints of Denim #1C6ECE
RGB
CMYK
RGB Variations
Color information
#1C6ECE (or 0x1C6ECE) is known color: Denim. HEX triplet: 1C, 6E and CE. RGB value is (28,110,206). Sum of RGB (Red+Green+Blue) = 28+110+206=344 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.14% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C6ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6ECE is #E39131. Grayscale: #5F5F5F. Windows color (decimal): -14913842 or 13528604. OLE color: 13528604.
HSL color Cylindrical-coordinate representation of color #1C6ECE: hue angle of 212.36º 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 #1C6ECE is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 110 | 206 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.19 |
| HSL | 212.36º | 0.76% | 0.46% | - |
| HSV(B) | 212.36º | 0.86% | 0.81% | - |
| XYZ | 17.2 | 15.85 | 60.55 | - |
| YUV | 96.43 | 189.83 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 110 | 206 | 0.86 | 0.47 | 0 | 0.19 | 212.36 | 0.76 | 0.46 |
| Hex | 1C | 6E | CE | 56 | 2F | 0 | 13 | D4 | 4C | 2E |
| Octal | 34 | 156 | 316 | 126 | 57 | 0 | 23 | 324 | 114 | 56 |
| Binary | 11100 | 1101110 | 11001110 | 1010110 | 101111 | 0 | 10011 | 11010100 | 1001100 | 101110 |
Color Harmonies of #1C6ECE
Complementary color
Monochromatic Colors of #1C6ECE
Black with #1C6ECE
Text Example
Text Example
White with #1C6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6ECE; }
p { color: rgb(28,110,206); }
H1.HeaderClassName
{
color: #1C6ECE;
}
.AnyTagClassName
{
color: #1C6ECE;
}
</style>
background-color css
<style>
a { background-color: #1C6ECE; }
a { background-color: rgb(28,110,206); }
div.DivClassName
{
background-color: #1C6ECE;
}
.BgClassName
{
background-color: #1C6ECE;
}
</style>
border-color css
<style>
span { border-color: #1C6ECE; }
span { border-color: rgb(28,110,206); }
td.TdClassName
{
border-color: #1C6ECE;
}
.TagClassName
{
border-color: #1C6ECE;
}
</style>