Shades of Cobalt #104D9F
Tints of Cobalt #104D9F
RGB
CMYK
RGB Variations
Color information
#104D9F (or 0x104D9F) is known color: Cobalt. HEX triplet: 10, 4D and 9F. RGB value is (16,77,159). Sum of RGB (Red+Green+Blue) = 16+77+159=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #104D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104D9F is #EFB260. Grayscale: #434343. Windows color (decimal): -15708769 or 10439952. OLE color: 10439952.
HSL color Cylindrical-coordinate representation of color #104D9F: hue angle of 214.41º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104D9F is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 77 | 159 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.38 |
| HSL | 214.41º | 0.82% | 0.34% | - |
| HSV(B) | 214.41º | 0.9% | 0.62% | - |
| XYZ | 9.13 | 7.92 | 33.85 | - |
| YUV | 68.11 | 179.29 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 159 | 0.90 | 0.52 | 0 | 0.38 | 214.41 | 0.82 | 0.34 |
| Hex | 10 | 4D | 9F | 5A | 34 | 0 | 26 | D6 | 52 | 22 |
| Octal | 20 | 115 | 237 | 132 | 64 | 0 | 46 | 326 | 122 | 42 |
| Binary | 10000 | 1001101 | 10011111 | 1011010 | 110100 | 0 | 100110 | 11010110 | 1010010 | 100010 |
Color Harmonies of #104D9F
Complementary color
Monochromatic Colors of #104D9F
Black with #104D9F
Text Example
Text Example
White with #104D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D9F; }
p { color: rgb(16,77,159); }
H1.HeaderClassName
{
color: #104D9F;
}
.AnyTagClassName
{
color: #104D9F;
}
</style>
background-color css
<style>
a { background-color: #104D9F; }
a { background-color: rgb(16,77,159); }
div.DivClassName
{
background-color: #104D9F;
}
.BgClassName
{
background-color: #104D9F;
}
</style>
border-color css
<style>
span { border-color: #104D9F; }
span { border-color: rgb(16,77,159); }
td.TdClassName
{
border-color: #104D9F;
}
.TagClassName
{
border-color: #104D9F;
}
</style>