Shades of Cobalt #0846BC
Tints of Cobalt #0846BC
RGB
CMYK
RGB Variations
Color information
#0846BC (or 0x0846BC) is known color: Cobalt. HEX triplet: 08, 46 and BC. RGB value is (8,70,188). Sum of RGB (Red+Green+Blue) = 8+70+188=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #0846BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0846BC is #F7B943. Grayscale: #404040. Windows color (decimal): -16234820 or 12338696. OLE color: 12338696.
HSL color Cylindrical-coordinate representation of color #0846BC: hue angle of 219.33º 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 #0846BC is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 70 | 188 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.26 |
| HSL | 219.33º | 0.92% | 0.38% | - |
| HSV(B) | 219.33º | 0.96% | 0.74% | - |
| XYZ | 11.37 | 8.06 | 48.53 | - |
| YUV | 64.91 | 197.46 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 188 | 0.96 | 0.63 | 0 | 0.26 | 219.33 | 0.92 | 0.38 |
| Hex | 8 | 46 | BC | 60 | 3F | 0 | 1A | DB | 5C | 26 |
| Octal | 10 | 106 | 274 | 140 | 77 | 0 | 32 | 333 | 134 | 46 |
| Binary | 1000 | 1000110 | 10111100 | 1100000 | 111111 | 0 | 11010 | 11011011 | 1011100 | 100110 |
Color Harmonies of #0846BC
Complementary color
Monochromatic Colors of #0846BC
Black with #0846BC
Text Example
Text Example
White with #0846BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0846BC; }
p { color: rgb(8,70,188); }
H1.HeaderClassName
{
color: #0846BC;
}
.AnyTagClassName
{
color: #0846BC;
}
</style>
background-color css
<style>
a { background-color: #0846BC; }
a { background-color: rgb(8,70,188); }
div.DivClassName
{
background-color: #0846BC;
}
.BgClassName
{
background-color: #0846BC;
}
</style>
border-color css
<style>
span { border-color: #0846BC; }
span { border-color: rgb(8,70,188); }
td.TdClassName
{
border-color: #0846BC;
}
.TagClassName
{
border-color: #0846BC;
}
</style>