Shades of Cobalt #0641BA
Tints of Cobalt #0641BA
RGB
CMYK
RGB Variations
Color information
#0641BA (or 0x0641BA) is known color: Cobalt. HEX triplet: 06, 41 and BA. RGB value is (6,65,186). Sum of RGB (Red+Green+Blue) = 6+65+186=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #0641BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0641BA is #F9BE45. Grayscale: #3C3C3C. Windows color (decimal): -16367174 or 12206342. OLE color: 12206342.
HSL color Cylindrical-coordinate representation of color #0641BA: hue angle of 220.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0641BA is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 65 | 186 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.27 |
| HSL | 220.33º | 0.94% | 0.38% | - |
| HSV(B) | 220.33º | 0.97% | 0.73% | - |
| XYZ | 10.83 | 7.36 | 47.31 | - |
| YUV | 61.15 | 198.45 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 186 | 0.97 | 0.65 | 0 | 0.27 | 220.33 | 0.94 | 0.38 |
| Hex | 6 | 41 | BA | 61 | 41 | 0 | 1B | DC | 5E | 26 |
| Octal | 6 | 101 | 272 | 141 | 101 | 0 | 33 | 334 | 136 | 46 |
| Binary | 110 | 1000001 | 10111010 | 1100001 | 1000001 | 0 | 11011 | 11011100 | 1011110 | 100110 |
Color Harmonies of #0641BA
Complementary color
Monochromatic Colors of #0641BA
Black with #0641BA
Text Example
Text Example
White with #0641BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0641BA; }
p { color: rgb(6,65,186); }
H1.HeaderClassName
{
color: #0641BA;
}
.AnyTagClassName
{
color: #0641BA;
}
</style>
background-color css
<style>
a { background-color: #0641BA; }
a { background-color: rgb(6,65,186); }
div.DivClassName
{
background-color: #0641BA;
}
.BgClassName
{
background-color: #0641BA;
}
</style>
border-color css
<style>
span { border-color: #0641BA; }
span { border-color: rgb(6,65,186); }
td.TdClassName
{
border-color: #0641BA;
}
.TagClassName
{
border-color: #0641BA;
}
</style>