Shades of Denim #1C64CA
Tints of Denim #1C64CA
RGB
CMYK
RGB Variations
Color information
#1C64CA (or 0x1C64CA) is known color: Denim. HEX triplet: 1C, 64 and CA. RGB value is (28,100,202). Sum of RGB (Red+Green+Blue) = 28+100+202=330 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.48% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C64CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C64CA is #E39B35. Grayscale: #595959. Windows color (decimal): -14916406 or 13263900. OLE color: 13263900.
HSL color Cylindrical-coordinate representation of color #1C64CA: hue angle of 215.17º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C64CA is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 100 | 202 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.21 |
| HSL | 215.17º | 0.76% | 0.45% | - |
| HSV(B) | 215.17º | 0.86% | 0.79% | - |
| XYZ | 15.7 | 13.63 | 57.68 | - |
| YUV | 90.1 | 191.15 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 100 | 202 | 0.86 | 0.50 | 0 | 0.21 | 215.17 | 0.76 | 0.45 |
| Hex | 1C | 64 | CA | 56 | 32 | 0 | 15 | D7 | 4C | 2D |
| Octal | 34 | 144 | 312 | 126 | 62 | 0 | 25 | 327 | 114 | 55 |
| Binary | 11100 | 1100100 | 11001010 | 1010110 | 110010 | 0 | 10101 | 11010111 | 1001100 | 101101 |
Color Harmonies of #1C64CA
Complementary color
Monochromatic Colors of #1C64CA
Black with #1C64CA
Text Example
Text Example
White with #1C64CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C64CA; }
p { color: rgb(28,100,202); }
H1.HeaderClassName
{
color: #1C64CA;
}
.AnyTagClassName
{
color: #1C64CA;
}
</style>
background-color css
<style>
a { background-color: #1C64CA; }
a { background-color: rgb(28,100,202); }
div.DivClassName
{
background-color: #1C64CA;
}
.BgClassName
{
background-color: #1C64CA;
}
</style>
border-color css
<style>
span { border-color: #1C64CA; }
span { border-color: rgb(28,100,202); }
td.TdClassName
{
border-color: #1C64CA;
}
.TagClassName
{
border-color: #1C64CA;
}
</style>