Shades of Denim #1C6AD3
Tints of Denim #1C6AD3
RGB
CMYK
RGB Variations
Color information
#1C6AD3 (or 0x1C6AD3) is known color: Denim. HEX triplet: 1C, 6A and D3. RGB value is (28,106,211). Sum of RGB (Red+Green+Blue) = 28+106+211=345 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.12% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 211 (82.81% from 255 or 61.16% from 345); Max value from RGB is 211 - color contains mainly: blue. Hex color #1C6AD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6AD3 is #E3952C. Grayscale: #5E5E5E. Windows color (decimal): -14914861 or 13855260. OLE color: 13855260.
HSL color Cylindrical-coordinate representation of color #1C6AD3: hue angle of 214.43º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C6AD3 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 28 | 106 | 211 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.17 |
| HSL | 214.43º | 0.77% | 0.47% | - |
| HSV(B) | 214.43º | 0.87% | 0.83% | - |
| XYZ | 17.39 | 15.26 | 63.66 | - |
| YUV | 94.65 | 193.66 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 106 | 211 | 0.87 | 0.50 | 0 | 0.17 | 214.43 | 0.77 | 0.47 |
| Hex | 1C | 6A | D3 | 57 | 32 | 0 | 11 | D6 | 4D | 2F |
| Octal | 34 | 152 | 323 | 127 | 62 | 0 | 21 | 326 | 115 | 57 |
| Binary | 11100 | 1101010 | 11010011 | 1010111 | 110010 | 0 | 10001 | 11010110 | 1001101 | 101111 |
Color Harmonies of #1C6AD3
Complementary color
Monochromatic Colors of #1C6AD3
Black with #1C6AD3
Text Example
Text Example
White with #1C6AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6AD3; }
p { color: rgb(28,106,211); }
H1.HeaderClassName
{
color: #1C6AD3;
}
.AnyTagClassName
{
color: #1C6AD3;
}
</style>
background-color css
<style>
a { background-color: #1C6AD3; }
a { background-color: rgb(28,106,211); }
div.DivClassName
{
background-color: #1C6AD3;
}
.BgClassName
{
background-color: #1C6AD3;
}
</style>
border-color css
<style>
span { border-color: #1C6AD3; }
span { border-color: rgb(28,106,211); }
td.TdClassName
{
border-color: #1C6AD3;
}
.TagClassName
{
border-color: #1C6AD3;
}
</style>