Shades of Denim #1054B9
Tints of Denim #1054B9
RGB
CMYK
RGB Variations
Color information
#1054B9 (or 0x1054B9) is known color: Denim. HEX triplet: 10, 54 and B9. RGB value is (16,84,185). Sum of RGB (Red+Green+Blue) = 16+84+185=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 185 (72.66% from 255 or 64.91% from 285); Max value from RGB is 185 - color contains mainly: blue. Hex color #1054B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1054B9 is #EFAB46. Grayscale: #4A4A4A. Windows color (decimal): -15706951 or 12145680. OLE color: 12145680.
HSL color Cylindrical-coordinate representation of color #1054B9: hue angle of 215.86º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1054B9 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 84 | 185 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.27 |
| HSL | 215.86º | 0.84% | 0.39% | - |
| HSV(B) | 215.86º | 0.91% | 0.73% | - |
| XYZ | 12.14 | 9.95 | 47.18 | - |
| YUV | 75.18 | 189.97 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 185 | 0.91 | 0.55 | 0 | 0.27 | 215.86 | 0.84 | 0.39 |
| Hex | 10 | 54 | B9 | 5B | 37 | 0 | 1B | D8 | 54 | 27 |
| Octal | 20 | 124 | 271 | 133 | 67 | 0 | 33 | 330 | 124 | 47 |
| Binary | 10000 | 1010100 | 10111001 | 1011011 | 110111 | 0 | 11011 | 11011000 | 1010100 | 100111 |
Color Harmonies of #1054B9
Complementary color
Monochromatic Colors of #1054B9
Black with #1054B9
Text Example
Text Example
White with #1054B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1054B9; }
p { color: rgb(16,84,185); }
H1.HeaderClassName
{
color: #1054B9;
}
.AnyTagClassName
{
color: #1054B9;
}
</style>
background-color css
<style>
a { background-color: #1054B9; }
a { background-color: rgb(16,84,185); }
div.DivClassName
{
background-color: #1054B9;
}
.BgClassName
{
background-color: #1054B9;
}
</style>
border-color css
<style>
span { border-color: #1054B9; }
span { border-color: rgb(16,84,185); }
td.TdClassName
{
border-color: #1054B9;
}
.TagClassName
{
border-color: #1054B9;
}
</style>