Shades of Denim #104EBC
Tints of Denim #104EBC
RGB
CMYK
RGB Variations
Color information
#104EBC (or 0x104EBC) is known color: Denim. HEX triplet: 10, 4E and BC. RGB value is (16,78,188). Sum of RGB (Red+Green+Blue) = 16+78+188=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #104EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104EBC is #EFB143. Grayscale: #474747. Windows color (decimal): -15708484 or 12340752. OLE color: 12340752.
HSL color Cylindrical-coordinate representation of color #104EBC: hue angle of 218.37º 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 #104EBC is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 78 | 188 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.26 |
| HSL | 218.37º | 0.84% | 0.4% | - |
| HSV(B) | 218.37º | 0.91% | 0.74% | - |
| XYZ | 12.02 | 9.19 | 48.72 | - |
| YUV | 72 | 193.46 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 188 | 0.91 | 0.59 | 0 | 0.26 | 218.37 | 0.84 | 0.4 |
| Hex | 10 | 4E | BC | 5B | 3B | 0 | 1A | DA | 54 | 28 |
| Octal | 20 | 116 | 274 | 133 | 73 | 0 | 32 | 332 | 124 | 50 |
| Binary | 10000 | 1001110 | 10111100 | 1011011 | 111011 | 0 | 11010 | 11011010 | 1010100 | 101000 |
Color Harmonies of #104EBC
Complementary color
Monochromatic Colors of #104EBC
Black with #104EBC
Text Example
Text Example
White with #104EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104EBC; }
p { color: rgb(16,78,188); }
H1.HeaderClassName
{
color: #104EBC;
}
.AnyTagClassName
{
color: #104EBC;
}
</style>
background-color css
<style>
a { background-color: #104EBC; }
a { background-color: rgb(16,78,188); }
div.DivClassName
{
background-color: #104EBC;
}
.BgClassName
{
background-color: #104EBC;
}
</style>
border-color css
<style>
span { border-color: #104EBC; }
span { border-color: rgb(16,78,188); }
td.TdClassName
{
border-color: #104EBC;
}
.TagClassName
{
border-color: #104EBC;
}
</style>