Shades of Denim #1054BA
Tints of Denim #1054BA
RGB
CMYK
RGB Variations
Color information
#1054BA (or 0x1054BA) is known color: Denim. HEX triplet: 10, 54 and BA. RGB value is (16,84,186). Sum of RGB (Red+Green+Blue) = 16+84+186=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #1054BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1054BA is #EFAB45. Grayscale: #4A4A4A. Windows color (decimal): -15706950 or 12211216. OLE color: 12211216.
HSL color Cylindrical-coordinate representation of color #1054BA: hue angle of 216º 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 #1054BA is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 84 | 186 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.27 |
| HSL | 216º | 0.84% | 0.4% | - |
| HSV(B) | 216º | 0.91% | 0.73% | - |
| XYZ | 12.25 | 10 | 47.74 | - |
| YUV | 75.3 | 190.47 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 186 | 0.91 | 0.55 | 0 | 0.27 | 216 | 0.84 | 0.4 |
| Hex | 10 | 54 | BA | 5B | 37 | 0 | 1B | D8 | 54 | 28 |
| Octal | 20 | 124 | 272 | 133 | 67 | 0 | 33 | 330 | 124 | 50 |
| Binary | 10000 | 1010100 | 10111010 | 1011011 | 110111 | 0 | 11011 | 11011000 | 1010100 | 101000 |
Color Harmonies of #1054BA
Complementary color
Monochromatic Colors of #1054BA
Black with #1054BA
Text Example
Text Example
White with #1054BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1054BA; }
p { color: rgb(16,84,186); }
H1.HeaderClassName
{
color: #1054BA;
}
.AnyTagClassName
{
color: #1054BA;
}
</style>
background-color css
<style>
a { background-color: #1054BA; }
a { background-color: rgb(16,84,186); }
div.DivClassName
{
background-color: #1054BA;
}
.BgClassName
{
background-color: #1054BA;
}
</style>
border-color css
<style>
span { border-color: #1054BA; }
span { border-color: rgb(16,84,186); }
td.TdClassName
{
border-color: #1054BA;
}
.TagClassName
{
border-color: #1054BA;
}
</style>