Shades of Denim #1C64AA
Tints of Denim #1C64AA
RGB
CMYK
RGB Variations
Color information
#1C64AA (or 0x1C64AA) is known color: Denim. HEX triplet: 1C, 64 and AA. RGB value is (28,100,170). Sum of RGB (Red+Green+Blue) = 28+100+170=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C64AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C64AA is #E39B55. Grayscale: #565656. Windows color (decimal): -14916438 or 11166748. OLE color: 11166748.
HSL color Cylindrical-coordinate representation of color #1C64AA: hue angle of 209.58º 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 #1C64AA is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 100 | 170 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.33 |
| HSL | 209.58º | 0.72% | 0.39% | - |
| HSV(B) | 209.58º | 0.84% | 0.67% | - |
| XYZ | 12.29 | 12.26 | 39.75 | - |
| YUV | 86.45 | 175.15 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 170 | 0.84 | 0.41 | 0 | 0.33 | 209.58 | 0.72 | 0.39 |
| Hex | 1C | 64 | AA | 54 | 29 | 0 | 21 | D2 | 48 | 27 |
| Octal | 34 | 144 | 252 | 124 | 51 | 0 | 41 | 322 | 110 | 47 |
| Binary | 11100 | 1100100 | 10101010 | 1010100 | 101001 | 0 | 100001 | 11010010 | 1001000 | 100111 |
Color Harmonies of #1C64AA
Complementary color
Monochromatic Colors of #1C64AA
Black with #1C64AA
Text Example
Text Example
White with #1C64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C64AA; }
p { color: rgb(28,100,170); }
H1.HeaderClassName
{
color: #1C64AA;
}
.AnyTagClassName
{
color: #1C64AA;
}
</style>
background-color css
<style>
a { background-color: #1C64AA; }
a { background-color: rgb(28,100,170); }
div.DivClassName
{
background-color: #1C64AA;
}
.BgClassName
{
background-color: #1C64AA;
}
</style>
border-color css
<style>
span { border-color: #1C64AA; }
span { border-color: rgb(28,100,170); }
td.TdClassName
{
border-color: #1C64AA;
}
.TagClassName
{
border-color: #1C64AA;
}
</style>