Shades of Cobalt #084F9B
Tints of Cobalt #084F9B
RGB
CMYK
RGB Variations
Color information
#084F9B (or 0x084F9B) is known color: Cobalt. HEX triplet: 08, 4F and 9B. RGB value is (8,79,155). Sum of RGB (Red+Green+Blue) = 8+79+155=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #084F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084F9B is #F7B064. Grayscale: #424242. Windows color (decimal): -16232549 or 10178312. OLE color: 10178312.
HSL color Cylindrical-coordinate representation of color #084F9B: hue angle of 211.02º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084F9B is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 79 | 155 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.39 |
| HSL | 211.02º | 0.9% | 0.32% | - |
| HSV(B) | 211.02º | 0.95% | 0.61% | - |
| XYZ | 8.81 | 8.01 | 32.09 | - |
| YUV | 66.44 | 177.98 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 155 | 0.95 | 0.49 | 0 | 0.39 | 211.02 | 0.9 | 0.32 |
| Hex | 8 | 4F | 9B | 5F | 31 | 0 | 27 | D3 | 5A | 20 |
| Octal | 10 | 117 | 233 | 137 | 61 | 0 | 47 | 323 | 132 | 40 |
| Binary | 1000 | 1001111 | 10011011 | 1011111 | 110001 | 0 | 100111 | 11010011 | 1011010 | 100000 |
Color Harmonies of #084F9B
Complementary color
Monochromatic Colors of #084F9B
Black with #084F9B
Text Example
Text Example
White with #084F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084F9B; }
p { color: rgb(8,79,155); }
H1.HeaderClassName
{
color: #084F9B;
}
.AnyTagClassName
{
color: #084F9B;
}
</style>
background-color css
<style>
a { background-color: #084F9B; }
a { background-color: rgb(8,79,155); }
div.DivClassName
{
background-color: #084F9B;
}
.BgClassName
{
background-color: #084F9B;
}
</style>
border-color css
<style>
span { border-color: #084F9B; }
span { border-color: rgb(8,79,155); }
td.TdClassName
{
border-color: #084F9B;
}
.TagClassName
{
border-color: #084F9B;
}
</style>