Shades of Denim #1052BF
Tints of Denim #1052BF
RGB
CMYK
RGB Variations
Color information
#1052BF (or 0x1052BF) is known color: Denim. HEX triplet: 10, 52 and BF. RGB value is (16,82,191). Sum of RGB (Red+Green+Blue) = 16+82+191=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #1052BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1052BF is #EFAD40. Grayscale: #4A4A4A. Windows color (decimal): -15707457 or 12538384. OLE color: 12538384.
HSL color Cylindrical-coordinate representation of color #1052BF: hue angle of 217.37º 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 #1052BF is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 82 | 191 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.25 |
| HSL | 217.37º | 0.85% | 0.41% | - |
| HSV(B) | 217.37º | 0.92% | 0.75% | - |
| XYZ | 12.63 | 9.91 | 50.54 | - |
| YUV | 74.69 | 193.63 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 191 | 0.92 | 0.57 | 0 | 0.25 | 217.37 | 0.85 | 0.41 |
| Hex | 10 | 52 | BF | 5C | 39 | 0 | 19 | D9 | 55 | 29 |
| Octal | 20 | 122 | 277 | 134 | 71 | 0 | 31 | 331 | 125 | 51 |
| Binary | 10000 | 1010010 | 10111111 | 1011100 | 111001 | 0 | 11001 | 11011001 | 1010101 | 101001 |
Color Harmonies of #1052BF
Complementary color
Monochromatic Colors of #1052BF
Black with #1052BF
Text Example
Text Example
White with #1052BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1052BF; }
p { color: rgb(16,82,191); }
H1.HeaderClassName
{
color: #1052BF;
}
.AnyTagClassName
{
color: #1052BF;
}
</style>
background-color css
<style>
a { background-color: #1052BF; }
a { background-color: rgb(16,82,191); }
div.DivClassName
{
background-color: #1052BF;
}
.BgClassName
{
background-color: #1052BF;
}
</style>
border-color css
<style>
span { border-color: #1052BF; }
span { border-color: rgb(16,82,191); }
td.TdClassName
{
border-color: #1052BF;
}
.TagClassName
{
border-color: #1052BF;
}
</style>