Shades of Cobalt #104998
Tints of Cobalt #104998
RGB
CMYK
RGB Variations
Color information
#104998 (or 0x104998) is known color: Cobalt. HEX triplet: 10, 49 and 98. RGB value is (16,73,152). Sum of RGB (Red+Green+Blue) = 16+73+152=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #104998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104998 is #EFB667. Grayscale: #404040. Windows color (decimal): -15709800 or 9980176. OLE color: 9980176.
HSL color Cylindrical-coordinate representation of color #104998: hue angle of 214.85º 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 #104998 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 73 | 152 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.40 |
| HSL | 214.85º | 0.81% | 0.33% | - |
| HSV(B) | 214.85º | 0.89% | 0.6% | - |
| XYZ | 8.26 | 7.14 | 30.65 | - |
| YUV | 64.96 | 177.12 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 152 | 0.89 | 0.52 | 0 | 0.40 | 214.85 | 0.81 | 0.33 |
| Hex | 10 | 49 | 98 | 59 | 34 | 0 | 28 | D7 | 51 | 21 |
| Octal | 20 | 111 | 230 | 131 | 64 | 0 | 50 | 327 | 121 | 41 |
| Binary | 10000 | 1001001 | 10011000 | 1011001 | 110100 | 0 | 101000 | 11010111 | 1010001 | 100001 |
Color Harmonies of #104998
Complementary color
Monochromatic Colors of #104998
Black with #104998
Text Example
Text Example
White with #104998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104998; }
p { color: rgb(16,73,152); }
H1.HeaderClassName
{
color: #104998;
}
.AnyTagClassName
{
color: #104998;
}
</style>
background-color css
<style>
a { background-color: #104998; }
a { background-color: rgb(16,73,152); }
div.DivClassName
{
background-color: #104998;
}
.BgClassName
{
background-color: #104998;
}
</style>
border-color css
<style>
span { border-color: #104998; }
span { border-color: rgb(16,73,152); }
td.TdClassName
{
border-color: #104998;
}
.TagClassName
{
border-color: #104998;
}
</style>