Shades of Denim #1063C7
Tints of Denim #1063C7
RGB
CMYK
RGB Variations
Color information
#1063C7 (or 0x1063C7) is known color: Denim. HEX triplet: 10, 63 and C7. RGB value is (16,99,199). Sum of RGB (Red+Green+Blue) = 16+99+199=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 199 (78.12% from 255 or 63.38% from 314); Max value from RGB is 199 - color contains mainly: blue. Hex color #1063C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1063C7 is #EF9C38. Grayscale: #555555. Windows color (decimal): -15703097 or 13067024. OLE color: 13067024.
HSL color Cylindrical-coordinate representation of color #1063C7: hue angle of 212.79º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1063C7 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 99 | 199 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.22 |
| HSL | 212.79º | 0.85% | 0.42% | - |
| HSV(B) | 212.79º | 0.92% | 0.78% | - |
| XYZ | 14.98 | 13.16 | 55.78 | - |
| YUV | 85.58 | 192 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 199 | 0.92 | 0.50 | 0 | 0.22 | 212.79 | 0.85 | 0.42 |
| Hex | 10 | 63 | C7 | 5C | 32 | 0 | 16 | D5 | 55 | 2A |
| Octal | 20 | 143 | 307 | 134 | 62 | 0 | 26 | 325 | 125 | 52 |
| Binary | 10000 | 1100011 | 11000111 | 1011100 | 110010 | 0 | 10110 | 11010101 | 1010101 | 101010 |
Color Harmonies of #1063C7
Complementary color
Monochromatic Colors of #1063C7
Black with #1063C7
Text Example
Text Example
White with #1063C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1063C7; }
p { color: rgb(16,99,199); }
H1.HeaderClassName
{
color: #1063C7;
}
.AnyTagClassName
{
color: #1063C7;
}
</style>
background-color css
<style>
a { background-color: #1063C7; }
a { background-color: rgb(16,99,199); }
div.DivClassName
{
background-color: #1063C7;
}
.BgClassName
{
background-color: #1063C7;
}
</style>
border-color css
<style>
span { border-color: #1063C7; }
span { border-color: rgb(16,99,199); }
td.TdClassName
{
border-color: #1063C7;
}
.TagClassName
{
border-color: #1063C7;
}
</style>