Shades of Denim #1C6AB2
Tints of Denim #1C6AB2
RGB
CMYK
RGB Variations
Color information
#1C6AB2 (or 0x1C6AB2) is known color: Denim. HEX triplet: 1C, 6A and B2. RGB value is (28,106,178). Sum of RGB (Red+Green+Blue) = 28+106+178=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 178 (69.92% from 255 or 57.05% from 312); Max value from RGB is 178 - color contains mainly: blue. Hex color #1C6AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6AB2 is #E3954D. Grayscale: #5A5A5A. Windows color (decimal): -14914894 or 11692572. OLE color: 11692572.
HSL color Cylindrical-coordinate representation of color #1C6AB2: hue angle of 208.8º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C6AB2 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 106 | 178 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.30 |
| HSL | 208.8º | 0.73% | 0.4% | - |
| HSV(B) | 208.8º | 0.84% | 0.7% | - |
| XYZ | 13.67 | 13.77 | 44.06 | - |
| YUV | 90.89 | 177.16 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 106 | 178 | 0.84 | 0.40 | 0 | 0.30 | 208.8 | 0.73 | 0.4 |
| Hex | 1C | 6A | B2 | 54 | 28 | 0 | 1E | D1 | 49 | 28 |
| Octal | 34 | 152 | 262 | 124 | 50 | 0 | 36 | 321 | 111 | 50 |
| Binary | 11100 | 1101010 | 10110010 | 1010100 | 101000 | 0 | 11110 | 11010001 | 1001001 | 101000 |
Color Harmonies of #1C6AB2
Complementary color
Monochromatic Colors of #1C6AB2
Black with #1C6AB2
Text Example
Text Example
White with #1C6AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6AB2; }
p { color: rgb(28,106,178); }
H1.HeaderClassName
{
color: #1C6AB2;
}
.AnyTagClassName
{
color: #1C6AB2;
}
</style>
background-color css
<style>
a { background-color: #1C6AB2; }
a { background-color: rgb(28,106,178); }
div.DivClassName
{
background-color: #1C6AB2;
}
.BgClassName
{
background-color: #1C6AB2;
}
</style>
border-color css
<style>
span { border-color: #1C6AB2; }
span { border-color: rgb(28,106,178); }
td.TdClassName
{
border-color: #1C6AB2;
}
.TagClassName
{
border-color: #1C6AB2;
}
</style>