Shades of Denim #1C68B4
Tints of Denim #1C68B4
RGB
CMYK
RGB Variations
Color information
#1C68B4 (or 0x1C68B4) is known color: Denim. HEX triplet: 1C, 68 and B4. RGB value is (28,104,180). Sum of RGB (Red+Green+Blue) = 28+104+180=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #1C68B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C68B4 is #E3974B. Grayscale: #595959. Windows color (decimal): -14915404 or 11823132. OLE color: 11823132.
HSL color Cylindrical-coordinate representation of color #1C68B4: hue angle of 210º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C68B4 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 104 | 180 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.29 |
| HSL | 210º | 0.73% | 0.41% | - |
| HSV(B) | 210º | 0.84% | 0.71% | - |
| XYZ | 13.67 | 13.44 | 45.05 | - |
| YUV | 89.94 | 178.82 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 104 | 180 | 0.84 | 0.42 | 0 | 0.29 | 210 | 0.73 | 0.41 |
| Hex | 1C | 68 | B4 | 54 | 2A | 0 | 1D | D2 | 49 | 29 |
| Octal | 34 | 150 | 264 | 124 | 52 | 0 | 35 | 322 | 111 | 51 |
| Binary | 11100 | 1101000 | 10110100 | 1010100 | 101010 | 0 | 11101 | 11010010 | 1001001 | 101001 |
Color Harmonies of #1C68B4
Complementary color
Monochromatic Colors of #1C68B4
Black with #1C68B4
Text Example
Text Example
White with #1C68B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C68B4; }
p { color: rgb(28,104,180); }
H1.HeaderClassName
{
color: #1C68B4;
}
.AnyTagClassName
{
color: #1C68B4;
}
</style>
background-color css
<style>
a { background-color: #1C68B4; }
a { background-color: rgb(28,104,180); }
div.DivClassName
{
background-color: #1C68B4;
}
.BgClassName
{
background-color: #1C68B4;
}
</style>
border-color css
<style>
span { border-color: #1C68B4; }
span { border-color: rgb(28,104,180); }
td.TdClassName
{
border-color: #1C68B4;
}
.TagClassName
{
border-color: #1C68B4;
}
</style>