Shades of Cobalt #0841BA
Tints of Cobalt #0841BA
RGB
CMYK
RGB Variations
Color information
#0841BA (or 0x0841BA) is known color: Cobalt. HEX triplet: 08, 41 and BA. RGB value is (8,65,186). Sum of RGB (Red+Green+Blue) = 8+65+186=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #0841BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0841BA is #F7BE45. Grayscale: #3D3D3D. Windows color (decimal): -16236102 or 12206344. OLE color: 12206344.
HSL color Cylindrical-coordinate representation of color #0841BA: hue angle of 220.79º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0841BA is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 65 | 186 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.27 |
| HSL | 220.79º | 0.92% | 0.38% | - |
| HSV(B) | 220.79º | 0.96% | 0.73% | - |
| XYZ | 10.85 | 7.38 | 47.31 | - |
| YUV | 61.75 | 198.12 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 186 | 0.96 | 0.65 | 0 | 0.27 | 220.79 | 0.92 | 0.38 |
| Hex | 8 | 41 | BA | 60 | 41 | 0 | 1B | DD | 5C | 26 |
| Octal | 10 | 101 | 272 | 140 | 101 | 0 | 33 | 335 | 134 | 46 |
| Binary | 1000 | 1000001 | 10111010 | 1100000 | 1000001 | 0 | 11011 | 11011101 | 1011100 | 100110 |
Color Harmonies of #0841BA
Complementary color
Monochromatic Colors of #0841BA
Black with #0841BA
Text Example
Text Example
White with #0841BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0841BA; }
p { color: rgb(8,65,186); }
H1.HeaderClassName
{
color: #0841BA;
}
.AnyTagClassName
{
color: #0841BA;
}
</style>
background-color css
<style>
a { background-color: #0841BA; }
a { background-color: rgb(8,65,186); }
div.DivClassName
{
background-color: #0841BA;
}
.BgClassName
{
background-color: #0841BA;
}
</style>
border-color css
<style>
span { border-color: #0841BA; }
span { border-color: rgb(8,65,186); }
td.TdClassName
{
border-color: #0841BA;
}
.TagClassName
{
border-color: #0841BA;
}
</style>