Shades of Denim #1063C3
Tints of Denim #1063C3
RGB
CMYK
RGB Variations
Color information
#1063C3 (or 0x1063C3) is known color: Denim. HEX triplet: 10, 63 and C3. RGB value is (16,99,195). Sum of RGB (Red+Green+Blue) = 16+99+195=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 195 (76.56% from 255 or 62.90% from 310); Max value from RGB is 195 - color contains mainly: blue. Hex color #1063C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063C3 is #EF9C3C. Grayscale: #545454. Windows color (decimal): -15703101 or 12804880. OLE color: 12804880.
HSL color Cylindrical-coordinate representation of color #1063C3: hue angle of 212.18º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1063C3 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 99 | 195 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.24 |
| HSL | 212.18º | 0.85% | 0.41% | - |
| HSV(B) | 212.18º | 0.92% | 0.76% | - |
| XYZ | 14.53 | 12.97 | 53.37 | - |
| YUV | 85.13 | 190 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 195 | 0.92 | 0.49 | 0 | 0.24 | 212.18 | 0.85 | 0.41 |
| Hex | 10 | 63 | C3 | 5C | 31 | 0 | 18 | D4 | 55 | 29 |
| Octal | 20 | 143 | 303 | 134 | 61 | 0 | 30 | 324 | 125 | 51 |
| Binary | 10000 | 1100011 | 11000011 | 1011100 | 110001 | 0 | 11000 | 11010100 | 1010101 | 101001 |
Color Harmonies of #1063C3
Complementary color
Monochromatic Colors of #1063C3
Black with #1063C3
Text Example
Text Example
White with #1063C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1063C3; }
p { color: rgb(16,99,195); }
H1.HeaderClassName
{
color: #1063C3;
}
.AnyTagClassName
{
color: #1063C3;
}
</style>
background-color css
<style>
a { background-color: #1063C3; }
a { background-color: rgb(16,99,195); }
div.DivClassName
{
background-color: #1063C3;
}
.BgClassName
{
background-color: #1063C3;
}
</style>
border-color css
<style>
span { border-color: #1063C3; }
span { border-color: rgb(16,99,195); }
td.TdClassName
{
border-color: #1063C3;
}
.TagClassName
{
border-color: #1063C3;
}
</style>