Shades of Denim #1C63C4
Tints of Denim #1C63C4
RGB
CMYK
RGB Variations
Color information
#1C63C4 (or 0x1C63C4) is known color: Denim. HEX triplet: 1C, 63 and C4. RGB value is (28,99,196). Sum of RGB (Red+Green+Blue) = 28+99+196=323 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.67% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #1C63C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C63C4 is #E39C3B. Grayscale: #585858. Windows color (decimal): -14916668 or 12870428. OLE color: 12870428.
HSL color Cylindrical-coordinate representation of color #1C63C4: hue angle of 214.64º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C63C4 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 99 | 196 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.23 |
| HSL | 214.64º | 0.75% | 0.44% | - |
| HSV(B) | 214.64º | 0.86% | 0.77% | - |
| XYZ | 14.9 | 13.16 | 53.98 | - |
| YUV | 88.83 | 188.48 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 99 | 196 | 0.86 | 0.49 | 0 | 0.23 | 214.64 | 0.75 | 0.44 |
| Hex | 1C | 63 | C4 | 56 | 31 | 0 | 17 | D7 | 4B | 2C |
| Octal | 34 | 143 | 304 | 126 | 61 | 0 | 27 | 327 | 113 | 54 |
| Binary | 11100 | 1100011 | 11000100 | 1010110 | 110001 | 0 | 10111 | 11010111 | 1001011 | 101100 |
Color Harmonies of #1C63C4
Complementary color
Monochromatic Colors of #1C63C4
Black with #1C63C4
Text Example
Text Example
White with #1C63C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C63C4; }
p { color: rgb(28,99,196); }
H1.HeaderClassName
{
color: #1C63C4;
}
.AnyTagClassName
{
color: #1C63C4;
}
</style>
background-color css
<style>
a { background-color: #1C63C4; }
a { background-color: rgb(28,99,196); }
div.DivClassName
{
background-color: #1C63C4;
}
.BgClassName
{
background-color: #1C63C4;
}
</style>
border-color css
<style>
span { border-color: #1C63C4; }
span { border-color: rgb(28,99,196); }
td.TdClassName
{
border-color: #1C63C4;
}
.TagClassName
{
border-color: #1C63C4;
}
</style>