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