Shades of Denim #1054D0
Tints of Denim #1054D0
RGB
CMYK
RGB Variations
Color information
#1054D0 (or 0x1054D0) is known color: Denim. HEX triplet: 10, 54 and D0. RGB value is (16,84,208). Sum of RGB (Red+Green+Blue) = 16+84+208=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 208 (81.64% from 255 or 67.53% from 308); Max value from RGB is 208 - color contains mainly: blue. Hex color #1054D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1054D0 is #EFAB2F. Grayscale: #4D4D4D. Windows color (decimal): -15706928 or 13653008. OLE color: 13653008.
HSL color Cylindrical-coordinate representation of color #1054D0: hue angle of 218.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1054D0 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 84 | 208 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.18 |
| HSL | 218.75º | 0.86% | 0.44% | - |
| HSV(B) | 218.75º | 0.92% | 0.82% | - |
| XYZ | 14.77 | 11 | 61.02 | - |
| YUV | 77.8 | 201.47 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 208 | 0.92 | 0.60 | 0 | 0.18 | 218.75 | 0.86 | 0.44 |
| Hex | 10 | 54 | D0 | 5C | 3C | 0 | 12 | DB | 56 | 2C |
| Octal | 20 | 124 | 320 | 134 | 74 | 0 | 22 | 333 | 126 | 54 |
| Binary | 10000 | 1010100 | 11010000 | 1011100 | 111100 | 0 | 10010 | 11011011 | 1010110 | 101100 |
Color Harmonies of #1054D0
Complementary color
Monochromatic Colors of #1054D0
Black with #1054D0
Text Example
Text Example
White with #1054D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1054D0; }
p { color: rgb(16,84,208); }
H1.HeaderClassName
{
color: #1054D0;
}
.AnyTagClassName
{
color: #1054D0;
}
</style>
background-color css
<style>
a { background-color: #1054D0; }
a { background-color: rgb(16,84,208); }
div.DivClassName
{
background-color: #1054D0;
}
.BgClassName
{
background-color: #1054D0;
}
</style>
border-color css
<style>
span { border-color: #1054D0; }
span { border-color: rgb(16,84,208); }
td.TdClassName
{
border-color: #1054D0;
}
.TagClassName
{
border-color: #1054D0;
}
</style>