Shades of Denim #104DBC
Tints of Denim #104DBC
RGB
CMYK
RGB Variations
Color information
#104DBC (or 0x104DBC) is known color: Denim. HEX triplet: 10, 4D and BC. RGB value is (16,77,188). Sum of RGB (Red+Green+Blue) = 16+77+188=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #104DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104DBC is #EFB243. Grayscale: #464646. Windows color (decimal): -15708740 or 12340496. OLE color: 12340496.
HSL color Cylindrical-coordinate representation of color #104DBC: hue angle of 218.72º 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 #104DBC is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 77 | 188 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.26 |
| HSL | 218.72º | 0.84% | 0.4% | - |
| HSV(B) | 218.72º | 0.91% | 0.74% | - |
| XYZ | 11.94 | 9.05 | 48.69 | - |
| YUV | 71.42 | 193.79 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 188 | 0.91 | 0.59 | 0 | 0.26 | 218.72 | 0.84 | 0.4 |
| Hex | 10 | 4D | BC | 5B | 3B | 0 | 1A | DB | 54 | 28 |
| Octal | 20 | 115 | 274 | 133 | 73 | 0 | 32 | 333 | 124 | 50 |
| Binary | 10000 | 1001101 | 10111100 | 1011011 | 111011 | 0 | 11010 | 11011011 | 1010100 | 101000 |
Color Harmonies of #104DBC
Complementary color
Monochromatic Colors of #104DBC
Black with #104DBC
Text Example
Text Example
White with #104DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104DBC; }
p { color: rgb(16,77,188); }
H1.HeaderClassName
{
color: #104DBC;
}
.AnyTagClassName
{
color: #104DBC;
}
</style>
background-color css
<style>
a { background-color: #104DBC; }
a { background-color: rgb(16,77,188); }
div.DivClassName
{
background-color: #104DBC;
}
.BgClassName
{
background-color: #104DBC;
}
</style>
border-color css
<style>
span { border-color: #104DBC; }
span { border-color: rgb(16,77,188); }
td.TdClassName
{
border-color: #104DBC;
}
.TagClassName
{
border-color: #104DBC;
}
</style>