Shades of Cobalt #104DA6
Tints of Cobalt #104DA6
RGB
CMYK
RGB Variations
Color information
#104DA6 (or 0x104DA6) is known color: Cobalt. HEX triplet: 10, 4D and A6. RGB value is (16,77,166). Sum of RGB (Red+Green+Blue) = 16+77+166=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 166 (65.23% from 255 or 64.09% from 259); Max value from RGB is 166 - color contains mainly: blue. Hex color #104DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104DA6 is #EFB259. Grayscale: #444444. Windows color (decimal): -15708762 or 10898704. OLE color: 10898704.
HSL color Cylindrical-coordinate representation of color #104DA6: hue angle of 215.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104DA6 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 77 | 166 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.35 |
| HSL | 215.6º | 0.82% | 0.36% | - |
| HSV(B) | 215.6º | 0.9% | 0.65% | - |
| XYZ | 9.75 | 8.17 | 37.14 | - |
| YUV | 68.91 | 182.79 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 166 | 0.90 | 0.54 | 0 | 0.35 | 215.6 | 0.82 | 0.36 |
| Hex | 10 | 4D | A6 | 5A | 36 | 0 | 23 | D8 | 52 | 24 |
| Octal | 20 | 115 | 246 | 132 | 66 | 0 | 43 | 330 | 122 | 44 |
| Binary | 10000 | 1001101 | 10100110 | 1011010 | 110110 | 0 | 100011 | 11011000 | 1010010 | 100100 |
Color Harmonies of #104DA6
Complementary color
Monochromatic Colors of #104DA6
Black with #104DA6
Text Example
Text Example
White with #104DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104DA6; }
p { color: rgb(16,77,166); }
H1.HeaderClassName
{
color: #104DA6;
}
.AnyTagClassName
{
color: #104DA6;
}
</style>
background-color css
<style>
a { background-color: #104DA6; }
a { background-color: rgb(16,77,166); }
div.DivClassName
{
background-color: #104DA6;
}
.BgClassName
{
background-color: #104DA6;
}
</style>
border-color css
<style>
span { border-color: #104DA6; }
span { border-color: rgb(16,77,166); }
td.TdClassName
{
border-color: #104DA6;
}
.TagClassName
{
border-color: #104DA6;
}
</style>