Shades of Cobalt #084CBE
Tints of Cobalt #084CBE
RGB
CMYK
RGB Variations
Color information
#084CBE (or 0x084CBE) is known color: Cobalt. HEX triplet: 08, 4C and BE. RGB value is (8,76,190). Sum of RGB (Red+Green+Blue) = 8+76+190=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #084CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084CBE is #F7B341. Grayscale: #444444. Windows color (decimal): -16233282 or 12471304. OLE color: 12471304.
HSL color Cylindrical-coordinate representation of color #084CBE: hue angle of 217.58º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084CBE is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 76 | 190 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.25 |
| HSL | 217.58º | 0.92% | 0.39% | - |
| HSV(B) | 217.58º | 0.96% | 0.75% | - |
| XYZ | 11.98 | 8.94 | 49.81 | - |
| YUV | 68.66 | 196.47 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 190 | 0.96 | 0.60 | 0 | 0.25 | 217.58 | 0.92 | 0.39 |
| Hex | 8 | 4C | BE | 60 | 3C | 0 | 19 | DA | 5C | 27 |
| Octal | 10 | 114 | 276 | 140 | 74 | 0 | 31 | 332 | 134 | 47 |
| Binary | 1000 | 1001100 | 10111110 | 1100000 | 111100 | 0 | 11001 | 11011010 | 1011100 | 100111 |
Color Harmonies of #084CBE
Complementary color
Monochromatic Colors of #084CBE
Black with #084CBE
Text Example
Text Example
White with #084CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084CBE; }
p { color: rgb(8,76,190); }
H1.HeaderClassName
{
color: #084CBE;
}
.AnyTagClassName
{
color: #084CBE;
}
</style>
background-color css
<style>
a { background-color: #084CBE; }
a { background-color: rgb(8,76,190); }
div.DivClassName
{
background-color: #084CBE;
}
.BgClassName
{
background-color: #084CBE;
}
</style>
border-color css
<style>
span { border-color: #084CBE; }
span { border-color: rgb(8,76,190); }
td.TdClassName
{
border-color: #084CBE;
}
.TagClassName
{
border-color: #084CBE;
}
</style>