Shades of Denim #104ED1
Tints of Denim #104ED1
RGB
CMYK
RGB Variations
Color information
#104ED1 (or 0x104ED1) is known color: Denim. HEX triplet: 10, 4E and D1. RGB value is (16,78,209). Sum of RGB (Red+Green+Blue) = 16+78+209=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 209 (82.03% from 255 or 68.98% from 303); Max value from RGB is 209 - color contains mainly: blue. Hex color #104ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104ED1 is #EFB12E. Grayscale: #494949. Windows color (decimal): -15708463 or 13717008. OLE color: 13717008.
HSL color Cylindrical-coordinate representation of color #104ED1: hue angle of 220.73º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104ED1 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 78 | 209 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.18 |
| HSL | 220.73º | 0.86% | 0.44% | - |
| HSV(B) | 220.73º | 0.92% | 0.82% | - |
| XYZ | 14.45 | 10.16 | 61.52 | - |
| YUV | 74.4 | 203.96 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 209 | 0.92 | 0.63 | 0 | 0.18 | 220.73 | 0.86 | 0.44 |
| Hex | 10 | 4E | D1 | 5C | 3F | 0 | 12 | DD | 56 | 2C |
| Octal | 20 | 116 | 321 | 134 | 77 | 0 | 22 | 335 | 126 | 54 |
| Binary | 10000 | 1001110 | 11010001 | 1011100 | 111111 | 0 | 10010 | 11011101 | 1010110 | 101100 |
Color Harmonies of #104ED1
Complementary color
Monochromatic Colors of #104ED1
Black with #104ED1
Text Example
Text Example
White with #104ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104ED1; }
p { color: rgb(16,78,209); }
H1.HeaderClassName
{
color: #104ED1;
}
.AnyTagClassName
{
color: #104ED1;
}
</style>
background-color css
<style>
a { background-color: #104ED1; }
a { background-color: rgb(16,78,209); }
div.DivClassName
{
background-color: #104ED1;
}
.BgClassName
{
background-color: #104ED1;
}
</style>
border-color css
<style>
span { border-color: #104ED1; }
span { border-color: rgb(16,78,209); }
td.TdClassName
{
border-color: #104ED1;
}
.TagClassName
{
border-color: #104ED1;
}
</style>