Shades of Denim #1050BF
Tints of Denim #1050BF
RGB
CMYK
RGB Variations
Color information
#1050BF (or 0x1050BF) is known color: Denim. HEX triplet: 10, 50 and BF. RGB value is (16,80,191). Sum of RGB (Red+Green+Blue) = 16+80+191=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #1050BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1050BF is #EFAF40. Grayscale: #494949. Windows color (decimal): -15707969 or 12537872. OLE color: 12537872.
HSL color Cylindrical-coordinate representation of color #1050BF: hue angle of 218.06º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1050BF is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 80 | 191 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.25 |
| HSL | 218.06º | 0.85% | 0.41% | - |
| HSV(B) | 218.06º | 0.92% | 0.75% | - |
| XYZ | 12.49 | 9.61 | 50.49 | - |
| YUV | 73.52 | 194.3 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 191 | 0.92 | 0.58 | 0 | 0.25 | 218.06 | 0.85 | 0.41 |
| Hex | 10 | 50 | BF | 5C | 3A | 0 | 19 | DA | 55 | 29 |
| Octal | 20 | 120 | 277 | 134 | 72 | 0 | 31 | 332 | 125 | 51 |
| Binary | 10000 | 1010000 | 10111111 | 1011100 | 111010 | 0 | 11001 | 11011010 | 1010101 | 101001 |
Color Harmonies of #1050BF
Complementary color
Monochromatic Colors of #1050BF
Black with #1050BF
Text Example
Text Example
White with #1050BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1050BF; }
p { color: rgb(16,80,191); }
H1.HeaderClassName
{
color: #1050BF;
}
.AnyTagClassName
{
color: #1050BF;
}
</style>
background-color css
<style>
a { background-color: #1050BF; }
a { background-color: rgb(16,80,191); }
div.DivClassName
{
background-color: #1050BF;
}
.BgClassName
{
background-color: #1050BF;
}
</style>
border-color css
<style>
span { border-color: #1050BF; }
span { border-color: rgb(16,80,191); }
td.TdClassName
{
border-color: #1050BF;
}
.TagClassName
{
border-color: #1050BF;
}
</style>