Shades of Denim #1C6CAC
Tints of Denim #1C6CAC
RGB
CMYK
RGB Variations
Color information
#1C6CAC (or 0x1C6CAC) is known color: Denim. HEX triplet: 1C, 6C and AC. RGB value is (28,108,172). Sum of RGB (Red+Green+Blue) = 28+108+172=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C6CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6CAC is #E39353. Grayscale: #5B5B5B. Windows color (decimal): -14914388 or 11299868. OLE color: 11299868.
HSL color Cylindrical-coordinate representation of color #1C6CAC: hue angle of 206.67º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C6CAC is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 108 | 172 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.33 |
| HSL | 206.67º | 0.72% | 0.39% | - |
| HSV(B) | 206.67º | 0.84% | 0.67% | - |
| XYZ | 13.29 | 13.95 | 41.02 | - |
| YUV | 91.38 | 173.5 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 108 | 172 | 0.84 | 0.37 | 0 | 0.33 | 206.67 | 0.72 | 0.39 |
| Hex | 1C | 6C | AC | 54 | 25 | 0 | 21 | CF | 48 | 27 |
| Octal | 34 | 154 | 254 | 124 | 45 | 0 | 41 | 317 | 110 | 47 |
| Binary | 11100 | 1101100 | 10101100 | 1010100 | 100101 | 0 | 100001 | 11001111 | 1001000 | 100111 |
Color Harmonies of #1C6CAC
Complementary color
Monochromatic Colors of #1C6CAC
Black with #1C6CAC
Text Example
Text Example
White with #1C6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6CAC; }
p { color: rgb(28,108,172); }
H1.HeaderClassName
{
color: #1C6CAC;
}
.AnyTagClassName
{
color: #1C6CAC;
}
</style>
background-color css
<style>
a { background-color: #1C6CAC; }
a { background-color: rgb(28,108,172); }
div.DivClassName
{
background-color: #1C6CAC;
}
.BgClassName
{
background-color: #1C6CAC;
}
</style>
border-color css
<style>
span { border-color: #1C6CAC; }
span { border-color: rgb(28,108,172); }
td.TdClassName
{
border-color: #1C6CAC;
}
.TagClassName
{
border-color: #1C6CAC;
}
</style>