Shades of Cobalt #063CAD
Tints of Cobalt #063CAD
RGB
CMYK
RGB Variations
Color information
#063CAD (or 0x063CAD) is known color: Cobalt. HEX triplet: 06, 3C and AD. RGB value is (6,60,173). Sum of RGB (Red+Green+Blue) = 6+60+173=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #063CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063CAD is #F9C352. Grayscale: #383838. Windows color (decimal): -16368467 or 11353094. OLE color: 11353094.
HSL color Cylindrical-coordinate representation of color #063CAD: hue angle of 220.6º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CAD is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 60 | 173 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.32 |
| HSL | 220.6º | 0.93% | 0.35% | - |
| HSV(B) | 220.6º | 0.97% | 0.68% | - |
| XYZ | 9.23 | 6.29 | 40.26 | - |
| YUV | 56.74 | 193.61 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 173 | 0.97 | 0.65 | 0 | 0.32 | 220.6 | 0.93 | 0.35 |
| Hex | 6 | 3C | AD | 61 | 41 | 0 | 20 | DD | 5D | 23 |
| Octal | 6 | 74 | 255 | 141 | 101 | 0 | 40 | 335 | 135 | 43 |
| Binary | 110 | 111100 | 10101101 | 1100001 | 1000001 | 0 | 100000 | 11011101 | 1011101 | 100011 |
Color Harmonies of #063CAD
Complementary color
Monochromatic Colors of #063CAD
Black with #063CAD
Text Example
Text Example
White with #063CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CAD; }
p { color: rgb(6,60,173); }
H1.HeaderClassName
{
color: #063CAD;
}
.AnyTagClassName
{
color: #063CAD;
}
</style>
background-color css
<style>
a { background-color: #063CAD; }
a { background-color: rgb(6,60,173); }
div.DivClassName
{
background-color: #063CAD;
}
.BgClassName
{
background-color: #063CAD;
}
</style>
border-color css
<style>
span { border-color: #063CAD; }
span { border-color: rgb(6,60,173); }
td.TdClassName
{
border-color: #063CAD;
}
.TagClassName
{
border-color: #063CAD;
}
</style>