Shades of Denim #1051C0
Tints of Denim #1051C0
RGB
CMYK
RGB Variations
Color information
#1051C0 (or 0x1051C0) is known color: Denim. HEX triplet: 10, 51 and C0. RGB value is (16,81,192). Sum of RGB (Red+Green+Blue) = 16+81+192=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 192 (75.39% from 255 or 66.44% from 289); Max value from RGB is 192 - color contains mainly: blue. Hex color #1051C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1051C0 is #EFAE3F. Grayscale: #494949. Windows color (decimal): -15707712 or 12603664. OLE color: 12603664.
HSL color Cylindrical-coordinate representation of color #1051C0: hue angle of 217.84º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1051C0 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 81 | 192 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.25 |
| HSL | 217.84º | 0.85% | 0.41% | - |
| HSV(B) | 217.84º | 0.92% | 0.75% | - |
| XYZ | 12.67 | 9.8 | 51.09 | - |
| YUV | 74.22 | 194.47 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 192 | 0.92 | 0.58 | 0 | 0.25 | 217.84 | 0.85 | 0.41 |
| Hex | 10 | 51 | C0 | 5C | 3A | 0 | 19 | DA | 55 | 29 |
| Octal | 20 | 121 | 300 | 134 | 72 | 0 | 31 | 332 | 125 | 51 |
| Binary | 10000 | 1010001 | 11000000 | 1011100 | 111010 | 0 | 11001 | 11011010 | 1010101 | 101001 |
Color Harmonies of #1051C0
Complementary color
Monochromatic Colors of #1051C0
Black with #1051C0
Text Example
Text Example
White with #1051C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1051C0; }
p { color: rgb(16,81,192); }
H1.HeaderClassName
{
color: #1051C0;
}
.AnyTagClassName
{
color: #1051C0;
}
</style>
background-color css
<style>
a { background-color: #1051C0; }
a { background-color: rgb(16,81,192); }
div.DivClassName
{
background-color: #1051C0;
}
.BgClassName
{
background-color: #1051C0;
}
</style>
border-color css
<style>
span { border-color: #1051C0; }
span { border-color: rgb(16,81,192); }
td.TdClassName
{
border-color: #1051C0;
}
.TagClassName
{
border-color: #1051C0;
}
</style>