Shades of Denim #104EC0
Tints of Denim #104EC0
RGB
CMYK
RGB Variations
Color information
#104EC0 (or 0x104EC0) is known color: Denim. HEX triplet: 10, 4E and C0. RGB value is (16,78,192). Sum of RGB (Red+Green+Blue) = 16+78+192=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 192 (75.39% from 255 or 67.13% from 286); Max value from RGB is 192 - color contains mainly: blue. Hex color #104EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104EC0 is #EFB13F. Grayscale: #474747. Windows color (decimal): -15708480 or 12602896. OLE color: 12602896.
HSL color Cylindrical-coordinate representation of color #104EC0: hue angle of 218.86º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104EC0 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 78 | 192 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.25 |
| HSL | 218.86º | 0.85% | 0.41% | - |
| HSV(B) | 218.86º | 0.92% | 0.75% | - |
| XYZ | 12.45 | 9.36 | 51.02 | - |
| YUV | 72.46 | 195.46 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 192 | 0.92 | 0.59 | 0 | 0.25 | 218.86 | 0.85 | 0.41 |
| Hex | 10 | 4E | C0 | 5C | 3B | 0 | 19 | DB | 55 | 29 |
| Octal | 20 | 116 | 300 | 134 | 73 | 0 | 31 | 333 | 125 | 51 |
| Binary | 10000 | 1001110 | 11000000 | 1011100 | 111011 | 0 | 11001 | 11011011 | 1010101 | 101001 |
Color Harmonies of #104EC0
Complementary color
Monochromatic Colors of #104EC0
Black with #104EC0
Text Example
Text Example
White with #104EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104EC0; }
p { color: rgb(16,78,192); }
H1.HeaderClassName
{
color: #104EC0;
}
.AnyTagClassName
{
color: #104EC0;
}
</style>
background-color css
<style>
a { background-color: #104EC0; }
a { background-color: rgb(16,78,192); }
div.DivClassName
{
background-color: #104EC0;
}
.BgClassName
{
background-color: #104EC0;
}
</style>
border-color css
<style>
span { border-color: #104EC0; }
span { border-color: rgb(16,78,192); }
td.TdClassName
{
border-color: #104EC0;
}
.TagClassName
{
border-color: #104EC0;
}
</style>