Shades of Cobalt #0847C1
Tints of Cobalt #0847C1
RGB
CMYK
RGB Variations
Color information
#0847C1 (or 0x0847C1) is known color: Cobalt. HEX triplet: 08, 47 and C1. RGB value is (8,71,193). Sum of RGB (Red+Green+Blue) = 8+71+193=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 193 (75.78% from 255 or 70.96% from 272); Max value from RGB is 193 - color contains mainly: blue. Hex color #0847C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0847C1 is #F7B83E. Grayscale: #414141. Windows color (decimal): -16234559 or 12666632. OLE color: 12666632.
HSL color Cylindrical-coordinate representation of color #0847C1: hue angle of 219.57º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0847C1 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 71 | 193 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.24 |
| HSL | 219.57º | 0.92% | 0.39% | - |
| HSV(B) | 219.57º | 0.96% | 0.76% | - |
| XYZ | 11.98 | 8.41 | 51.44 | - |
| YUV | 66.07 | 199.63 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 193 | 0.96 | 0.63 | 0 | 0.24 | 219.57 | 0.92 | 0.39 |
| Hex | 8 | 47 | C1 | 60 | 3F | 0 | 18 | DC | 5C | 27 |
| Octal | 10 | 107 | 301 | 140 | 77 | 0 | 30 | 334 | 134 | 47 |
| Binary | 1000 | 1000111 | 11000001 | 1100000 | 111111 | 0 | 11000 | 11011100 | 1011100 | 100111 |
Color Harmonies of #0847C1
Complementary color
Monochromatic Colors of #0847C1
Black with #0847C1
Text Example
Text Example
White with #0847C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0847C1; }
p { color: rgb(8,71,193); }
H1.HeaderClassName
{
color: #0847C1;
}
.AnyTagClassName
{
color: #0847C1;
}
</style>
background-color css
<style>
a { background-color: #0847C1; }
a { background-color: rgb(8,71,193); }
div.DivClassName
{
background-color: #0847C1;
}
.BgClassName
{
background-color: #0847C1;
}
</style>
border-color css
<style>
span { border-color: #0847C1; }
span { border-color: rgb(8,71,193); }
td.TdClassName
{
border-color: #0847C1;
}
.TagClassName
{
border-color: #0847C1;
}
</style>