Shades of Denim #1C63AD
Tints of Denim #1C63AD
RGB
CMYK
RGB Variations
Color information
#1C63AD (or 0x1C63AD) is known color: Denim. HEX triplet: 1C, 63 and AD. RGB value is (28,99,173). Sum of RGB (Red+Green+Blue) = 28+99+173=300 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.33% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C63AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C63AD is #E39C52. Grayscale: #555555. Windows color (decimal): -14916691 or 11363100. OLE color: 11363100.
HSL color Cylindrical-coordinate representation of color #1C63AD: hue angle of 210.62º 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 #1C63AD is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 99 | 173 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.32 |
| HSL | 210.62º | 0.72% | 0.39% | - |
| HSV(B) | 210.62º | 0.84% | 0.68% | - |
| XYZ | 12.48 | 12.19 | 41.23 | - |
| YUV | 86.21 | 176.98 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 99 | 173 | 0.84 | 0.43 | 0 | 0.32 | 210.62 | 0.72 | 0.39 |
| Hex | 1C | 63 | AD | 54 | 2B | 0 | 20 | D3 | 48 | 27 |
| Octal | 34 | 143 | 255 | 124 | 53 | 0 | 40 | 323 | 110 | 47 |
| Binary | 11100 | 1100011 | 10101101 | 1010100 | 101011 | 0 | 100000 | 11010011 | 1001000 | 100111 |
Color Harmonies of #1C63AD
Complementary color
Monochromatic Colors of #1C63AD
Black with #1C63AD
Text Example
Text Example
White with #1C63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C63AD; }
p { color: rgb(28,99,173); }
H1.HeaderClassName
{
color: #1C63AD;
}
.AnyTagClassName
{
color: #1C63AD;
}
</style>
background-color css
<style>
a { background-color: #1C63AD; }
a { background-color: rgb(28,99,173); }
div.DivClassName
{
background-color: #1C63AD;
}
.BgClassName
{
background-color: #1C63AD;
}
</style>
border-color css
<style>
span { border-color: #1C63AD; }
span { border-color: rgb(28,99,173); }
td.TdClassName
{
border-color: #1C63AD;
}
.TagClassName
{
border-color: #1C63AD;
}
</style>