Shades of Cobalt #084DBA
Tints of Cobalt #084DBA
RGB
CMYK
RGB Variations
Color information
#084DBA (or 0x084DBA) is known color: Cobalt. HEX triplet: 08, 4D and BA. RGB value is (8,77,186). Sum of RGB (Red+Green+Blue) = 8+77+186=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #084DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084DBA is #F7B245. Grayscale: #444444. Windows color (decimal): -16233030 or 12209416. OLE color: 12209416.
HSL color Cylindrical-coordinate representation of color #084DBA: hue angle of 216.74º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084DBA is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 77 | 186 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.27 |
| HSL | 216.74º | 0.92% | 0.38% | - |
| HSV(B) | 216.74º | 0.96% | 0.73% | - |
| XYZ | 11.62 | 8.9 | 47.56 | - |
| YUV | 68.8 | 194.14 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 186 | 0.96 | 0.59 | 0 | 0.27 | 216.74 | 0.92 | 0.38 |
| Hex | 8 | 4D | BA | 60 | 3B | 0 | 1B | D9 | 5C | 26 |
| Octal | 10 | 115 | 272 | 140 | 73 | 0 | 33 | 331 | 134 | 46 |
| Binary | 1000 | 1001101 | 10111010 | 1100000 | 111011 | 0 | 11011 | 11011001 | 1011100 | 100110 |
Color Harmonies of #084DBA
Complementary color
Monochromatic Colors of #084DBA
Black with #084DBA
Text Example
Text Example
White with #084DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DBA; }
p { color: rgb(8,77,186); }
H1.HeaderClassName
{
color: #084DBA;
}
.AnyTagClassName
{
color: #084DBA;
}
</style>
background-color css
<style>
a { background-color: #084DBA; }
a { background-color: rgb(8,77,186); }
div.DivClassName
{
background-color: #084DBA;
}
.BgClassName
{
background-color: #084DBA;
}
</style>
border-color css
<style>
span { border-color: #084DBA; }
span { border-color: rgb(8,77,186); }
td.TdClassName
{
border-color: #084DBA;
}
.TagClassName
{
border-color: #084DBA;
}
</style>