Shades of Denim #104ED7
Tints of Denim #104ED7
RGB
CMYK
RGB Variations
Color information
#104ED7 (or 0x104ED7) is known color: Denim. HEX triplet: 10, 4E and D7. RGB value is (16,78,215). Sum of RGB (Red+Green+Blue) = 16+78+215=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 215 (84.38% from 255 or 69.58% from 309); Max value from RGB is 215 - color contains mainly: blue. Hex color #104ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104ED7 is #EFB128. Grayscale: #4A4A4A. Windows color (decimal): -15708457 or 14110224. OLE color: 14110224.
HSL color Cylindrical-coordinate representation of color #104ED7: hue angle of 221.31º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104ED7 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 78 | 215 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.16 |
| HSL | 221.31º | 0.86% | 0.45% | - |
| HSV(B) | 221.31º | 0.93% | 0.84% | - |
| XYZ | 15.2 | 10.47 | 65.51 | - |
| YUV | 75.08 | 206.96 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 215 | 0.93 | 0.64 | 0 | 0.16 | 221.31 | 0.86 | 0.45 |
| Hex | 10 | 4E | D7 | 5D | 40 | 0 | 10 | DD | 56 | 2D |
| Octal | 20 | 116 | 327 | 135 | 100 | 0 | 20 | 335 | 126 | 55 |
| Binary | 10000 | 1001110 | 11010111 | 1011101 | 1000000 | 0 | 10000 | 11011101 | 1010110 | 101101 |
Color Harmonies of #104ED7
Complementary color
Monochromatic Colors of #104ED7
Black with #104ED7
Text Example
Text Example
White with #104ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104ED7; }
p { color: rgb(16,78,215); }
H1.HeaderClassName
{
color: #104ED7;
}
.AnyTagClassName
{
color: #104ED7;
}
</style>
background-color css
<style>
a { background-color: #104ED7; }
a { background-color: rgb(16,78,215); }
div.DivClassName
{
background-color: #104ED7;
}
.BgClassName
{
background-color: #104ED7;
}
</style>
border-color css
<style>
span { border-color: #104ED7; }
span { border-color: rgb(16,78,215); }
td.TdClassName
{
border-color: #104ED7;
}
.TagClassName
{
border-color: #104ED7;
}
</style>