Shades of Cobalt #063CA9
Tints of Cobalt #063CA9
RGB
CMYK
RGB Variations
Color information
#063CA9 (or 0x063CA9) is known color: Cobalt. HEX triplet: 06, 3C and A9. RGB value is (6,60,169). Sum of RGB (Red+Green+Blue) = 6+60+169=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 169 (66.41% from 255 or 71.91% from 235); Max value from RGB is 169 - color contains mainly: blue. Hex color #063CA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063CA9 is #F9C356. Grayscale: #373737. Windows color (decimal): -16368471 or 11090950. OLE color: 11090950.
HSL color Cylindrical-coordinate representation of color #063CA9: hue angle of 220.12º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063CA9 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 6 | 60 | 169 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.34 |
| HSL | 220.12º | 0.93% | 0.34% | - |
| HSV(B) | 220.12º | 0.96% | 0.66% | - |
| XYZ | 8.85 | 6.14 | 38.25 | - |
| YUV | 56.28 | 191.61 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 169 | 0.96 | 0.64 | 0 | 0.34 | 220.12 | 0.93 | 0.34 |
| Hex | 6 | 3C | A9 | 60 | 40 | 0 | 22 | DC | 5D | 22 |
| Octal | 6 | 74 | 251 | 140 | 100 | 0 | 42 | 334 | 135 | 42 |
| Binary | 110 | 111100 | 10101001 | 1100000 | 1000000 | 0 | 100010 | 11011100 | 1011101 | 100010 |
Color Harmonies of #063CA9
Complementary color
Monochromatic Colors of #063CA9
Black with #063CA9
Text Example
Text Example
White with #063CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CA9; }
p { color: rgb(6,60,169); }
H1.HeaderClassName
{
color: #063CA9;
}
.AnyTagClassName
{
color: #063CA9;
}
</style>
background-color css
<style>
a { background-color: #063CA9; }
a { background-color: rgb(6,60,169); }
div.DivClassName
{
background-color: #063CA9;
}
.BgClassName
{
background-color: #063CA9;
}
</style>
border-color css
<style>
span { border-color: #063CA9; }
span { border-color: rgb(6,60,169); }
td.TdClassName
{
border-color: #063CA9;
}
.TagClassName
{
border-color: #063CA9;
}
</style>