Shades of Denim #104EC6
Tints of Denim #104EC6
RGB
CMYK
RGB Variations
Color information
#104EC6 (or 0x104EC6) is known color: Denim. HEX triplet: 10, 4E and C6. RGB value is (16,78,198). Sum of RGB (Red+Green+Blue) = 16+78+198=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 198 (77.73% from 255 or 67.81% from 292); Max value from RGB is 198 - color contains mainly: blue. Hex color #104EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104EC6 is #EFB139. Grayscale: #484848. Windows color (decimal): -15708474 or 12996112. OLE color: 12996112.
HSL color Cylindrical-coordinate representation of color #104EC6: hue angle of 219.56º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104EC6 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 78 | 198 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.22 |
| HSL | 219.56º | 0.85% | 0.42% | - |
| HSV(B) | 219.56º | 0.92% | 0.78% | - |
| XYZ | 13.13 | 9.64 | 54.59 | - |
| YUV | 73.14 | 198.46 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 198 | 0.92 | 0.61 | 0 | 0.22 | 219.56 | 0.85 | 0.42 |
| Hex | 10 | 4E | C6 | 5C | 3D | 0 | 16 | DC | 55 | 2A |
| Octal | 20 | 116 | 306 | 134 | 75 | 0 | 26 | 334 | 125 | 52 |
| Binary | 10000 | 1001110 | 11000110 | 1011100 | 111101 | 0 | 10110 | 11011100 | 1010101 | 101010 |
Color Harmonies of #104EC6
Complementary color
Monochromatic Colors of #104EC6
Black with #104EC6
Text Example
Text Example
White with #104EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104EC6; }
p { color: rgb(16,78,198); }
H1.HeaderClassName
{
color: #104EC6;
}
.AnyTagClassName
{
color: #104EC6;
}
</style>
background-color css
<style>
a { background-color: #104EC6; }
a { background-color: rgb(16,78,198); }
div.DivClassName
{
background-color: #104EC6;
}
.BgClassName
{
background-color: #104EC6;
}
</style>
border-color css
<style>
span { border-color: #104EC6; }
span { border-color: rgb(16,78,198); }
td.TdClassName
{
border-color: #104EC6;
}
.TagClassName
{
border-color: #104EC6;
}
</style>