Shades of Cobalt #0847BD
Tints of Cobalt #0847BD
RGB
CMYK
RGB Variations
Color information
#0847BD (or 0x0847BD) is known color: Cobalt. HEX triplet: 08, 47 and BD. RGB value is (8,71,189). Sum of RGB (Red+Green+Blue) = 8+71+189=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 189 (74.22% from 255 or 70.52% from 268); Max value from RGB is 189 - color contains mainly: blue. Hex color #0847BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0847BD is #F7B842. Grayscale: #414141. Windows color (decimal): -16234563 or 12404488. OLE color: 12404488.
HSL color Cylindrical-coordinate representation of color #0847BD: hue angle of 219.12º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0847BD is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 71 | 189 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.26 |
| HSL | 219.12º | 0.92% | 0.39% | - |
| HSV(B) | 219.12º | 0.96% | 0.74% | - |
| XYZ | 11.54 | 8.23 | 49.12 | - |
| YUV | 65.62 | 197.63 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 189 | 0.96 | 0.62 | 0 | 0.26 | 219.12 | 0.92 | 0.39 |
| Hex | 8 | 47 | BD | 60 | 3E | 0 | 1A | DB | 5C | 27 |
| Octal | 10 | 107 | 275 | 140 | 76 | 0 | 32 | 333 | 134 | 47 |
| Binary | 1000 | 1000111 | 10111101 | 1100000 | 111110 | 0 | 11010 | 11011011 | 1011100 | 100111 |
Color Harmonies of #0847BD
Complementary color
Monochromatic Colors of #0847BD
Black with #0847BD
Text Example
Text Example
White with #0847BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0847BD; }
p { color: rgb(8,71,189); }
H1.HeaderClassName
{
color: #0847BD;
}
.AnyTagClassName
{
color: #0847BD;
}
</style>
background-color css
<style>
a { background-color: #0847BD; }
a { background-color: rgb(8,71,189); }
div.DivClassName
{
background-color: #0847BD;
}
.BgClassName
{
background-color: #0847BD;
}
</style>
border-color css
<style>
span { border-color: #0847BD; }
span { border-color: rgb(8,71,189); }
td.TdClassName
{
border-color: #0847BD;
}
.TagClassName
{
border-color: #0847BD;
}
</style>