Shades of Denim #1C64AC
Tints of Denim #1C64AC
RGB
CMYK
RGB Variations
Color information
#1C64AC (or 0x1C64AC) is known color: Denim. HEX triplet: 1C, 64 and AC. RGB value is (28,100,172). Sum of RGB (Red+Green+Blue) = 28+100+172=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C64AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C64AC is #E39B53. Grayscale: #565656. Windows color (decimal): -14916436 or 11297820. OLE color: 11297820.
HSL color Cylindrical-coordinate representation of color #1C64AC: hue angle of 210º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C64AC is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 100 | 172 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.33 |
| HSL | 210º | 0.72% | 0.39% | - |
| HSV(B) | 210º | 0.84% | 0.67% | - |
| XYZ | 12.48 | 12.34 | 40.75 | - |
| YUV | 86.68 | 176.15 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 172 | 0.84 | 0.42 | 0 | 0.33 | 210 | 0.72 | 0.39 |
| Hex | 1C | 64 | AC | 54 | 2A | 0 | 21 | D2 | 48 | 27 |
| Octal | 34 | 144 | 254 | 124 | 52 | 0 | 41 | 322 | 110 | 47 |
| Binary | 11100 | 1100100 | 10101100 | 1010100 | 101010 | 0 | 100001 | 11010010 | 1001000 | 100111 |
Color Harmonies of #1C64AC
Complementary color
Monochromatic Colors of #1C64AC
Black with #1C64AC
Text Example
Text Example
White with #1C64AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C64AC; }
p { color: rgb(28,100,172); }
H1.HeaderClassName
{
color: #1C64AC;
}
.AnyTagClassName
{
color: #1C64AC;
}
</style>
background-color css
<style>
a { background-color: #1C64AC; }
a { background-color: rgb(28,100,172); }
div.DivClassName
{
background-color: #1C64AC;
}
.BgClassName
{
background-color: #1C64AC;
}
</style>
border-color css
<style>
span { border-color: #1C64AC; }
span { border-color: rgb(28,100,172); }
td.TdClassName
{
border-color: #1C64AC;
}
.TagClassName
{
border-color: #1C64AC;
}
</style>