Shades of Denim #1054B3
Tints of Denim #1054B3
RGB
CMYK
RGB Variations
Color information
#1054B3 (or 0x1054B3) is known color: Denim. HEX triplet: 10, 54 and B3. RGB value is (16,84,179). Sum of RGB (Red+Green+Blue) = 16+84+179=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 179 (70.31% from 255 or 64.16% from 279); Max value from RGB is 179 - color contains mainly: blue. Hex color #1054B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1054B3 is #EFAB4C. Grayscale: #4A4A4A. Windows color (decimal): -15706957 or 11752464. OLE color: 11752464.
HSL color Cylindrical-coordinate representation of color #1054B3: hue angle of 214.97º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1054B3 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 84 | 179 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.30 |
| HSL | 214.97º | 0.84% | 0.38% | - |
| HSV(B) | 214.97º | 0.91% | 0.7% | - |
| XYZ | 11.52 | 9.71 | 43.91 | - |
| YUV | 74.5 | 186.97 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 179 | 0.91 | 0.53 | 0 | 0.30 | 214.97 | 0.84 | 0.38 |
| Hex | 10 | 54 | B3 | 5B | 35 | 0 | 1E | D7 | 54 | 26 |
| Octal | 20 | 124 | 263 | 133 | 65 | 0 | 36 | 327 | 124 | 46 |
| Binary | 10000 | 1010100 | 10110011 | 1011011 | 110101 | 0 | 11110 | 11010111 | 1010100 | 100110 |
Color Harmonies of #1054B3
Complementary color
Monochromatic Colors of #1054B3
Black with #1054B3
Text Example
Text Example
White with #1054B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1054B3; }
p { color: rgb(16,84,179); }
H1.HeaderClassName
{
color: #1054B3;
}
.AnyTagClassName
{
color: #1054B3;
}
</style>
background-color css
<style>
a { background-color: #1054B3; }
a { background-color: rgb(16,84,179); }
div.DivClassName
{
background-color: #1054B3;
}
.BgClassName
{
background-color: #1054B3;
}
</style>
border-color css
<style>
span { border-color: #1054B3; }
span { border-color: rgb(16,84,179); }
td.TdClassName
{
border-color: #1054B3;
}
.TagClassName
{
border-color: #1054B3;
}
</style>