Shades of Cobalt #0842BA
Tints of Cobalt #0842BA
RGB
CMYK
RGB Variations
Color information
#0842BA (or 0x0842BA) is known color: Cobalt. HEX triplet: 08, 42 and BA. RGB value is (8,66,186). Sum of RGB (Red+Green+Blue) = 8+66+186=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #0842BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0842BA is #F7BD45. Grayscale: #3D3D3D. Windows color (decimal): -16235846 or 12206600. OLE color: 12206600.
HSL color Cylindrical-coordinate representation of color #0842BA: hue angle of 220.45º 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 #0842BA is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 66 | 186 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.27 |
| HSL | 220.45º | 0.92% | 0.38% | - |
| HSV(B) | 220.45º | 0.96% | 0.73% | - |
| XYZ | 10.91 | 7.49 | 47.33 | - |
| YUV | 62.34 | 197.78 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 66 | 186 | 0.96 | 0.65 | 0 | 0.27 | 220.45 | 0.92 | 0.38 |
| Hex | 8 | 42 | BA | 60 | 41 | 0 | 1B | DC | 5C | 26 |
| Octal | 10 | 102 | 272 | 140 | 101 | 0 | 33 | 334 | 134 | 46 |
| Binary | 1000 | 1000010 | 10111010 | 1100000 | 1000001 | 0 | 11011 | 11011100 | 1011100 | 100110 |
Color Harmonies of #0842BA
Complementary color
Monochromatic Colors of #0842BA
Black with #0842BA
Text Example
Text Example
White with #0842BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0842BA; }
p { color: rgb(8,66,186); }
H1.HeaderClassName
{
color: #0842BA;
}
.AnyTagClassName
{
color: #0842BA;
}
</style>
background-color css
<style>
a { background-color: #0842BA; }
a { background-color: rgb(8,66,186); }
div.DivClassName
{
background-color: #0842BA;
}
.BgClassName
{
background-color: #0842BA;
}
</style>
border-color css
<style>
span { border-color: #0842BA; }
span { border-color: rgb(8,66,186); }
td.TdClassName
{
border-color: #0842BA;
}
.TagClassName
{
border-color: #0842BA;
}
</style>