Shades of Cobalt #104A98
Tints of Cobalt #104A98
RGB
CMYK
RGB Variations
Color information
#104A98 (or 0x104A98) is known color: Cobalt. HEX triplet: 10, 4A and 98. RGB value is (16,74,152). Sum of RGB (Red+Green+Blue) = 16+74+152=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #104A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104A98 is #EFB567. Grayscale: #414141. Windows color (decimal): -15709544 or 9980432. OLE color: 9980432.
HSL color Cylindrical-coordinate representation of color #104A98: hue angle of 214.41º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #104A98 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 74 | 152 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.40 |
| HSL | 214.41º | 0.81% | 0.33% | - |
| HSV(B) | 214.41º | 0.89% | 0.6% | - |
| XYZ | 8.33 | 7.27 | 30.67 | - |
| YUV | 65.55 | 176.78 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 152 | 0.89 | 0.51 | 0 | 0.40 | 214.41 | 0.81 | 0.33 |
| Hex | 10 | 4A | 98 | 59 | 33 | 0 | 28 | D6 | 51 | 21 |
| Octal | 20 | 112 | 230 | 131 | 63 | 0 | 50 | 326 | 121 | 41 |
| Binary | 10000 | 1001010 | 10011000 | 1011001 | 110011 | 0 | 101000 | 11010110 | 1010001 | 100001 |
Color Harmonies of #104A98
Complementary color
Monochromatic Colors of #104A98
Black with #104A98
Text Example
Text Example
White with #104A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A98; }
p { color: rgb(16,74,152); }
H1.HeaderClassName
{
color: #104A98;
}
.AnyTagClassName
{
color: #104A98;
}
</style>
background-color css
<style>
a { background-color: #104A98; }
a { background-color: rgb(16,74,152); }
div.DivClassName
{
background-color: #104A98;
}
.BgClassName
{
background-color: #104A98;
}
</style>
border-color css
<style>
span { border-color: #104A98; }
span { border-color: rgb(16,74,152); }
td.TdClassName
{
border-color: #104A98;
}
.TagClassName
{
border-color: #104A98;
}
</style>