Shades of Cobalt #063FBC
Tints of Cobalt #063FBC
RGB
CMYK
RGB Variations
Color information
#063FBC (or 0x063FBC) is known color: Cobalt. HEX triplet: 06, 3F and BC. RGB value is (6,63,188). Sum of RGB (Red+Green+Blue) = 6+63+188=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #063FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FBC is #F9C043. Grayscale: #3B3B3B. Windows color (decimal): -16367684 or 12336902. OLE color: 12336902.
HSL color Cylindrical-coordinate representation of color #063FBC: hue angle of 221.21º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063FBC is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 63 | 188 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.26 |
| HSL | 221.21º | 0.94% | 0.38% | - |
| HSV(B) | 221.21º | 0.97% | 0.74% | - |
| XYZ | 10.93 | 7.22 | 48.4 | - |
| YUV | 60.21 | 200.12 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 188 | 0.97 | 0.66 | 0 | 0.26 | 221.21 | 0.94 | 0.38 |
| Hex | 6 | 3F | BC | 61 | 42 | 0 | 1A | DD | 5E | 26 |
| Octal | 6 | 77 | 274 | 141 | 102 | 0 | 32 | 335 | 136 | 46 |
| Binary | 110 | 111111 | 10111100 | 1100001 | 1000010 | 0 | 11010 | 11011101 | 1011110 | 100110 |
Color Harmonies of #063FBC
Complementary color
Monochromatic Colors of #063FBC
Black with #063FBC
Text Example
Text Example
White with #063FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FBC; }
p { color: rgb(6,63,188); }
H1.HeaderClassName
{
color: #063FBC;
}
.AnyTagClassName
{
color: #063FBC;
}
</style>
background-color css
<style>
a { background-color: #063FBC; }
a { background-color: rgb(6,63,188); }
div.DivClassName
{
background-color: #063FBC;
}
.BgClassName
{
background-color: #063FBC;
}
</style>
border-color css
<style>
span { border-color: #063FBC; }
span { border-color: rgb(6,63,188); }
td.TdClassName
{
border-color: #063FBC;
}
.TagClassName
{
border-color: #063FBC;
}
</style>