Shades of Denim #1073C1
Tints of Denim #1073C1
RGB
CMYK
RGB Variations
Color information
#1073C1 (or 0x1073C1) is known color: Denim. HEX triplet: 10, 73 and C1. RGB value is (16,115,193). Sum of RGB (Red+Green+Blue) = 16+115+193=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #1073C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1073C1 is #EF8C3E. Grayscale: #5D5D5D. Windows color (decimal): -15699007 or 12677904. OLE color: 12677904.
HSL color Cylindrical-coordinate representation of color #1073C1: hue angle of 206.44º 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 #1073C1 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 115 | 193 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.24 |
| HSL | 206.44º | 0.85% | 0.41% | - |
| HSV(B) | 206.44º | 0.92% | 0.76% | - |
| XYZ | 15.97 | 16.22 | 52.74 | - |
| YUV | 94.29 | 183.7 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 193 | 0.92 | 0.40 | 0 | 0.24 | 206.44 | 0.85 | 0.41 |
| Hex | 10 | 73 | C1 | 5C | 28 | 0 | 18 | CE | 55 | 29 |
| Octal | 20 | 163 | 301 | 134 | 50 | 0 | 30 | 316 | 125 | 51 |
| Binary | 10000 | 1110011 | 11000001 | 1011100 | 101000 | 0 | 11000 | 11001110 | 1010101 | 101001 |
Color Harmonies of #1073C1
Complementary color
Monochromatic Colors of #1073C1
Black with #1073C1
Text Example
Text Example
White with #1073C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1073C1; }
p { color: rgb(16,115,193); }
H1.HeaderClassName
{
color: #1073C1;
}
.AnyTagClassName
{
color: #1073C1;
}
</style>
background-color css
<style>
a { background-color: #1073C1; }
a { background-color: rgb(16,115,193); }
div.DivClassName
{
background-color: #1073C1;
}
.BgClassName
{
background-color: #1073C1;
}
</style>
border-color css
<style>
span { border-color: #1073C1; }
span { border-color: rgb(16,115,193); }
td.TdClassName
{
border-color: #1073C1;
}
.TagClassName
{
border-color: #1073C1;
}
</style>