Shades of Cobalt #084CBB
Tints of Cobalt #084CBB
RGB
CMYK
RGB Variations
Color information
#084CBB (or 0x084CBB) is known color: Cobalt. HEX triplet: 08, 4C and BB. RGB value is (8,76,187). Sum of RGB (Red+Green+Blue) = 8+76+187=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #084CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084CBB is #F7B344. Grayscale: #434343. Windows color (decimal): -16233285 or 12274696. OLE color: 12274696.
HSL color Cylindrical-coordinate representation of color #084CBB: hue angle of 217.21º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084CBB is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 76 | 187 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.27 |
| HSL | 217.21º | 0.92% | 0.38% | - |
| HSV(B) | 217.21º | 0.96% | 0.73% | - |
| XYZ | 11.65 | 8.81 | 48.1 | - |
| YUV | 68.32 | 194.97 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 187 | 0.96 | 0.59 | 0 | 0.27 | 217.21 | 0.92 | 0.38 |
| Hex | 8 | 4C | BB | 60 | 3B | 0 | 1B | D9 | 5C | 26 |
| Octal | 10 | 114 | 273 | 140 | 73 | 0 | 33 | 331 | 134 | 46 |
| Binary | 1000 | 1001100 | 10111011 | 1100000 | 111011 | 0 | 11011 | 11011001 | 1011100 | 100110 |
Color Harmonies of #084CBB
Complementary color
Monochromatic Colors of #084CBB
Black with #084CBB
Text Example
Text Example
White with #084CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084CBB; }
p { color: rgb(8,76,187); }
H1.HeaderClassName
{
color: #084CBB;
}
.AnyTagClassName
{
color: #084CBB;
}
</style>
background-color css
<style>
a { background-color: #084CBB; }
a { background-color: rgb(8,76,187); }
div.DivClassName
{
background-color: #084CBB;
}
.BgClassName
{
background-color: #084CBB;
}
</style>
border-color css
<style>
span { border-color: #084CBB; }
span { border-color: rgb(8,76,187); }
td.TdClassName
{
border-color: #084CBB;
}
.TagClassName
{
border-color: #084CBB;
}
</style>