Shades of Cobalt #084BA0
Tints of Cobalt #084BA0
RGB
CMYK
RGB Variations
Color information
#084BA0 (or 0x084BA0) is known color: Cobalt. HEX triplet: 08, 4B and A0. RGB value is (8,75,160). Sum of RGB (Red+Green+Blue) = 8+75+160=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 160 (62.89% from 255 or 65.84% from 243); Max value from RGB is 160 - color contains mainly: blue. Hex color #084BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084BA0 is #F7B45F. Grayscale: #404040. Windows color (decimal): -16233568 or 10504968. OLE color: 10504968.
HSL color Cylindrical-coordinate representation of color #084BA0: hue angle of 213.55º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084BA0 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 75 | 160 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.37 |
| HSL | 213.55º | 0.9% | 0.33% | - |
| HSV(B) | 213.55º | 0.95% | 0.63% | - |
| XYZ | 8.96 | 7.62 | 34.26 | - |
| YUV | 64.66 | 181.8 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 160 | 0.95 | 0.53 | 0 | 0.37 | 213.55 | 0.9 | 0.33 |
| Hex | 8 | 4B | A0 | 5F | 35 | 0 | 25 | D6 | 5A | 21 |
| Octal | 10 | 113 | 240 | 137 | 65 | 0 | 45 | 326 | 132 | 41 |
| Binary | 1000 | 1001011 | 10100000 | 1011111 | 110101 | 0 | 100101 | 11010110 | 1011010 | 100001 |
Color Harmonies of #084BA0
Complementary color
Monochromatic Colors of #084BA0
Black with #084BA0
Text Example
Text Example
White with #084BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084BA0; }
p { color: rgb(8,75,160); }
H1.HeaderClassName
{
color: #084BA0;
}
.AnyTagClassName
{
color: #084BA0;
}
</style>
background-color css
<style>
a { background-color: #084BA0; }
a { background-color: rgb(8,75,160); }
div.DivClassName
{
background-color: #084BA0;
}
.BgClassName
{
background-color: #084BA0;
}
</style>
border-color css
<style>
span { border-color: #084BA0; }
span { border-color: rgb(8,75,160); }
td.TdClassName
{
border-color: #084BA0;
}
.TagClassName
{
border-color: #084BA0;
}
</style>