Shades of Denim #1054BC
Tints of Denim #1054BC
RGB
CMYK
RGB Variations
Color information
#1054BC (or 0x1054BC) is known color: Denim. HEX triplet: 10, 54 and BC. RGB value is (16,84,188). Sum of RGB (Red+Green+Blue) = 16+84+188=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #1054BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1054BC is #EFAB43. Grayscale: #4B4B4B. Windows color (decimal): -15706948 or 12342288. OLE color: 12342288.
HSL color Cylindrical-coordinate representation of color #1054BC: hue angle of 216.28º 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 #1054BC is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 84 | 188 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.26 |
| HSL | 216.28º | 0.84% | 0.4% | - |
| HSV(B) | 216.28º | 0.91% | 0.74% | - |
| XYZ | 12.46 | 10.08 | 48.87 | - |
| YUV | 75.52 | 191.47 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 188 | 0.91 | 0.55 | 0 | 0.26 | 216.28 | 0.84 | 0.4 |
| Hex | 10 | 54 | BC | 5B | 37 | 0 | 1A | D8 | 54 | 28 |
| Octal | 20 | 124 | 274 | 133 | 67 | 0 | 32 | 330 | 124 | 50 |
| Binary | 10000 | 1010100 | 10111100 | 1011011 | 110111 | 0 | 11010 | 11011000 | 1010100 | 101000 |
Color Harmonies of #1054BC
Complementary color
Monochromatic Colors of #1054BC
Black with #1054BC
Text Example
Text Example
White with #1054BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1054BC; }
p { color: rgb(16,84,188); }
H1.HeaderClassName
{
color: #1054BC;
}
.AnyTagClassName
{
color: #1054BC;
}
</style>
background-color css
<style>
a { background-color: #1054BC; }
a { background-color: rgb(16,84,188); }
div.DivClassName
{
background-color: #1054BC;
}
.BgClassName
{
background-color: #1054BC;
}
</style>
border-color css
<style>
span { border-color: #1054BC; }
span { border-color: rgb(16,84,188); }
td.TdClassName
{
border-color: #1054BC;
}
.TagClassName
{
border-color: #1054BC;
}
</style>