Shades of Denim #104ECD
Tints of Denim #104ECD
RGB
CMYK
RGB Variations
Color information
#104ECD (or 0x104ECD) is known color: Denim. HEX triplet: 10, 4E and CD. RGB value is (16,78,205). Sum of RGB (Red+Green+Blue) = 16+78+205=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #104ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104ECD is #EFB132. Grayscale: #494949. Windows color (decimal): -15708467 or 13454864. OLE color: 13454864.
HSL color Cylindrical-coordinate representation of color #104ECD: hue angle of 220.32º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104ECD is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 78 | 205 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.20 |
| HSL | 220.32º | 0.86% | 0.43% | - |
| HSV(B) | 220.32º | 0.92% | 0.8% | - |
| XYZ | 13.96 | 9.97 | 58.95 | - |
| YUV | 73.94 | 201.96 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 205 | 0.92 | 0.62 | 0 | 0.20 | 220.32 | 0.86 | 0.43 |
| Hex | 10 | 4E | CD | 5C | 3E | 0 | 14 | DC | 56 | 2B |
| Octal | 20 | 116 | 315 | 134 | 76 | 0 | 24 | 334 | 126 | 53 |
| Binary | 10000 | 1001110 | 11001101 | 1011100 | 111110 | 0 | 10100 | 11011100 | 1010110 | 101011 |
Color Harmonies of #104ECD
Complementary color
Monochromatic Colors of #104ECD
Black with #104ECD
Text Example
Text Example
White with #104ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104ECD; }
p { color: rgb(16,78,205); }
H1.HeaderClassName
{
color: #104ECD;
}
.AnyTagClassName
{
color: #104ECD;
}
</style>
background-color css
<style>
a { background-color: #104ECD; }
a { background-color: rgb(16,78,205); }
div.DivClassName
{
background-color: #104ECD;
}
.BgClassName
{
background-color: #104ECD;
}
</style>
border-color css
<style>
span { border-color: #104ECD; }
span { border-color: rgb(16,78,205); }
td.TdClassName
{
border-color: #104ECD;
}
.TagClassName
{
border-color: #104ECD;
}
</style>