Shades of Denim #1052CC
Tints of Denim #1052CC
RGB
CMYK
RGB Variations
Color information
#1052CC (or 0x1052CC) is known color: Denim. HEX triplet: 10, 52 and CC. RGB value is (16,82,204). Sum of RGB (Red+Green+Blue) = 16+82+204=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #1052CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1052CC is #EFAD33. Grayscale: #4B4B4B. Windows color (decimal): -15707444 or 13390352. OLE color: 13390352.
HSL color Cylindrical-coordinate representation of color #1052CC: hue angle of 218.94º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1052CC is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 82 | 204 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.2 |
| HSL | 218.94º | 0.85% | 0.43% | - |
| HSV(B) | 218.94º | 0.92% | 0.8% | - |
| XYZ | 14.13 | 10.5 | 58.41 | - |
| YUV | 76.17 | 200.13 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 204 | 0.92 | 0.60 | 0 | 0.2 | 218.94 | 0.85 | 0.43 |
| Hex | 10 | 52 | CC | 5C | 3C | 0 | 14 | DB | 55 | 2B |
| Octal | 20 | 122 | 314 | 134 | 74 | 0 | 24 | 333 | 125 | 53 |
| Binary | 10000 | 1010010 | 11001100 | 1011100 | 111100 | 0 | 10100 | 11011011 | 1010101 | 101011 |
Color Harmonies of #1052CC
Complementary color
Monochromatic Colors of #1052CC
Black with #1052CC
Text Example
Text Example
White with #1052CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1052CC; }
p { color: rgb(16,82,204); }
H1.HeaderClassName
{
color: #1052CC;
}
.AnyTagClassName
{
color: #1052CC;
}
</style>
background-color css
<style>
a { background-color: #1052CC; }
a { background-color: rgb(16,82,204); }
div.DivClassName
{
background-color: #1052CC;
}
.BgClassName
{
background-color: #1052CC;
}
</style>
border-color css
<style>
span { border-color: #1052CC; }
span { border-color: rgb(16,82,204); }
td.TdClassName
{
border-color: #1052CC;
}
.TagClassName
{
border-color: #1052CC;
}
</style>