Shades of Cobalt #084998
Tints of Cobalt #084998
RGB
CMYK
RGB Variations
Color information
#084998 (or 0x084998) is known color: Cobalt. HEX triplet: 08, 49 and 98. RGB value is (8,73,152). Sum of RGB (Red+Green+Blue) = 8+73+152=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #084998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084998 is #F7B667. Grayscale: #3E3E3E. Windows color (decimal): -16234088 or 9980168. OLE color: 9980168.
HSL color Cylindrical-coordinate representation of color #084998: hue angle of 212.92º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084998 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 73 | 152 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.40 |
| HSL | 212.92º | 0.9% | 0.31% | - |
| HSV(B) | 212.92º | 0.95% | 0.6% | - |
| XYZ | 8.15 | 7.08 | 30.64 | - |
| YUV | 62.57 | 178.47 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 152 | 0.95 | 0.52 | 0 | 0.40 | 212.92 | 0.9 | 0.31 |
| Hex | 8 | 49 | 98 | 5F | 34 | 0 | 28 | D5 | 5A | 1F |
| Octal | 10 | 111 | 230 | 137 | 64 | 0 | 50 | 325 | 132 | 37 |
| Binary | 1000 | 1001001 | 10011000 | 1011111 | 110100 | 0 | 101000 | 11010101 | 1011010 | 11111 |
Color Harmonies of #084998
Complementary color
Monochromatic Colors of #084998
Black with #084998
Text Example
Text Example
White with #084998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084998; }
p { color: rgb(8,73,152); }
H1.HeaderClassName
{
color: #084998;
}
.AnyTagClassName
{
color: #084998;
}
</style>
background-color css
<style>
a { background-color: #084998; }
a { background-color: rgb(8,73,152); }
div.DivClassName
{
background-color: #084998;
}
.BgClassName
{
background-color: #084998;
}
</style>
border-color css
<style>
span { border-color: #084998; }
span { border-color: rgb(8,73,152); }
td.TdClassName
{
border-color: #084998;
}
.TagClassName
{
border-color: #084998;
}
</style>