Shades of Cobalt #084C99
Tints of Cobalt #084C99
RGB
CMYK
RGB Variations
Color information
#084C99 (or 0x084C99) is known color: Cobalt. HEX triplet: 08, 4C and 99. RGB value is (8,76,153). Sum of RGB (Red+Green+Blue) = 8+76+153=237 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.38% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #084C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084C99 is #F7B366. Grayscale: #404040. Windows color (decimal): -16233319 or 10046472. OLE color: 10046472.
HSL color Cylindrical-coordinate representation of color #084C99: hue angle of 211.86º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084C99 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 76 | 153 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.4 |
| HSL | 211.86º | 0.9% | 0.32% | - |
| HSV(B) | 211.86º | 0.95% | 0.6% | - |
| XYZ | 8.43 | 7.52 | 31.14 | - |
| YUV | 64.45 | 177.97 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 153 | 0.95 | 0.50 | 0 | 0.4 | 211.86 | 0.9 | 0.32 |
| Hex | 8 | 4C | 99 | 5F | 32 | 0 | 28 | D4 | 5A | 20 |
| Octal | 10 | 114 | 231 | 137 | 62 | 0 | 50 | 324 | 132 | 40 |
| Binary | 1000 | 1001100 | 10011001 | 1011111 | 110010 | 0 | 101000 | 11010100 | 1011010 | 100000 |
Color Harmonies of #084C99
Complementary color
Monochromatic Colors of #084C99
Black with #084C99
Text Example
Text Example
White with #084C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084C99; }
p { color: rgb(8,76,153); }
H1.HeaderClassName
{
color: #084C99;
}
.AnyTagClassName
{
color: #084C99;
}
</style>
background-color css
<style>
a { background-color: #084C99; }
a { background-color: rgb(8,76,153); }
div.DivClassName
{
background-color: #084C99;
}
.BgClassName
{
background-color: #084C99;
}
</style>
border-color css
<style>
span { border-color: #084C99; }
span { border-color: rgb(8,76,153); }
td.TdClassName
{
border-color: #084C99;
}
.TagClassName
{
border-color: #084C99;
}
</style>