Shades of Denim #1050BA
Tints of Denim #1050BA
RGB
CMYK
RGB Variations
Color information
#1050BA (or 0x1050BA) is known color: Denim. HEX triplet: 10, 50 and BA. RGB value is (16,80,186). Sum of RGB (Red+Green+Blue) = 16+80+186=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #1050BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1050BA is #EFAF45. Grayscale: #484848. Windows color (decimal): -15707974 or 12210192. OLE color: 12210192.
HSL color Cylindrical-coordinate representation of color #1050BA: hue angle of 217.41º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1050BA is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 80 | 186 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.27 |
| HSL | 217.41º | 0.84% | 0.4% | - |
| HSV(B) | 217.41º | 0.91% | 0.73% | - |
| XYZ | 11.95 | 9.39 | 47.64 | - |
| YUV | 72.95 | 191.8 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 186 | 0.91 | 0.57 | 0 | 0.27 | 217.41 | 0.84 | 0.4 |
| Hex | 10 | 50 | BA | 5B | 39 | 0 | 1B | D9 | 54 | 28 |
| Octal | 20 | 120 | 272 | 133 | 71 | 0 | 33 | 331 | 124 | 50 |
| Binary | 10000 | 1010000 | 10111010 | 1011011 | 111001 | 0 | 11011 | 11011001 | 1010100 | 101000 |
Color Harmonies of #1050BA
Complementary color
Monochromatic Colors of #1050BA
Black with #1050BA
Text Example
Text Example
White with #1050BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1050BA; }
p { color: rgb(16,80,186); }
H1.HeaderClassName
{
color: #1050BA;
}
.AnyTagClassName
{
color: #1050BA;
}
</style>
background-color css
<style>
a { background-color: #1050BA; }
a { background-color: rgb(16,80,186); }
div.DivClassName
{
background-color: #1050BA;
}
.BgClassName
{
background-color: #1050BA;
}
</style>
border-color css
<style>
span { border-color: #1050BA; }
span { border-color: rgb(16,80,186); }
td.TdClassName
{
border-color: #1050BA;
}
.TagClassName
{
border-color: #1050BA;
}
</style>