Shades of Cobalt #084F9C
Tints of Cobalt #084F9C
RGB
CMYK
RGB Variations
Color information
#084F9C (or 0x084F9C) is known color: Cobalt. HEX triplet: 08, 4F and 9C. RGB value is (8,79,156). Sum of RGB (Red+Green+Blue) = 8+79+156=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #084F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #084F9C is #F7B063. Grayscale: #424242. Windows color (decimal): -16232548 or 10243848. OLE color: 10243848.
HSL color Cylindrical-coordinate representation of color #084F9C: hue angle of 211.22º 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 #084F9C is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 79 | 156 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.39 |
| HSL | 211.22º | 0.9% | 0.32% | - |
| HSV(B) | 211.22º | 0.95% | 0.61% | - |
| XYZ | 8.9 | 8.04 | 32.54 | - |
| YUV | 66.55 | 178.48 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 156 | 0.95 | 0.49 | 0 | 0.39 | 211.22 | 0.9 | 0.32 |
| Hex | 8 | 4F | 9C | 5F | 31 | 0 | 27 | D3 | 5A | 20 |
| Octal | 10 | 117 | 234 | 137 | 61 | 0 | 47 | 323 | 132 | 40 |
| Binary | 1000 | 1001111 | 10011100 | 1011111 | 110001 | 0 | 100111 | 11010011 | 1011010 | 100000 |
Color Harmonies of #084F9C
Complementary color
Monochromatic Colors of #084F9C
Black with #084F9C
Text Example
Text Example
White with #084F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084F9C; }
p { color: rgb(8,79,156); }
H1.HeaderClassName
{
color: #084F9C;
}
.AnyTagClassName
{
color: #084F9C;
}
</style>
background-color css
<style>
a { background-color: #084F9C; }
a { background-color: rgb(8,79,156); }
div.DivClassName
{
background-color: #084F9C;
}
.BgClassName
{
background-color: #084F9C;
}
</style>
border-color css
<style>
span { border-color: #084F9C; }
span { border-color: rgb(8,79,156); }
td.TdClassName
{
border-color: #084F9C;
}
.TagClassName
{
border-color: #084F9C;
}
</style>