Shades of Denim #1C6CB3
Tints of Denim #1C6CB3
RGB
CMYK
RGB Variations
Color information
#1C6CB3 (or 0x1C6CB3) is known color: Denim. HEX triplet: 1C, 6C and B3. RGB value is (28,108,179). Sum of RGB (Red+Green+Blue) = 28+108+179=315 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.89% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 179 (70.31% from 255 or 56.83% from 315); Max value from RGB is 179 - color contains mainly: blue. Hex color #1C6CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6CB3 is #E3934C. Grayscale: #5B5B5B. Windows color (decimal): -14914381 or 11758620. OLE color: 11758620.
HSL color Cylindrical-coordinate representation of color #1C6CB3: hue angle of 208.21º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C6CB3 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 108 | 179 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.30 |
| HSL | 208.21º | 0.73% | 0.41% | - |
| HSV(B) | 208.21º | 0.84% | 0.7% | - |
| XYZ | 13.98 | 14.23 | 44.66 | - |
| YUV | 92.17 | 177 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 108 | 179 | 0.84 | 0.40 | 0 | 0.30 | 208.21 | 0.73 | 0.41 |
| Hex | 1C | 6C | B3 | 54 | 28 | 0 | 1E | D0 | 49 | 29 |
| Octal | 34 | 154 | 263 | 124 | 50 | 0 | 36 | 320 | 111 | 51 |
| Binary | 11100 | 1101100 | 10110011 | 1010100 | 101000 | 0 | 11110 | 11010000 | 1001001 | 101001 |
Color Harmonies of #1C6CB3
Complementary color
Monochromatic Colors of #1C6CB3
Black with #1C6CB3
Text Example
Text Example
White with #1C6CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6CB3; }
p { color: rgb(28,108,179); }
H1.HeaderClassName
{
color: #1C6CB3;
}
.AnyTagClassName
{
color: #1C6CB3;
}
</style>
background-color css
<style>
a { background-color: #1C6CB3; }
a { background-color: rgb(28,108,179); }
div.DivClassName
{
background-color: #1C6CB3;
}
.BgClassName
{
background-color: #1C6CB3;
}
</style>
border-color css
<style>
span { border-color: #1C6CB3; }
span { border-color: rgb(28,108,179); }
td.TdClassName
{
border-color: #1C6CB3;
}
.TagClassName
{
border-color: #1C6CB3;
}
</style>