Shades of Cobalt #084C9D
Tints of Cobalt #084C9D
RGB
CMYK
RGB Variations
Color information
#084C9D (or 0x084C9D) is known color: Cobalt. HEX triplet: 08, 4C and 9D. RGB value is (8,76,157). Sum of RGB (Red+Green+Blue) = 8+76+157=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #084C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084C9D is #F7B362. Grayscale: #404040. Windows color (decimal): -16233315 or 10308616. OLE color: 10308616.
HSL color Cylindrical-coordinate representation of color #084C9D: hue angle of 212.62º 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 #084C9D is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 76 | 157 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.38 |
| HSL | 212.62º | 0.9% | 0.32% | - |
| HSV(B) | 212.62º | 0.95% | 0.62% | - |
| XYZ | 8.77 | 7.65 | 32.91 | - |
| YUV | 64.9 | 179.97 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 157 | 0.95 | 0.52 | 0 | 0.38 | 212.62 | 0.9 | 0.32 |
| Hex | 8 | 4C | 9D | 5F | 34 | 0 | 26 | D5 | 5A | 20 |
| Octal | 10 | 114 | 235 | 137 | 64 | 0 | 46 | 325 | 132 | 40 |
| Binary | 1000 | 1001100 | 10011101 | 1011111 | 110100 | 0 | 100110 | 11010101 | 1011010 | 100000 |
Color Harmonies of #084C9D
Complementary color
Monochromatic Colors of #084C9D
Black with #084C9D
Text Example
Text Example
White with #084C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C9D; }
p { color: rgb(8,76,157); }
H1.HeaderClassName
{
color: #084C9D;
}
.AnyTagClassName
{
color: #084C9D;
}
</style>
background-color css
<style>
a { background-color: #084C9D; }
a { background-color: rgb(8,76,157); }
div.DivClassName
{
background-color: #084C9D;
}
.BgClassName
{
background-color: #084C9D;
}
</style>
border-color css
<style>
span { border-color: #084C9D; }
span { border-color: rgb(8,76,157); }
td.TdClassName
{
border-color: #084C9D;
}
.TagClassName
{
border-color: #084C9D;
}
</style>