Shades of Cobalt #063FA4
Tints of Cobalt #063FA4
RGB
CMYK
RGB Variations
Color information
#063FA4 (or 0x063FA4) is known color: Cobalt. HEX triplet: 06, 3F and A4. RGB value is (6,63,164). Sum of RGB (Red+Green+Blue) = 6+63+164=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 164 (64.45% from 255 or 70.39% from 233); Max value from RGB is 164 - color contains mainly: blue. Hex color #063FA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063FA4 is #F9C05B. Grayscale: #393939. Windows color (decimal): -16367708 or 10764038. OLE color: 10764038.
HSL color Cylindrical-coordinate representation of color #063FA4: hue angle of 218.35º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063FA4 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 63 | 164 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.36 |
| HSL | 218.35º | 0.93% | 0.33% | - |
| HSV(B) | 218.35º | 0.96% | 0.64% | - |
| XYZ | 8.55 | 6.27 | 35.88 | - |
| YUV | 57.47 | 188.12 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 164 | 0.96 | 0.62 | 0 | 0.36 | 218.35 | 0.93 | 0.33 |
| Hex | 6 | 3F | A4 | 60 | 3E | 0 | 24 | DA | 5D | 21 |
| Octal | 6 | 77 | 244 | 140 | 76 | 0 | 44 | 332 | 135 | 41 |
| Binary | 110 | 111111 | 10100100 | 1100000 | 111110 | 0 | 100100 | 11011010 | 1011101 | 100001 |
Color Harmonies of #063FA4
Complementary color
Monochromatic Colors of #063FA4
Black with #063FA4
Text Example
Text Example
White with #063FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FA4; }
p { color: rgb(6,63,164); }
H1.HeaderClassName
{
color: #063FA4;
}
.AnyTagClassName
{
color: #063FA4;
}
</style>
background-color css
<style>
a { background-color: #063FA4; }
a { background-color: rgb(6,63,164); }
div.DivClassName
{
background-color: #063FA4;
}
.BgClassName
{
background-color: #063FA4;
}
</style>
border-color css
<style>
span { border-color: #063FA4; }
span { border-color: rgb(6,63,164); }
td.TdClassName
{
border-color: #063FA4;
}
.TagClassName
{
border-color: #063FA4;
}
</style>