Shades of Denim #104EC3
Tints of Denim #104EC3
RGB
CMYK
RGB Variations
Color information
#104EC3 (or 0x104EC3) is known color: Denim. HEX triplet: 10, 4E and C3. RGB value is (16,78,195). Sum of RGB (Red+Green+Blue) = 16+78+195=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 195 (76.56% from 255 or 67.47% from 289); Max value from RGB is 195 - color contains mainly: blue. Hex color #104EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104EC3 is #EFB13C. Grayscale: #484848. Windows color (decimal): -15708477 or 12799504. OLE color: 12799504.
HSL color Cylindrical-coordinate representation of color #104EC3: hue angle of 219.22º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104EC3 is Cyan = 0.92, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 78 | 195 | - |
| CMYK | 0.92 | 0.6 | 0 | 0.24 |
| HSL | 219.22º | 0.85% | 0.41% | - |
| HSV(B) | 219.22º | 0.92% | 0.76% | - |
| XYZ | 12.79 | 9.5 | 52.79 | - |
| YUV | 72.8 | 196.96 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 195 | 0.92 | 0.6 | 0 | 0.24 | 219.22 | 0.85 | 0.41 |
| Hex | 10 | 4E | C3 | 5C | 3C | 0 | 18 | DB | 55 | 29 |
| Octal | 20 | 116 | 303 | 134 | 74 | 0 | 30 | 333 | 125 | 51 |
| Binary | 10000 | 1001110 | 11000011 | 1011100 | 111100 | 0 | 11000 | 11011011 | 1010101 | 101001 |
Color Harmonies of #104EC3
Complementary color
Monochromatic Colors of #104EC3
Black with #104EC3
Text Example
Text Example
White with #104EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104EC3; }
p { color: rgb(16,78,195); }
H1.HeaderClassName
{
color: #104EC3;
}
.AnyTagClassName
{
color: #104EC3;
}
</style>
background-color css
<style>
a { background-color: #104EC3; }
a { background-color: rgb(16,78,195); }
div.DivClassName
{
background-color: #104EC3;
}
.BgClassName
{
background-color: #104EC3;
}
</style>
border-color css
<style>
span { border-color: #104EC3; }
span { border-color: rgb(16,78,195); }
td.TdClassName
{
border-color: #104EC3;
}
.TagClassName
{
border-color: #104EC3;
}
</style>