Shades of Cobalt #0641BF
Tints of Cobalt #0641BF
RGB
CMYK
RGB Variations
Color information
#0641BF (or 0x0641BF) is known color: Cobalt. HEX triplet: 06, 41 and BF. RGB value is (6,65,191). Sum of RGB (Red+Green+Blue) = 6+65+191=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 191 (75% from 255 or 72.90% from 262); Max value from RGB is 191 - color contains mainly: blue. Hex color #0641BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0641BF is #F9BE40. Grayscale: #3D3D3D. Windows color (decimal): -16367169 or 12534022. OLE color: 12534022.
HSL color Cylindrical-coordinate representation of color #0641BF: hue angle of 220.86º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0641BF is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 65 | 191 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.25 |
| HSL | 220.86º | 0.94% | 0.39% | - |
| HSV(B) | 220.86º | 0.97% | 0.75% | - |
| XYZ | 11.37 | 7.58 | 50.15 | - |
| YUV | 61.72 | 200.95 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 191 | 0.97 | 0.66 | 0 | 0.25 | 220.86 | 0.94 | 0.39 |
| Hex | 6 | 41 | BF | 61 | 42 | 0 | 19 | DD | 5E | 27 |
| Octal | 6 | 101 | 277 | 141 | 102 | 0 | 31 | 335 | 136 | 47 |
| Binary | 110 | 1000001 | 10111111 | 1100001 | 1000010 | 0 | 11001 | 11011101 | 1011110 | 100111 |
Color Harmonies of #0641BF
Complementary color
Monochromatic Colors of #0641BF
Black with #0641BF
Text Example
Text Example
White with #0641BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0641BF; }
p { color: rgb(6,65,191); }
H1.HeaderClassName
{
color: #0641BF;
}
.AnyTagClassName
{
color: #0641BF;
}
</style>
background-color css
<style>
a { background-color: #0641BF; }
a { background-color: rgb(6,65,191); }
div.DivClassName
{
background-color: #0641BF;
}
.BgClassName
{
background-color: #0641BF;
}
</style>
border-color css
<style>
span { border-color: #0641BF; }
span { border-color: rgb(6,65,191); }
td.TdClassName
{
border-color: #0641BF;
}
.TagClassName
{
border-color: #0641BF;
}
</style>