Shades of Cobalt #063FA1
Tints of Cobalt #063FA1
RGB
CMYK
RGB Variations
Color information
#063FA1 (or 0x063FA1) is known color: Cobalt. HEX triplet: 06, 3F and A1. RGB value is (6,63,161). Sum of RGB (Red+Green+Blue) = 6+63+161=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 161 (63.28% from 255 or 70% from 230); Max value from RGB is 161 - color contains mainly: blue. Hex color #063FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063FA1 is #F9C05E. Grayscale: #383838. Windows color (decimal): -16367711 or 10567430. OLE color: 10567430.
HSL color Cylindrical-coordinate representation of color #063FA1: hue angle of 217.94º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063FA1 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 63 | 161 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.37 |
| HSL | 217.94º | 0.93% | 0.33% | - |
| HSV(B) | 217.94º | 0.96% | 0.63% | - |
| XYZ | 8.29 | 6.17 | 34.47 | - |
| YUV | 57.13 | 186.62 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 161 | 0.96 | 0.61 | 0 | 0.37 | 217.94 | 0.93 | 0.33 |
| Hex | 6 | 3F | A1 | 60 | 3D | 0 | 25 | DA | 5D | 21 |
| Octal | 6 | 77 | 241 | 140 | 75 | 0 | 45 | 332 | 135 | 41 |
| Binary | 110 | 111111 | 10100001 | 1100000 | 111101 | 0 | 100101 | 11011010 | 1011101 | 100001 |
Color Harmonies of #063FA1
Complementary color
Monochromatic Colors of #063FA1
Black with #063FA1
Text Example
Text Example
White with #063FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FA1; }
p { color: rgb(6,63,161); }
H1.HeaderClassName
{
color: #063FA1;
}
.AnyTagClassName
{
color: #063FA1;
}
</style>
background-color css
<style>
a { background-color: #063FA1; }
a { background-color: rgb(6,63,161); }
div.DivClassName
{
background-color: #063FA1;
}
.BgClassName
{
background-color: #063FA1;
}
</style>
border-color css
<style>
span { border-color: #063FA1; }
span { border-color: rgb(6,63,161); }
td.TdClassName
{
border-color: #063FA1;
}
.TagClassName
{
border-color: #063FA1;
}
</style>