Shades of Denim #104DBB
Tints of Denim #104DBB
RGB
CMYK
RGB Variations
Color information
#104DBB (or 0x104DBB) is known color: Denim. HEX triplet: 10, 4D and BB. RGB value is (16,77,187). Sum of RGB (Red+Green+Blue) = 16+77+187=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #104DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104DBB is #EFB244. Grayscale: #464646. Windows color (decimal): -15708741 or 12274960. OLE color: 12274960.
HSL color Cylindrical-coordinate representation of color #104DBB: hue angle of 218.6º 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 #104DBB is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 77 | 187 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.27 |
| HSL | 218.6º | 0.84% | 0.4% | - |
| HSV(B) | 218.6º | 0.91% | 0.73% | - |
| XYZ | 11.84 | 9.01 | 48.13 | - |
| YUV | 71.3 | 193.29 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 187 | 0.91 | 0.59 | 0 | 0.27 | 218.6 | 0.84 | 0.4 |
| Hex | 10 | 4D | BB | 5B | 3B | 0 | 1B | DB | 54 | 28 |
| Octal | 20 | 115 | 273 | 133 | 73 | 0 | 33 | 333 | 124 | 50 |
| Binary | 10000 | 1001101 | 10111011 | 1011011 | 111011 | 0 | 11011 | 11011011 | 1010100 | 101000 |
Color Harmonies of #104DBB
Complementary color
Monochromatic Colors of #104DBB
Black with #104DBB
Text Example
Text Example
White with #104DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104DBB; }
p { color: rgb(16,77,187); }
H1.HeaderClassName
{
color: #104DBB;
}
.AnyTagClassName
{
color: #104DBB;
}
</style>
background-color css
<style>
a { background-color: #104DBB; }
a { background-color: rgb(16,77,187); }
div.DivClassName
{
background-color: #104DBB;
}
.BgClassName
{
background-color: #104DBB;
}
</style>
border-color css
<style>
span { border-color: #104DBB; }
span { border-color: rgb(16,77,187); }
td.TdClassName
{
border-color: #104DBB;
}
.TagClassName
{
border-color: #104DBB;
}
</style>