Shades of Denim #1052C0
Tints of Denim #1052C0
RGB
CMYK
RGB Variations
Color information
#1052C0 (or 0x1052C0) is known color: Denim. HEX triplet: 10, 52 and C0. RGB value is (16,82,192). Sum of RGB (Red+Green+Blue) = 16+82+192=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 192 (75.39% from 255 or 66.21% from 290); Max value from RGB is 192 - color contains mainly: blue. Hex color #1052C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1052C0 is #EFAD3F. Grayscale: #4A4A4A. Windows color (decimal): -15707456 or 12603920. OLE color: 12603920.
HSL color Cylindrical-coordinate representation of color #1052C0: hue angle of 217.5º 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 #1052C0 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 82 | 192 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.25 |
| HSL | 217.5º | 0.85% | 0.41% | - |
| HSV(B) | 217.5º | 0.92% | 0.75% | - |
| XYZ | 12.75 | 9.95 | 51.12 | - |
| YUV | 74.81 | 194.13 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 192 | 0.92 | 0.57 | 0 | 0.25 | 217.5 | 0.85 | 0.41 |
| Hex | 10 | 52 | C0 | 5C | 39 | 0 | 19 | DA | 55 | 29 |
| Octal | 20 | 122 | 300 | 134 | 71 | 0 | 31 | 332 | 125 | 51 |
| Binary | 10000 | 1010010 | 11000000 | 1011100 | 111001 | 0 | 11001 | 11011010 | 1010101 | 101001 |
Color Harmonies of #1052C0
Complementary color
Monochromatic Colors of #1052C0
Black with #1052C0
Text Example
Text Example
White with #1052C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1052C0; }
p { color: rgb(16,82,192); }
H1.HeaderClassName
{
color: #1052C0;
}
.AnyTagClassName
{
color: #1052C0;
}
</style>
background-color css
<style>
a { background-color: #1052C0; }
a { background-color: rgb(16,82,192); }
div.DivClassName
{
background-color: #1052C0;
}
.BgClassName
{
background-color: #1052C0;
}
</style>
border-color css
<style>
span { border-color: #1052C0; }
span { border-color: rgb(16,82,192); }
td.TdClassName
{
border-color: #1052C0;
}
.TagClassName
{
border-color: #1052C0;
}
</style>