Shades of Denim #1050CC
Tints of Denim #1050CC
RGB
CMYK
RGB Variations
Color information
#1050CC (or 0x1050CC) is known color: Denim. HEX triplet: 10, 50 and CC. RGB value is (16,80,204). Sum of RGB (Red+Green+Blue) = 16+80+204=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #1050CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1050CC is #EFAF33. Grayscale: #4A4A4A. Windows color (decimal): -15707956 or 13389840. OLE color: 13389840.
HSL color Cylindrical-coordinate representation of color #1050CC: hue angle of 219.57º 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 #1050CC is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 80 | 204 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.2 |
| HSL | 219.57º | 0.85% | 0.43% | - |
| HSV(B) | 219.57º | 0.92% | 0.8% | - |
| XYZ | 13.98 | 10.21 | 58.36 | - |
| YUV | 75 | 200.8 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 204 | 0.92 | 0.61 | 0 | 0.2 | 219.57 | 0.85 | 0.43 |
| Hex | 10 | 50 | CC | 5C | 3D | 0 | 14 | DC | 55 | 2B |
| Octal | 20 | 120 | 314 | 134 | 75 | 0 | 24 | 334 | 125 | 53 |
| Binary | 10000 | 1010000 | 11001100 | 1011100 | 111101 | 0 | 10100 | 11011100 | 1010101 | 101011 |
Color Harmonies of #1050CC
Complementary color
Monochromatic Colors of #1050CC
Black with #1050CC
Text Example
Text Example
White with #1050CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1050CC; }
p { color: rgb(16,80,204); }
H1.HeaderClassName
{
color: #1050CC;
}
.AnyTagClassName
{
color: #1050CC;
}
</style>
background-color css
<style>
a { background-color: #1050CC; }
a { background-color: rgb(16,80,204); }
div.DivClassName
{
background-color: #1050CC;
}
.BgClassName
{
background-color: #1050CC;
}
</style>
border-color css
<style>
span { border-color: #1050CC; }
span { border-color: rgb(16,80,204); }
td.TdClassName
{
border-color: #1050CC;
}
.TagClassName
{
border-color: #1050CC;
}
</style>