Shades of Denim #104EC4
Tints of Denim #104EC4
RGB
CMYK
RGB Variations
Color information
#104EC4 (or 0x104EC4) is known color: Denim. HEX triplet: 10, 4E and C4. RGB value is (16,78,196). Sum of RGB (Red+Green+Blue) = 16+78+196=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 196 (76.95% from 255 or 67.59% from 290); Max value from RGB is 196 - color contains mainly: blue. Hex color #104EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104EC4 is #EFB13B. Grayscale: #484848. Windows color (decimal): -15708476 or 12865040. OLE color: 12865040.
HSL color Cylindrical-coordinate representation of color #104EC4: hue angle of 219.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104EC4 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 78 | 196 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.23 |
| HSL | 219.33º | 0.85% | 0.42% | - |
| HSV(B) | 219.33º | 0.92% | 0.77% | - |
| XYZ | 12.9 | 9.54 | 53.39 | - |
| YUV | 72.91 | 197.46 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 196 | 0.92 | 0.60 | 0 | 0.23 | 219.33 | 0.85 | 0.42 |
| Hex | 10 | 4E | C4 | 5C | 3C | 0 | 17 | DB | 55 | 2A |
| Octal | 20 | 116 | 304 | 134 | 74 | 0 | 27 | 333 | 125 | 52 |
| Binary | 10000 | 1001110 | 11000100 | 1011100 | 111100 | 0 | 10111 | 11011011 | 1010101 | 101010 |
Color Harmonies of #104EC4
Complementary color
Monochromatic Colors of #104EC4
Black with #104EC4
Text Example
Text Example
White with #104EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104EC4; }
p { color: rgb(16,78,196); }
H1.HeaderClassName
{
color: #104EC4;
}
.AnyTagClassName
{
color: #104EC4;
}
</style>
background-color css
<style>
a { background-color: #104EC4; }
a { background-color: rgb(16,78,196); }
div.DivClassName
{
background-color: #104EC4;
}
.BgClassName
{
background-color: #104EC4;
}
</style>
border-color css
<style>
span { border-color: #104EC4; }
span { border-color: rgb(16,78,196); }
td.TdClassName
{
border-color: #104EC4;
}
.TagClassName
{
border-color: #104EC4;
}
</style>