Shades of Cobalt #104C9B
Tints of Cobalt #104C9B
RGB
CMYK
RGB Variations
Color information
#104C9B (or 0x104C9B) is known color: Cobalt. HEX triplet: 10, 4C and 9B. RGB value is (16,76,155). Sum of RGB (Red+Green+Blue) = 16+76+155=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #104C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104C9B is #EFB364. Grayscale: #424242. Windows color (decimal): -15709029 or 10177552. OLE color: 10177552.
HSL color Cylindrical-coordinate representation of color #104C9B: hue angle of 214.1º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #104C9B is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 76 | 155 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.39 |
| HSL | 214.1º | 0.81% | 0.34% | - |
| HSV(B) | 214.1º | 0.9% | 0.61% | - |
| XYZ | 8.71 | 7.65 | 32.03 | - |
| YUV | 67.07 | 177.62 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 155 | 0.90 | 0.51 | 0 | 0.39 | 214.1 | 0.81 | 0.34 |
| Hex | 10 | 4C | 9B | 5A | 33 | 0 | 27 | D6 | 51 | 22 |
| Octal | 20 | 114 | 233 | 132 | 63 | 0 | 47 | 326 | 121 | 42 |
| Binary | 10000 | 1001100 | 10011011 | 1011010 | 110011 | 0 | 100111 | 11010110 | 1010001 | 100010 |
Color Harmonies of #104C9B
Complementary color
Monochromatic Colors of #104C9B
Black with #104C9B
Text Example
Text Example
White with #104C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C9B; }
p { color: rgb(16,76,155); }
H1.HeaderClassName
{
color: #104C9B;
}
.AnyTagClassName
{
color: #104C9B;
}
</style>
background-color css
<style>
a { background-color: #104C9B; }
a { background-color: rgb(16,76,155); }
div.DivClassName
{
background-color: #104C9B;
}
.BgClassName
{
background-color: #104C9B;
}
</style>
border-color css
<style>
span { border-color: #104C9B; }
span { border-color: rgb(16,76,155); }
td.TdClassName
{
border-color: #104C9B;
}
.TagClassName
{
border-color: #104C9B;
}
</style>