Shades of Denim #104DBD
Tints of Denim #104DBD
RGB
CMYK
RGB Variations
Color information
#104DBD (or 0x104DBD) is known color: Denim. HEX triplet: 10, 4D and BD. RGB value is (16,77,189). Sum of RGB (Red+Green+Blue) = 16+77+189=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #104DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104DBD is #EFB242. Grayscale: #474747. Windows color (decimal): -15708739 or 12406032. OLE color: 12406032.
HSL color Cylindrical-coordinate representation of color #104DBD: hue angle of 218.84º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104DBD is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 77 | 189 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.26 |
| HSL | 218.84º | 0.84% | 0.4% | - |
| HSV(B) | 218.84º | 0.92% | 0.74% | - |
| XYZ | 12.05 | 9.09 | 49.26 | - |
| YUV | 71.53 | 194.29 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 189 | 0.92 | 0.59 | 0 | 0.26 | 218.84 | 0.84 | 0.4 |
| Hex | 10 | 4D | BD | 5C | 3B | 0 | 1A | DB | 54 | 28 |
| Octal | 20 | 115 | 275 | 134 | 73 | 0 | 32 | 333 | 124 | 50 |
| Binary | 10000 | 1001101 | 10111101 | 1011100 | 111011 | 0 | 11010 | 11011011 | 1010100 | 101000 |
Color Harmonies of #104DBD
Complementary color
Monochromatic Colors of #104DBD
Black with #104DBD
Text Example
Text Example
White with #104DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104DBD; }
p { color: rgb(16,77,189); }
H1.HeaderClassName
{
color: #104DBD;
}
.AnyTagClassName
{
color: #104DBD;
}
</style>
background-color css
<style>
a { background-color: #104DBD; }
a { background-color: rgb(16,77,189); }
div.DivClassName
{
background-color: #104DBD;
}
.BgClassName
{
background-color: #104DBD;
}
</style>
border-color css
<style>
span { border-color: #104DBD; }
span { border-color: rgb(16,77,189); }
td.TdClassName
{
border-color: #104DBD;
}
.TagClassName
{
border-color: #104DBD;
}
</style>