Shades of Denim #104CBA
Tints of Denim #104CBA
RGB
CMYK
RGB Variations
Color information
#104CBA (or 0x104CBA) is known color: Denim. HEX triplet: 10, 4C and BA. RGB value is (16,76,186). Sum of RGB (Red+Green+Blue) = 16+76+186=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #104CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104CBA is #EFB345. Grayscale: #464646. Windows color (decimal): -15708998 or 12209168. OLE color: 12209168.
HSL color Cylindrical-coordinate representation of color #104CBA: hue angle of 218.82º 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 #104CBA is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 76 | 186 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.27 |
| HSL | 218.82º | 0.84% | 0.4% | - |
| HSV(B) | 218.82º | 0.91% | 0.73% | - |
| XYZ | 11.66 | 8.82 | 47.54 | - |
| YUV | 70.6 | 193.12 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 186 | 0.91 | 0.59 | 0 | 0.27 | 218.82 | 0.84 | 0.4 |
| Hex | 10 | 4C | BA | 5B | 3B | 0 | 1B | DB | 54 | 28 |
| Octal | 20 | 114 | 272 | 133 | 73 | 0 | 33 | 333 | 124 | 50 |
| Binary | 10000 | 1001100 | 10111010 | 1011011 | 111011 | 0 | 11011 | 11011011 | 1010100 | 101000 |
Color Harmonies of #104CBA
Complementary color
Monochromatic Colors of #104CBA
Black with #104CBA
Text Example
Text Example
White with #104CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104CBA; }
p { color: rgb(16,76,186); }
H1.HeaderClassName
{
color: #104CBA;
}
.AnyTagClassName
{
color: #104CBA;
}
</style>
background-color css
<style>
a { background-color: #104CBA; }
a { background-color: rgb(16,76,186); }
div.DivClassName
{
background-color: #104CBA;
}
.BgClassName
{
background-color: #104CBA;
}
</style>
border-color css
<style>
span { border-color: #104CBA; }
span { border-color: rgb(16,76,186); }
td.TdClassName
{
border-color: #104CBA;
}
.TagClassName
{
border-color: #104CBA;
}
</style>