Shades of Denim #1C6DAD
Tints of Denim #1C6DAD
RGB
CMYK
RGB Variations
Color information
#1C6DAD (or 0x1C6DAD) is known color: Denim. HEX triplet: 1C, 6D and AD. RGB value is (28,109,173). Sum of RGB (Red+Green+Blue) = 28+109+173=310 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.03% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C6DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6DAD is #E39252. Grayscale: #5B5B5B. Windows color (decimal): -14914131 or 11365660. OLE color: 11365660.
HSL color Cylindrical-coordinate representation of color #1C6DAD: hue angle of 206.48º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C6DAD is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 109 | 173 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.32 |
| HSL | 206.48º | 0.72% | 0.39% | - |
| HSV(B) | 206.48º | 0.84% | 0.68% | - |
| XYZ | 13.49 | 14.2 | 41.57 | - |
| YUV | 92.08 | 173.66 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 109 | 173 | 0.84 | 0.37 | 0 | 0.32 | 206.48 | 0.72 | 0.39 |
| Hex | 1C | 6D | AD | 54 | 25 | 0 | 20 | CE | 48 | 27 |
| Octal | 34 | 155 | 255 | 124 | 45 | 0 | 40 | 316 | 110 | 47 |
| Binary | 11100 | 1101101 | 10101101 | 1010100 | 100101 | 0 | 100000 | 11001110 | 1001000 | 100111 |
Color Harmonies of #1C6DAD
Complementary color
Monochromatic Colors of #1C6DAD
Black with #1C6DAD
Text Example
Text Example
White with #1C6DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6DAD; }
p { color: rgb(28,109,173); }
H1.HeaderClassName
{
color: #1C6DAD;
}
.AnyTagClassName
{
color: #1C6DAD;
}
</style>
background-color css
<style>
a { background-color: #1C6DAD; }
a { background-color: rgb(28,109,173); }
div.DivClassName
{
background-color: #1C6DAD;
}
.BgClassName
{
background-color: #1C6DAD;
}
</style>
border-color css
<style>
span { border-color: #1C6DAD; }
span { border-color: rgb(28,109,173); }
td.TdClassName
{
border-color: #1C6DAD;
}
.TagClassName
{
border-color: #1C6DAD;
}
</style>