Shades of Denim #1C63CD
Tints of Denim #1C63CD
RGB
CMYK
RGB Variations
Color information
#1C63CD (or 0x1C63CD) is known color: Denim. HEX triplet: 1C, 63 and CD. RGB value is (28,99,205). Sum of RGB (Red+Green+Blue) = 28+99+205=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #1C63CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C63CD is #E39C32. Grayscale: #595959. Windows color (decimal): -14916659 or 13460252. OLE color: 13460252.
HSL color Cylindrical-coordinate representation of color #1C63CD: hue angle of 215.93º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C63CD is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 99 | 205 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.20 |
| HSL | 215.93º | 0.76% | 0.46% | - |
| HSV(B) | 215.93º | 0.86% | 0.8% | - |
| XYZ | 15.96 | 13.58 | 59.54 | - |
| YUV | 89.86 | 192.98 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 99 | 205 | 0.86 | 0.52 | 0 | 0.20 | 215.93 | 0.76 | 0.46 |
| Hex | 1C | 63 | CD | 56 | 34 | 0 | 14 | D8 | 4C | 2E |
| Octal | 34 | 143 | 315 | 126 | 64 | 0 | 24 | 330 | 114 | 56 |
| Binary | 11100 | 1100011 | 11001101 | 1010110 | 110100 | 0 | 10100 | 11011000 | 1001100 | 101110 |
Color Harmonies of #1C63CD
Complementary color
Monochromatic Colors of #1C63CD
Black with #1C63CD
Text Example
Text Example
White with #1C63CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C63CD; }
p { color: rgb(28,99,205); }
H1.HeaderClassName
{
color: #1C63CD;
}
.AnyTagClassName
{
color: #1C63CD;
}
</style>
background-color css
<style>
a { background-color: #1C63CD; }
a { background-color: rgb(28,99,205); }
div.DivClassName
{
background-color: #1C63CD;
}
.BgClassName
{
background-color: #1C63CD;
}
</style>
border-color css
<style>
span { border-color: #1C63CD; }
span { border-color: rgb(28,99,205); }
td.TdClassName
{
border-color: #1C63CD;
}
.TagClassName
{
border-color: #1C63CD;
}
</style>