Shades of Denim #1057BA
Tints of Denim #1057BA
RGB
CMYK
RGB Variations
Color information
#1057BA (or 0x1057BA) is known color: Denim. HEX triplet: 10, 57 and BA. RGB value is (16,87,186). Sum of RGB (Red+Green+Blue) = 16+87+186=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #1057BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1057BA is #EFA845. Grayscale: #4C4C4C. Windows color (decimal): -15706182 or 12211984. OLE color: 12211984.
HSL color Cylindrical-coordinate representation of color #1057BA: hue angle of 214.94º 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 #1057BA is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 87 | 186 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.27 |
| HSL | 214.94º | 0.84% | 0.4% | - |
| HSV(B) | 214.94º | 0.91% | 0.73% | - |
| XYZ | 12.48 | 10.47 | 47.82 | - |
| YUV | 77.06 | 189.48 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 186 | 0.91 | 0.53 | 0 | 0.27 | 214.94 | 0.84 | 0.4 |
| Hex | 10 | 57 | BA | 5B | 35 | 0 | 1B | D7 | 54 | 28 |
| Octal | 20 | 127 | 272 | 133 | 65 | 0 | 33 | 327 | 124 | 50 |
| Binary | 10000 | 1010111 | 10111010 | 1011011 | 110101 | 0 | 11011 | 11010111 | 1010100 | 101000 |
Color Harmonies of #1057BA
Complementary color
Monochromatic Colors of #1057BA
Black with #1057BA
Text Example
Text Example
White with #1057BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1057BA; }
p { color: rgb(16,87,186); }
H1.HeaderClassName
{
color: #1057BA;
}
.AnyTagClassName
{
color: #1057BA;
}
</style>
background-color css
<style>
a { background-color: #1057BA; }
a { background-color: rgb(16,87,186); }
div.DivClassName
{
background-color: #1057BA;
}
.BgClassName
{
background-color: #1057BA;
}
</style>
border-color css
<style>
span { border-color: #1057BA; }
span { border-color: rgb(16,87,186); }
td.TdClassName
{
border-color: #1057BA;
}
.TagClassName
{
border-color: #1057BA;
}
</style>