Shades of Cobalt #063CAA
Tints of Cobalt #063CAA
RGB
CMYK
RGB Variations
Color information
#063CAA (or 0x063CAA) is known color: Cobalt. HEX triplet: 06, 3C and AA. RGB value is (6,60,170). Sum of RGB (Red+Green+Blue) = 6+60+170=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #063CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063CAA is #F9C355. Grayscale: #373737. Windows color (decimal): -16368470 or 11156486. OLE color: 11156486.
HSL color Cylindrical-coordinate representation of color #063CAA: hue angle of 220.24º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063CAA is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 60 | 170 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.33 |
| HSL | 220.24º | 0.93% | 0.35% | - |
| HSV(B) | 220.24º | 0.96% | 0.67% | - |
| XYZ | 8.95 | 6.17 | 38.75 | - |
| YUV | 56.39 | 192.11 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 170 | 0.96 | 0.65 | 0 | 0.33 | 220.24 | 0.93 | 0.35 |
| Hex | 6 | 3C | AA | 60 | 41 | 0 | 21 | DC | 5D | 23 |
| Octal | 6 | 74 | 252 | 140 | 101 | 0 | 41 | 334 | 135 | 43 |
| Binary | 110 | 111100 | 10101010 | 1100000 | 1000001 | 0 | 100001 | 11011100 | 1011101 | 100011 |
Color Harmonies of #063CAA
Complementary color
Monochromatic Colors of #063CAA
Black with #063CAA
Text Example
Text Example
White with #063CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CAA; }
p { color: rgb(6,60,170); }
H1.HeaderClassName
{
color: #063CAA;
}
.AnyTagClassName
{
color: #063CAA;
}
</style>
background-color css
<style>
a { background-color: #063CAA; }
a { background-color: rgb(6,60,170); }
div.DivClassName
{
background-color: #063CAA;
}
.BgClassName
{
background-color: #063CAA;
}
</style>
border-color css
<style>
span { border-color: #063CAA; }
span { border-color: rgb(6,60,170); }
td.TdClassName
{
border-color: #063CAA;
}
.TagClassName
{
border-color: #063CAA;
}
</style>