Shades of Cobalt #084F9D
Tints of Cobalt #084F9D
RGB
CMYK
RGB Variations
Color information
#084F9D (or 0x084F9D) is known color: Cobalt. HEX triplet: 08, 4F and 9D. RGB value is (8,79,157). Sum of RGB (Red+Green+Blue) = 8+79+157=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #084F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084F9D is #F7B062. Grayscale: #424242. Windows color (decimal): -16232547 or 10309384. OLE color: 10309384.
HSL color Cylindrical-coordinate representation of color #084F9D: hue angle of 211.41º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084F9D is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 79 | 157 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.38 |
| HSL | 211.41º | 0.9% | 0.32% | - |
| HSV(B) | 211.41º | 0.95% | 0.62% | - |
| XYZ | 8.98 | 8.08 | 32.98 | - |
| YUV | 66.66 | 178.98 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 157 | 0.95 | 0.50 | 0 | 0.38 | 211.41 | 0.9 | 0.32 |
| Hex | 8 | 4F | 9D | 5F | 32 | 0 | 26 | D3 | 5A | 20 |
| Octal | 10 | 117 | 235 | 137 | 62 | 0 | 46 | 323 | 132 | 40 |
| Binary | 1000 | 1001111 | 10011101 | 1011111 | 110010 | 0 | 100110 | 11010011 | 1011010 | 100000 |
Color Harmonies of #084F9D
Complementary color
Monochromatic Colors of #084F9D
Black with #084F9D
Text Example
Text Example
White with #084F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084F9D; }
p { color: rgb(8,79,157); }
H1.HeaderClassName
{
color: #084F9D;
}
.AnyTagClassName
{
color: #084F9D;
}
</style>
background-color css
<style>
a { background-color: #084F9D; }
a { background-color: rgb(8,79,157); }
div.DivClassName
{
background-color: #084F9D;
}
.BgClassName
{
background-color: #084F9D;
}
</style>
border-color css
<style>
span { border-color: #084F9D; }
span { border-color: rgb(8,79,157); }
td.TdClassName
{
border-color: #084F9D;
}
.TagClassName
{
border-color: #084F9D;
}
</style>