Shades of Cobalt #063FB9
Tints of Cobalt #063FB9
RGB
CMYK
RGB Variations
Color information
#063FB9 (or 0x063FB9) is known color: Cobalt. HEX triplet: 06, 3F and B9. RGB value is (6,63,185). Sum of RGB (Red+Green+Blue) = 6+63+185=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 185 (72.66% from 255 or 72.83% from 254); Max value from RGB is 185 - color contains mainly: blue. Hex color #063FB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063FB9 is #F9C046. Grayscale: #3B3B3B. Windows color (decimal): -16367687 or 12140294. OLE color: 12140294.
HSL color Cylindrical-coordinate representation of color #063FB9: hue angle of 220.89º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063FB9 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 63 | 185 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.27 |
| HSL | 220.89º | 0.94% | 0.37% | - |
| HSV(B) | 220.89º | 0.97% | 0.73% | - |
| XYZ | 10.61 | 7.1 | 46.71 | - |
| YUV | 59.87 | 198.62 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 185 | 0.97 | 0.66 | 0 | 0.27 | 220.89 | 0.94 | 0.37 |
| Hex | 6 | 3F | B9 | 61 | 42 | 0 | 1B | DD | 5E | 25 |
| Octal | 6 | 77 | 271 | 141 | 102 | 0 | 33 | 335 | 136 | 45 |
| Binary | 110 | 111111 | 10111001 | 1100001 | 1000010 | 0 | 11011 | 11011101 | 1011110 | 100101 |
Color Harmonies of #063FB9
Complementary color
Monochromatic Colors of #063FB9
Black with #063FB9
Text Example
Text Example
White with #063FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FB9; }
p { color: rgb(6,63,185); }
H1.HeaderClassName
{
color: #063FB9;
}
.AnyTagClassName
{
color: #063FB9;
}
</style>
background-color css
<style>
a { background-color: #063FB9; }
a { background-color: rgb(6,63,185); }
div.DivClassName
{
background-color: #063FB9;
}
.BgClassName
{
background-color: #063FB9;
}
</style>
border-color css
<style>
span { border-color: #063FB9; }
span { border-color: rgb(6,63,185); }
td.TdClassName
{
border-color: #063FB9;
}
.TagClassName
{
border-color: #063FB9;
}
</style>