Shades of Cobalt #063CA7
Tints of Cobalt #063CA7
RGB
CMYK
RGB Variations
Color information
#063CA7 (or 0x063CA7) is known color: Cobalt. HEX triplet: 06, 3C and A7. RGB value is (6,60,167). Sum of RGB (Red+Green+Blue) = 6+60+167=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 167 (65.62% from 255 or 71.67% from 233); Max value from RGB is 167 - color contains mainly: blue. Hex color #063CA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063CA7 is #F9C358. Grayscale: #373737. Windows color (decimal): -16368473 or 10959878. OLE color: 10959878.
HSL color Cylindrical-coordinate representation of color #063CA7: hue angle of 219.88º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063CA7 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 60 | 167 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.35 |
| HSL | 219.88º | 0.93% | 0.34% | - |
| HSV(B) | 219.88º | 0.96% | 0.65% | - |
| XYZ | 8.67 | 6.06 | 37.27 | - |
| YUV | 56.05 | 190.61 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 167 | 0.96 | 0.64 | 0 | 0.35 | 219.88 | 0.93 | 0.34 |
| Hex | 6 | 3C | A7 | 60 | 40 | 0 | 23 | DC | 5D | 22 |
| Octal | 6 | 74 | 247 | 140 | 100 | 0 | 43 | 334 | 135 | 42 |
| Binary | 110 | 111100 | 10100111 | 1100000 | 1000000 | 0 | 100011 | 11011100 | 1011101 | 100010 |
Color Harmonies of #063CA7
Complementary color
Monochromatic Colors of #063CA7
Black with #063CA7
Text Example
Text Example
White with #063CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CA7; }
p { color: rgb(6,60,167); }
H1.HeaderClassName
{
color: #063CA7;
}
.AnyTagClassName
{
color: #063CA7;
}
</style>
background-color css
<style>
a { background-color: #063CA7; }
a { background-color: rgb(6,60,167); }
div.DivClassName
{
background-color: #063CA7;
}
.BgClassName
{
background-color: #063CA7;
}
</style>
border-color css
<style>
span { border-color: #063CA7; }
span { border-color: rgb(6,60,167); }
td.TdClassName
{
border-color: #063CA7;
}
.TagClassName
{
border-color: #063CA7;
}
</style>