Shades of Cobalt #063FBB
Tints of Cobalt #063FBB
RGB
CMYK
RGB Variations
Color information
#063FBB (or 0x063FBB) is known color: Cobalt. HEX triplet: 06, 3F and BB. RGB value is (6,63,187). Sum of RGB (Red+Green+Blue) = 6+63+187=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #063FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FBB is #F9C044. Grayscale: #3B3B3B. Windows color (decimal): -16367685 or 12271366. OLE color: 12271366.
HSL color Cylindrical-coordinate representation of color #063FBB: hue angle of 221.1º 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 #063FBB is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 63 | 187 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.27 |
| HSL | 221.11º | 0.94% | 0.38% | - |
| HSV(B) | 221.11º | 0.97% | 0.73% | - |
| XYZ | 10.82 | 7.18 | 47.83 | - |
| YUV | 60.09 | 199.62 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 187 | 0.97 | 0.66 | 0 | 0.27 | 221.11 | 0.94 | 0.38 |
| Hex | 6 | 3F | BB | 61 | 42 | 0 | 1B | DD | 5E | 26 |
| Octal | 6 | 77 | 273 | 141 | 102 | 0 | 33 | 335 | 136 | 46 |
| Binary | 110 | 111111 | 10111011 | 1100001 | 1000010 | 0 | 11011 | 11011101 | 1011110 | 100110 |
Color Harmonies of #063FBB
Complementary color
Monochromatic Colors of #063FBB
Black with #063FBB
Text Example
Text Example
White with #063FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FBB; }
p { color: rgb(6,63,187); }
H1.HeaderClassName
{
color: #063FBB;
}
.AnyTagClassName
{
color: #063FBB;
}
</style>
background-color css
<style>
a { background-color: #063FBB; }
a { background-color: rgb(6,63,187); }
div.DivClassName
{
background-color: #063FBB;
}
.BgClassName
{
background-color: #063FBB;
}
</style>
border-color css
<style>
span { border-color: #063FBB; }
span { border-color: rgb(6,63,187); }
td.TdClassName
{
border-color: #063FBB;
}
.TagClassName
{
border-color: #063FBB;
}
</style>