Shades of Cobalt #084FA1
Tints of Cobalt #084FA1
RGB
CMYK
RGB Variations
Color information
#084FA1 (or 0x084FA1) is known color: Cobalt. HEX triplet: 08, 4F and A1. RGB value is (8,79,161). Sum of RGB (Red+Green+Blue) = 8+79+161=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 161 (63.28% from 255 or 64.92% from 248); Max value from RGB is 161 - color contains mainly: blue. Hex color #084FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084FA1 is #F7B05E. Grayscale: #424242. Windows color (decimal): -16232543 or 10571528. OLE color: 10571528.
HSL color Cylindrical-coordinate representation of color #084FA1: hue angle of 212.16º 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 #084FA1 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 79 | 161 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.37 |
| HSL | 212.16º | 0.91% | 0.33% | - |
| HSV(B) | 212.16º | 0.95% | 0.63% | - |
| XYZ | 9.33 | 8.22 | 34.81 | - |
| YUV | 67.12 | 180.98 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 161 | 0.95 | 0.51 | 0 | 0.37 | 212.16 | 0.91 | 0.33 |
| Hex | 8 | 4F | A1 | 5F | 33 | 0 | 25 | D4 | 5B | 21 |
| Octal | 10 | 117 | 241 | 137 | 63 | 0 | 45 | 324 | 133 | 41 |
| Binary | 1000 | 1001111 | 10100001 | 1011111 | 110011 | 0 | 100101 | 11010100 | 1011011 | 100001 |
Color Harmonies of #084FA1
Complementary color
Monochromatic Colors of #084FA1
Black with #084FA1
Text Example
Text Example
White with #084FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084FA1; }
p { color: rgb(8,79,161); }
H1.HeaderClassName
{
color: #084FA1;
}
.AnyTagClassName
{
color: #084FA1;
}
</style>
background-color css
<style>
a { background-color: #084FA1; }
a { background-color: rgb(8,79,161); }
div.DivClassName
{
background-color: #084FA1;
}
.BgClassName
{
background-color: #084FA1;
}
</style>
border-color css
<style>
span { border-color: #084FA1; }
span { border-color: rgb(8,79,161); }
td.TdClassName
{
border-color: #084FA1;
}
.TagClassName
{
border-color: #084FA1;
}
</style>