Shades of Denim #1C6ECB
Tints of Denim #1C6ECB
RGB
CMYK
RGB Variations
Color information
#1C6ECB (or 0x1C6ECB) is known color: Denim. HEX triplet: 1C, 6E and CB. RGB value is (28,110,203). Sum of RGB (Red+Green+Blue) = 28+110+203=341 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.21% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C6ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6ECB is #E39134. Grayscale: #5F5F5F. Windows color (decimal): -14913845 or 13331996. OLE color: 13331996.
HSL color Cylindrical-coordinate representation of color #1C6ECB: hue angle of 211.89º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C6ECB is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 110 | 203 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.20 |
| HSL | 211.89º | 0.76% | 0.45% | - |
| HSV(B) | 211.89º | 0.86% | 0.8% | - |
| XYZ | 16.83 | 15.71 | 58.65 | - |
| YUV | 96.08 | 188.33 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 110 | 203 | 0.86 | 0.46 | 0 | 0.20 | 211.89 | 0.76 | 0.45 |
| Hex | 1C | 6E | CB | 56 | 2E | 0 | 14 | D4 | 4C | 2D |
| Octal | 34 | 156 | 313 | 126 | 56 | 0 | 24 | 324 | 114 | 55 |
| Binary | 11100 | 1101110 | 11001011 | 1010110 | 101110 | 0 | 10100 | 11010100 | 1001100 | 101101 |
Color Harmonies of #1C6ECB
Complementary color
Monochromatic Colors of #1C6ECB
Black with #1C6ECB
Text Example
Text Example
White with #1C6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6ECB; }
p { color: rgb(28,110,203); }
H1.HeaderClassName
{
color: #1C6ECB;
}
.AnyTagClassName
{
color: #1C6ECB;
}
</style>
background-color css
<style>
a { background-color: #1C6ECB; }
a { background-color: rgb(28,110,203); }
div.DivClassName
{
background-color: #1C6ECB;
}
.BgClassName
{
background-color: #1C6ECB;
}
</style>
border-color css
<style>
span { border-color: #1C6ECB; }
span { border-color: rgb(28,110,203); }
td.TdClassName
{
border-color: #1C6ECB;
}
.TagClassName
{
border-color: #1C6ECB;
}
</style>