Shades of Denim #1052C1
Tints of Denim #1052C1
RGB
CMYK
RGB Variations
Color information
#1052C1 (or 0x1052C1) is known color: Denim. HEX triplet: 10, 52 and C1. RGB value is (16,82,193). Sum of RGB (Red+Green+Blue) = 16+82+193=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 193 (75.78% from 255 or 66.32% from 291); Max value from RGB is 193 - color contains mainly: blue. Hex color #1052C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1052C1 is #EFAD3E. Grayscale: #4A4A4A. Windows color (decimal): -15707455 or 12669456. OLE color: 12669456.
HSL color Cylindrical-coordinate representation of color #1052C1: hue angle of 217.63º 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 #1052C1 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 82 | 193 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.24 |
| HSL | 217.63º | 0.85% | 0.41% | - |
| HSV(B) | 217.63º | 0.92% | 0.76% | - |
| XYZ | 12.86 | 10 | 51.7 | - |
| YUV | 74.92 | 194.63 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 193 | 0.92 | 0.58 | 0 | 0.24 | 217.63 | 0.85 | 0.41 |
| Hex | 10 | 52 | C1 | 5C | 3A | 0 | 18 | DA | 55 | 29 |
| Octal | 20 | 122 | 301 | 134 | 72 | 0 | 30 | 332 | 125 | 51 |
| Binary | 10000 | 1010010 | 11000001 | 1011100 | 111010 | 0 | 11000 | 11011010 | 1010101 | 101001 |
Color Harmonies of #1052C1
Complementary color
Monochromatic Colors of #1052C1
Black with #1052C1
Text Example
Text Example
White with #1052C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1052C1; }
p { color: rgb(16,82,193); }
H1.HeaderClassName
{
color: #1052C1;
}
.AnyTagClassName
{
color: #1052C1;
}
</style>
background-color css
<style>
a { background-color: #1052C1; }
a { background-color: rgb(16,82,193); }
div.DivClassName
{
background-color: #1052C1;
}
.BgClassName
{
background-color: #1052C1;
}
</style>
border-color css
<style>
span { border-color: #1052C1; }
span { border-color: rgb(16,82,193); }
td.TdClassName
{
border-color: #1052C1;
}
.TagClassName
{
border-color: #1052C1;
}
</style>