Shades of Cobalt #104A9B
Tints of Cobalt #104A9B
RGB
CMYK
RGB Variations
Color information
#104A9B (or 0x104A9B) is known color: Cobalt. HEX triplet: 10, 4A and 9B. RGB value is (16,74,155). Sum of RGB (Red+Green+Blue) = 16+74+155=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #104A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104A9B is #EFB564. Grayscale: #414141. Windows color (decimal): -15709541 or 10177040. OLE color: 10177040.
HSL color Cylindrical-coordinate representation of color #104A9B: hue angle of 214.96º 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 #104A9B is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 74 | 155 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.39 |
| HSL | 214.96º | 0.81% | 0.34% | - |
| HSV(B) | 214.96º | 0.9% | 0.61% | - |
| XYZ | 8.58 | 7.37 | 31.98 | - |
| YUV | 65.89 | 178.28 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 155 | 0.90 | 0.52 | 0 | 0.39 | 214.96 | 0.81 | 0.34 |
| Hex | 10 | 4A | 9B | 5A | 34 | 0 | 27 | D7 | 51 | 22 |
| Octal | 20 | 112 | 233 | 132 | 64 | 0 | 47 | 327 | 121 | 42 |
| Binary | 10000 | 1001010 | 10011011 | 1011010 | 110100 | 0 | 100111 | 11010111 | 1010001 | 100010 |
Color Harmonies of #104A9B
Complementary color
Monochromatic Colors of #104A9B
Black with #104A9B
Text Example
Text Example
White with #104A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A9B; }
p { color: rgb(16,74,155); }
H1.HeaderClassName
{
color: #104A9B;
}
.AnyTagClassName
{
color: #104A9B;
}
</style>
background-color css
<style>
a { background-color: #104A9B; }
a { background-color: rgb(16,74,155); }
div.DivClassName
{
background-color: #104A9B;
}
.BgClassName
{
background-color: #104A9B;
}
</style>
border-color css
<style>
span { border-color: #104A9B; }
span { border-color: rgb(16,74,155); }
td.TdClassName
{
border-color: #104A9B;
}
.TagClassName
{
border-color: #104A9B;
}
</style>