Shades of Denim #1063CD
Tints of Denim #1063CD
RGB
CMYK
RGB Variations
Color information
#1063CD (or 0x1063CD) is known color: Denim. HEX triplet: 10, 63 and CD. RGB value is (16,99,205). Sum of RGB (Red+Green+Blue) = 16+99+205=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #1063CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063CD is #EF9C32. Grayscale: #555555. Windows color (decimal): -15703091 or 13460240. OLE color: 13460240.
HSL color Cylindrical-coordinate representation of color #1063CD: hue angle of 213.65º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1063CD is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 99 | 205 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.20 |
| HSL | 213.65º | 0.86% | 0.43% | - |
| HSV(B) | 213.65º | 0.92% | 0.8% | - |
| XYZ | 15.69 | 13.44 | 59.52 | - |
| YUV | 86.27 | 195 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 205 | 0.92 | 0.52 | 0 | 0.20 | 213.65 | 0.86 | 0.43 |
| Hex | 10 | 63 | CD | 5C | 34 | 0 | 14 | D6 | 56 | 2B |
| Octal | 20 | 143 | 315 | 134 | 64 | 0 | 24 | 326 | 126 | 53 |
| Binary | 10000 | 1100011 | 11001101 | 1011100 | 110100 | 0 | 10100 | 11010110 | 1010110 | 101011 |
Color Harmonies of #1063CD
Complementary color
Monochromatic Colors of #1063CD
Black with #1063CD
Text Example
Text Example
White with #1063CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1063CD; }
p { color: rgb(16,99,205); }
H1.HeaderClassName
{
color: #1063CD;
}
.AnyTagClassName
{
color: #1063CD;
}
</style>
background-color css
<style>
a { background-color: #1063CD; }
a { background-color: rgb(16,99,205); }
div.DivClassName
{
background-color: #1063CD;
}
.BgClassName
{
background-color: #1063CD;
}
</style>
border-color css
<style>
span { border-color: #1063CD; }
span { border-color: rgb(16,99,205); }
td.TdClassName
{
border-color: #1063CD;
}
.TagClassName
{
border-color: #1063CD;
}
</style>