Shades of Denim #1050BC
Tints of Denim #1050BC
RGB
CMYK
RGB Variations
Color information
#1050BC (or 0x1050BC) is known color: Denim. HEX triplet: 10, 50 and BC. RGB value is (16,80,188). Sum of RGB (Red+Green+Blue) = 16+80+188=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #1050BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1050BC is #EFAF43. Grayscale: #484848. Windows color (decimal): -15707972 or 12341264. OLE color: 12341264.
HSL color Cylindrical-coordinate representation of color #1050BC: hue angle of 217.67º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1050BC is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 80 | 188 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.26 |
| HSL | 217.67º | 0.84% | 0.4% | - |
| HSV(B) | 217.67º | 0.91% | 0.74% | - |
| XYZ | 12.16 | 9.48 | 48.77 | - |
| YUV | 73.18 | 192.8 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 188 | 0.91 | 0.57 | 0 | 0.26 | 217.67 | 0.84 | 0.4 |
| Hex | 10 | 50 | BC | 5B | 39 | 0 | 1A | DA | 54 | 28 |
| Octal | 20 | 120 | 274 | 133 | 71 | 0 | 32 | 332 | 124 | 50 |
| Binary | 10000 | 1010000 | 10111100 | 1011011 | 111001 | 0 | 11010 | 11011010 | 1010100 | 101000 |
Color Harmonies of #1050BC
Complementary color
Monochromatic Colors of #1050BC
Black with #1050BC
Text Example
Text Example
White with #1050BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1050BC; }
p { color: rgb(16,80,188); }
H1.HeaderClassName
{
color: #1050BC;
}
.AnyTagClassName
{
color: #1050BC;
}
</style>
background-color css
<style>
a { background-color: #1050BC; }
a { background-color: rgb(16,80,188); }
div.DivClassName
{
background-color: #1050BC;
}
.BgClassName
{
background-color: #1050BC;
}
</style>
border-color css
<style>
span { border-color: #1050BC; }
span { border-color: rgb(16,80,188); }
td.TdClassName
{
border-color: #1050BC;
}
.TagClassName
{
border-color: #1050BC;
}
</style>