Shades of Denim #104DC4
Tints of Denim #104DC4
RGB
CMYK
RGB Variations
Color information
#104DC4 (or 0x104DC4) is known color: Denim. HEX triplet: 10, 4D and C4. RGB value is (16,77,196). Sum of RGB (Red+Green+Blue) = 16+77+196=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 196 (76.95% from 255 or 67.82% from 289); Max value from RGB is 196 - color contains mainly: blue. Hex color #104DC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104DC4 is #EFB23B. Grayscale: #474747. Windows color (decimal): -15708732 or 12864784. OLE color: 12864784.
HSL color Cylindrical-coordinate representation of color #104DC4: hue angle of 219.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104DC4 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 77 | 196 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.23 |
| HSL | 219.67º | 0.85% | 0.42% | - |
| HSV(B) | 219.67º | 0.92% | 0.77% | - |
| XYZ | 12.83 | 9.4 | 53.36 | - |
| YUV | 72.33 | 197.79 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 196 | 0.92 | 0.61 | 0 | 0.23 | 219.67 | 0.85 | 0.42 |
| Hex | 10 | 4D | C4 | 5C | 3D | 0 | 17 | DC | 55 | 2A |
| Octal | 20 | 115 | 304 | 134 | 75 | 0 | 27 | 334 | 125 | 52 |
| Binary | 10000 | 1001101 | 11000100 | 1011100 | 111101 | 0 | 10111 | 11011100 | 1010101 | 101010 |
Color Harmonies of #104DC4
Complementary color
Monochromatic Colors of #104DC4
Black with #104DC4
Text Example
Text Example
White with #104DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104DC4; }
p { color: rgb(16,77,196); }
H1.HeaderClassName
{
color: #104DC4;
}
.AnyTagClassName
{
color: #104DC4;
}
</style>
background-color css
<style>
a { background-color: #104DC4; }
a { background-color: rgb(16,77,196); }
div.DivClassName
{
background-color: #104DC4;
}
.BgClassName
{
background-color: #104DC4;
}
</style>
border-color css
<style>
span { border-color: #104DC4; }
span { border-color: rgb(16,77,196); }
td.TdClassName
{
border-color: #104DC4;
}
.TagClassName
{
border-color: #104DC4;
}
</style>