Shades of Cobalt #0846BF
Tints of Cobalt #0846BF
RGB
CMYK
RGB Variations
Color information
#0846BF (or 0x0846BF) is known color: Cobalt. HEX triplet: 08, 46 and BF. RGB value is (8,70,191). Sum of RGB (Red+Green+Blue) = 8+70+191=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 191 (75% from 255 or 71.00% from 269); Max value from RGB is 191 - color contains mainly: blue. Hex color #0846BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0846BF is #F7B940. Grayscale: #404040. Windows color (decimal): -16234817 or 12535304. OLE color: 12535304.
HSL color Cylindrical-coordinate representation of color #0846BF: hue angle of 219.67º 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 #0846BF is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 70 | 191 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.25 |
| HSL | 219.67º | 0.92% | 0.39% | - |
| HSV(B) | 219.67º | 0.96% | 0.75% | - |
| XYZ | 11.69 | 8.19 | 50.26 | - |
| YUV | 65.26 | 198.96 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 191 | 0.96 | 0.63 | 0 | 0.25 | 219.67 | 0.92 | 0.39 |
| Hex | 8 | 46 | BF | 60 | 3F | 0 | 19 | DC | 5C | 27 |
| Octal | 10 | 106 | 277 | 140 | 77 | 0 | 31 | 334 | 134 | 47 |
| Binary | 1000 | 1000110 | 10111111 | 1100000 | 111111 | 0 | 11001 | 11011100 | 1011100 | 100111 |
Color Harmonies of #0846BF
Complementary color
Monochromatic Colors of #0846BF
Black with #0846BF
Text Example
Text Example
White with #0846BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0846BF; }
p { color: rgb(8,70,191); }
H1.HeaderClassName
{
color: #0846BF;
}
.AnyTagClassName
{
color: #0846BF;
}
</style>
background-color css
<style>
a { background-color: #0846BF; }
a { background-color: rgb(8,70,191); }
div.DivClassName
{
background-color: #0846BF;
}
.BgClassName
{
background-color: #0846BF;
}
</style>
border-color css
<style>
span { border-color: #0846BF; }
span { border-color: rgb(8,70,191); }
td.TdClassName
{
border-color: #0846BF;
}
.TagClassName
{
border-color: #0846BF;
}
</style>