Shades of Cobalt #0847BC
Tints of Cobalt #0847BC
RGB
CMYK
RGB Variations
Color information
#0847BC (or 0x0847BC) is known color: Cobalt. HEX triplet: 08, 47 and BC. RGB value is (8,71,188). Sum of RGB (Red+Green+Blue) = 8+71+188=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #0847BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0847BC is #F7B843. Grayscale: #404040. Windows color (decimal): -16234564 or 12338952. OLE color: 12338952.
HSL color Cylindrical-coordinate representation of color #0847BC: hue angle of 219º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0847BC is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 71 | 188 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.26 |
| HSL | 219º | 0.92% | 0.38% | - |
| HSV(B) | 219º | 0.96% | 0.74% | - |
| XYZ | 11.43 | 8.19 | 48.56 | - |
| YUV | 65.5 | 197.13 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 188 | 0.96 | 0.62 | 0 | 0.26 | 219 | 0.92 | 0.38 |
| Hex | 8 | 47 | BC | 60 | 3E | 0 | 1A | DB | 5C | 26 |
| Octal | 10 | 107 | 274 | 140 | 76 | 0 | 32 | 333 | 134 | 46 |
| Binary | 1000 | 1000111 | 10111100 | 1100000 | 111110 | 0 | 11010 | 11011011 | 1011100 | 100110 |
Color Harmonies of #0847BC
Complementary color
Monochromatic Colors of #0847BC
Black with #0847BC
Text Example
Text Example
White with #0847BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0847BC; }
p { color: rgb(8,71,188); }
H1.HeaderClassName
{
color: #0847BC;
}
.AnyTagClassName
{
color: #0847BC;
}
</style>
background-color css
<style>
a { background-color: #0847BC; }
a { background-color: rgb(8,71,188); }
div.DivClassName
{
background-color: #0847BC;
}
.BgClassName
{
background-color: #0847BC;
}
</style>
border-color css
<style>
span { border-color: #0847BC; }
span { border-color: rgb(8,71,188); }
td.TdClassName
{
border-color: #0847BC;
}
.TagClassName
{
border-color: #0847BC;
}
</style>