Shades of Cobalt #084BA8
Tints of Cobalt #084BA8
RGB
CMYK
RGB Variations
Color information
#084BA8 (or 0x084BA8) is known color: Cobalt. HEX triplet: 08, 4B and A8. RGB value is (8,75,168). Sum of RGB (Red+Green+Blue) = 8+75+168=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 168 (66.02% from 255 or 66.93% from 251); Max value from RGB is 168 - color contains mainly: blue. Hex color #084BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084BA8 is #F7B457. Grayscale: #414141. Windows color (decimal): -16233560 or 11029256. OLE color: 11029256.
HSL color Cylindrical-coordinate representation of color #084BA8: hue angle of 214.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084BA8 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 8 | 75 | 168 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.34 |
| HSL | 214.88º | 0.91% | 0.35% | - |
| HSV(B) | 214.88º | 0.95% | 0.66% | - |
| XYZ | 9.68 | 7.91 | 38.06 | - |
| YUV | 65.57 | 185.8 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 168 | 0.95 | 0.55 | 0 | 0.34 | 214.88 | 0.91 | 0.35 |
| Hex | 8 | 4B | A8 | 5F | 37 | 0 | 22 | D7 | 5B | 23 |
| Octal | 10 | 113 | 250 | 137 | 67 | 0 | 42 | 327 | 133 | 43 |
| Binary | 1000 | 1001011 | 10101000 | 1011111 | 110111 | 0 | 100010 | 11010111 | 1011011 | 100011 |
Color Harmonies of #084BA8
Complementary color
Monochromatic Colors of #084BA8
Black with #084BA8
Text Example
Text Example
White with #084BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084BA8; }
p { color: rgb(8,75,168); }
H1.HeaderClassName
{
color: #084BA8;
}
.AnyTagClassName
{
color: #084BA8;
}
</style>
background-color css
<style>
a { background-color: #084BA8; }
a { background-color: rgb(8,75,168); }
div.DivClassName
{
background-color: #084BA8;
}
.BgClassName
{
background-color: #084BA8;
}
</style>
border-color css
<style>
span { border-color: #084BA8; }
span { border-color: rgb(8,75,168); }
td.TdClassName
{
border-color: #084BA8;
}
.TagClassName
{
border-color: #084BA8;
}
</style>