Shades of Cobalt #084BA6
Tints of Cobalt #084BA6
RGB
CMYK
RGB Variations
Color information
#084BA6 (or 0x084BA6) is known color: Cobalt. HEX triplet: 08, 4B and A6. RGB value is (8,75,166). Sum of RGB (Red+Green+Blue) = 8+75+166=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 166 (65.23% from 255 or 66.67% from 249); Max value from RGB is 166 - color contains mainly: blue. Hex color #084BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084BA6 is #F7B459. Grayscale: #404040. Windows color (decimal): -16233562 or 10898184. OLE color: 10898184.
HSL color Cylindrical-coordinate representation of color #084BA6: hue angle of 214.56º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084BA6 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 75 | 166 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.35 |
| HSL | 214.56º | 0.91% | 0.34% | - |
| HSV(B) | 214.56º | 0.95% | 0.65% | - |
| XYZ | 9.5 | 7.84 | 37.09 | - |
| YUV | 65.34 | 184.8 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 166 | 0.95 | 0.55 | 0 | 0.35 | 214.56 | 0.91 | 0.34 |
| Hex | 8 | 4B | A6 | 5F | 37 | 0 | 23 | D7 | 5B | 22 |
| Octal | 10 | 113 | 246 | 137 | 67 | 0 | 43 | 327 | 133 | 42 |
| Binary | 1000 | 1001011 | 10100110 | 1011111 | 110111 | 0 | 100011 | 11010111 | 1011011 | 100010 |
Color Harmonies of #084BA6
Complementary color
Monochromatic Colors of #084BA6
Black with #084BA6
Text Example
Text Example
White with #084BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084BA6; }
p { color: rgb(8,75,166); }
H1.HeaderClassName
{
color: #084BA6;
}
.AnyTagClassName
{
color: #084BA6;
}
</style>
background-color css
<style>
a { background-color: #084BA6; }
a { background-color: rgb(8,75,166); }
div.DivClassName
{
background-color: #084BA6;
}
.BgClassName
{
background-color: #084BA6;
}
</style>
border-color css
<style>
span { border-color: #084BA6; }
span { border-color: rgb(8,75,166); }
td.TdClassName
{
border-color: #084BA6;
}
.TagClassName
{
border-color: #084BA6;
}
</style>