Shades of Denim #1051CC
Tints of Denim #1051CC
RGB
CMYK
RGB Variations
Color information
#1051CC (or 0x1051CC) is known color: Denim. HEX triplet: 10, 51 and CC. RGB value is (16,81,204). Sum of RGB (Red+Green+Blue) = 16+81+204=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #1051CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1051CC is #EFAE33. Grayscale: #4B4B4B. Windows color (decimal): -15707700 or 13390096. OLE color: 13390096.
HSL color Cylindrical-coordinate representation of color #1051CC: hue angle of 219.26º 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 #1051CC is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 81 | 204 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.2 |
| HSL | 219.26º | 0.85% | 0.43% | - |
| HSV(B) | 219.26º | 0.92% | 0.8% | - |
| XYZ | 14.06 | 10.35 | 58.38 | - |
| YUV | 75.59 | 200.47 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 204 | 0.92 | 0.60 | 0 | 0.2 | 219.26 | 0.85 | 0.43 |
| Hex | 10 | 51 | CC | 5C | 3C | 0 | 14 | DB | 55 | 2B |
| Octal | 20 | 121 | 314 | 134 | 74 | 0 | 24 | 333 | 125 | 53 |
| Binary | 10000 | 1010001 | 11001100 | 1011100 | 111100 | 0 | 10100 | 11011011 | 1010101 | 101011 |
Color Harmonies of #1051CC
Complementary color
Monochromatic Colors of #1051CC
Black with #1051CC
Text Example
Text Example
White with #1051CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1051CC; }
p { color: rgb(16,81,204); }
H1.HeaderClassName
{
color: #1051CC;
}
.AnyTagClassName
{
color: #1051CC;
}
</style>
background-color css
<style>
a { background-color: #1051CC; }
a { background-color: rgb(16,81,204); }
div.DivClassName
{
background-color: #1051CC;
}
.BgClassName
{
background-color: #1051CC;
}
</style>
border-color css
<style>
span { border-color: #1051CC; }
span { border-color: rgb(16,81,204); }
td.TdClassName
{
border-color: #1051CC;
}
.TagClassName
{
border-color: #1051CC;
}
</style>