Shades of Denim #104DBA
Tints of Denim #104DBA
RGB
CMYK
RGB Variations
Color information
#104DBA (or 0x104DBA) is known color: Denim. HEX triplet: 10, 4D and BA. RGB value is (16,77,186). Sum of RGB (Red+Green+Blue) = 16+77+186=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #104DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104DBA is #EFB245. Grayscale: #464646. Windows color (decimal): -15708742 or 12209424. OLE color: 12209424.
HSL color Cylindrical-coordinate representation of color #104DBA: hue angle of 218.47º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #104DBA is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 77 | 186 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.27 |
| HSL | 218.47º | 0.84% | 0.4% | - |
| HSV(B) | 218.47º | 0.91% | 0.73% | - |
| XYZ | 11.73 | 8.96 | 47.57 | - |
| YUV | 71.19 | 192.79 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 186 | 0.91 | 0.59 | 0 | 0.27 | 218.47 | 0.84 | 0.4 |
| Hex | 10 | 4D | BA | 5B | 3B | 0 | 1B | DA | 54 | 28 |
| Octal | 20 | 115 | 272 | 133 | 73 | 0 | 33 | 332 | 124 | 50 |
| Binary | 10000 | 1001101 | 10111010 | 1011011 | 111011 | 0 | 11011 | 11011010 | 1010100 | 101000 |
Color Harmonies of #104DBA
Complementary color
Monochromatic Colors of #104DBA
Black with #104DBA
Text Example
Text Example
White with #104DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104DBA; }
p { color: rgb(16,77,186); }
H1.HeaderClassName
{
color: #104DBA;
}
.AnyTagClassName
{
color: #104DBA;
}
</style>
background-color css
<style>
a { background-color: #104DBA; }
a { background-color: rgb(16,77,186); }
div.DivClassName
{
background-color: #104DBA;
}
.BgClassName
{
background-color: #104DBA;
}
</style>
border-color css
<style>
span { border-color: #104DBA; }
span { border-color: rgb(16,77,186); }
td.TdClassName
{
border-color: #104DBA;
}
.TagClassName
{
border-color: #104DBA;
}
</style>