Shades of Cobalt #0847BF
Tints of Cobalt #0847BF
RGB
CMYK
RGB Variations
Color information
#0847BF (or 0x0847BF) is known color: Cobalt. HEX triplet: 08, 47 and BF. RGB value is (8,71,191). Sum of RGB (Red+Green+Blue) = 8+71+191=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #0847BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0847BF is #F7B840. Grayscale: #414141. Windows color (decimal): -16234561 or 12535560. OLE color: 12535560.
HSL color Cylindrical-coordinate representation of color #0847BF: hue angle of 219.34º 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 #0847BF is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 71 | 191 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.25 |
| HSL | 219.34º | 0.92% | 0.39% | - |
| HSV(B) | 219.34º | 0.96% | 0.75% | - |
| XYZ | 11.76 | 8.32 | 50.28 | - |
| YUV | 65.84 | 198.63 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 191 | 0.96 | 0.63 | 0 | 0.25 | 219.34 | 0.92 | 0.39 |
| Hex | 8 | 47 | BF | 60 | 3F | 0 | 19 | DB | 5C | 27 |
| Octal | 10 | 107 | 277 | 140 | 77 | 0 | 31 | 333 | 134 | 47 |
| Binary | 1000 | 1000111 | 10111111 | 1100000 | 111111 | 0 | 11001 | 11011011 | 1011100 | 100111 |
Color Harmonies of #0847BF
Complementary color
Monochromatic Colors of #0847BF
Black with #0847BF
Text Example
Text Example
White with #0847BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0847BF; }
p { color: rgb(8,71,191); }
H1.HeaderClassName
{
color: #0847BF;
}
.AnyTagClassName
{
color: #0847BF;
}
</style>
background-color css
<style>
a { background-color: #0847BF; }
a { background-color: rgb(8,71,191); }
div.DivClassName
{
background-color: #0847BF;
}
.BgClassName
{
background-color: #0847BF;
}
</style>
border-color css
<style>
span { border-color: #0847BF; }
span { border-color: rgb(8,71,191); }
td.TdClassName
{
border-color: #0847BF;
}
.TagClassName
{
border-color: #0847BF;
}
</style>