Shades of Cobalt #084BA4
Tints of Cobalt #084BA4
RGB
CMYK
RGB Variations
Color information
#084BA4 (or 0x084BA4) is known color: Cobalt. HEX triplet: 08, 4B and A4. RGB value is (8,75,164). Sum of RGB (Red+Green+Blue) = 8+75+164=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 164 (64.45% from 255 or 66.40% from 247); Max value from RGB is 164 - color contains mainly: blue. Hex color #084BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084BA4 is #F7B45B. Grayscale: #404040. Windows color (decimal): -16233564 or 10767112. OLE color: 10767112.
HSL color Cylindrical-coordinate representation of color #084BA4: hue angle of 214.23º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084BA4 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 75 | 164 | - |
| CMYK | 0.95 | 0.54 | 0 | 0.36 |
| HSL | 214.23º | 0.91% | 0.34% | - |
| HSV(B) | 214.23º | 0.95% | 0.64% | - |
| XYZ | 9.32 | 7.76 | 36.13 | - |
| YUV | 65.11 | 183.8 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 164 | 0.95 | 0.54 | 0 | 0.36 | 214.23 | 0.91 | 0.34 |
| Hex | 8 | 4B | A4 | 5F | 36 | 0 | 24 | D6 | 5B | 22 |
| Octal | 10 | 113 | 244 | 137 | 66 | 0 | 44 | 326 | 133 | 42 |
| Binary | 1000 | 1001011 | 10100100 | 1011111 | 110110 | 0 | 100100 | 11010110 | 1011011 | 100010 |
Color Harmonies of #084BA4
Complementary color
Monochromatic Colors of #084BA4
Black with #084BA4
Text Example
Text Example
White with #084BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084BA4; }
p { color: rgb(8,75,164); }
H1.HeaderClassName
{
color: #084BA4;
}
.AnyTagClassName
{
color: #084BA4;
}
</style>
background-color css
<style>
a { background-color: #084BA4; }
a { background-color: rgb(8,75,164); }
div.DivClassName
{
background-color: #084BA4;
}
.BgClassName
{
background-color: #084BA4;
}
</style>
border-color css
<style>
span { border-color: #084BA4; }
span { border-color: rgb(8,75,164); }
td.TdClassName
{
border-color: #084BA4;
}
.TagClassName
{
border-color: #084BA4;
}
</style>