Shades of Denim #1C64AD
Tints of Denim #1C64AD
RGB
CMYK
RGB Variations
Color information
#1C64AD (or 0x1C64AD) is known color: Denim. HEX triplet: 1C, 64 and AD. RGB value is (28,100,173). Sum of RGB (Red+Green+Blue) = 28+100+173=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C64AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C64AD is #E39B52. Grayscale: #565656. Windows color (decimal): -14916435 or 11363356. OLE color: 11363356.
HSL color Cylindrical-coordinate representation of color #1C64AD: hue angle of 210.21º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C64AD is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 100 | 173 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.32 |
| HSL | 210.21º | 0.72% | 0.39% | - |
| HSV(B) | 210.21º | 0.84% | 0.68% | - |
| XYZ | 12.58 | 12.38 | 41.26 | - |
| YUV | 86.79 | 176.65 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 173 | 0.84 | 0.42 | 0 | 0.32 | 210.21 | 0.72 | 0.39 |
| Hex | 1C | 64 | AD | 54 | 2A | 0 | 20 | D2 | 48 | 27 |
| Octal | 34 | 144 | 255 | 124 | 52 | 0 | 40 | 322 | 110 | 47 |
| Binary | 11100 | 1100100 | 10101101 | 1010100 | 101010 | 0 | 100000 | 11010010 | 1001000 | 100111 |
Color Harmonies of #1C64AD
Complementary color
Monochromatic Colors of #1C64AD
Black with #1C64AD
Text Example
Text Example
White with #1C64AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C64AD; }
p { color: rgb(28,100,173); }
H1.HeaderClassName
{
color: #1C64AD;
}
.AnyTagClassName
{
color: #1C64AD;
}
</style>
background-color css
<style>
a { background-color: #1C64AD; }
a { background-color: rgb(28,100,173); }
div.DivClassName
{
background-color: #1C64AD;
}
.BgClassName
{
background-color: #1C64AD;
}
</style>
border-color css
<style>
span { border-color: #1C64AD; }
span { border-color: rgb(28,100,173); }
td.TdClassName
{
border-color: #1C64AD;
}
.TagClassName
{
border-color: #1C64AD;
}
</style>