Shades of Cobalt #084DA1
Tints of Cobalt #084DA1
RGB
CMYK
RGB Variations
Color information
#084DA1 (or 0x084DA1) is known color: Cobalt. HEX triplet: 08, 4D and A1. RGB value is (8,77,161). Sum of RGB (Red+Green+Blue) = 8+77+161=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 161 (63.28% from 255 or 65.45% from 246); Max value from RGB is 161 - color contains mainly: blue. Hex color #084DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084DA1 is #F7B25E. Grayscale: #414141. Windows color (decimal): -16233055 or 10571016. OLE color: 10571016.
HSL color Cylindrical-coordinate representation of color #084DA1: hue angle of 212.94º degrees, saturation: 0.91, 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 #084DA1 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 77 | 161 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.37 |
| HSL | 212.94º | 0.91% | 0.33% | - |
| HSV(B) | 212.94º | 0.95% | 0.63% | - |
| XYZ | 9.19 | 7.93 | 34.77 | - |
| YUV | 65.95 | 181.64 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 161 | 0.95 | 0.52 | 0 | 0.37 | 212.94 | 0.91 | 0.33 |
| Hex | 8 | 4D | A1 | 5F | 34 | 0 | 25 | D5 | 5B | 21 |
| Octal | 10 | 115 | 241 | 137 | 64 | 0 | 45 | 325 | 133 | 41 |
| Binary | 1000 | 1001101 | 10100001 | 1011111 | 110100 | 0 | 100101 | 11010101 | 1011011 | 100001 |
Color Harmonies of #084DA1
Complementary color
Monochromatic Colors of #084DA1
Black with #084DA1
Text Example
Text Example
White with #084DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DA1; }
p { color: rgb(8,77,161); }
H1.HeaderClassName
{
color: #084DA1;
}
.AnyTagClassName
{
color: #084DA1;
}
</style>
background-color css
<style>
a { background-color: #084DA1; }
a { background-color: rgb(8,77,161); }
div.DivClassName
{
background-color: #084DA1;
}
.BgClassName
{
background-color: #084DA1;
}
</style>
border-color css
<style>
span { border-color: #084DA1; }
span { border-color: rgb(8,77,161); }
td.TdClassName
{
border-color: #084DA1;
}
.TagClassName
{
border-color: #084DA1;
}
</style>