Shades of Cobalt #063FAB
Tints of Cobalt #063FAB
RGB
CMYK
RGB Variations
Color information
#063FAB (or 0x063FAB) is known color: Cobalt. HEX triplet: 06, 3F and AB. RGB value is (6,63,171). Sum of RGB (Red+Green+Blue) = 6+63+171=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #063FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063FAB is #F9C054. Grayscale: #393939. Windows color (decimal): -16367701 or 11222790. OLE color: 11222790.
HSL color Cylindrical-coordinate representation of color #063FAB: hue angle of 219.27º 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 #063FAB is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 63 | 171 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.33 |
| HSL | 219.27º | 0.93% | 0.35% | - |
| HSV(B) | 219.27º | 0.96% | 0.67% | - |
| XYZ | 9.2 | 6.53 | 39.3 | - |
| YUV | 58.27 | 191.62 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 171 | 0.96 | 0.63 | 0 | 0.33 | 219.27 | 0.93 | 0.35 |
| Hex | 6 | 3F | AB | 60 | 3F | 0 | 21 | DB | 5D | 23 |
| Octal | 6 | 77 | 253 | 140 | 77 | 0 | 41 | 333 | 135 | 43 |
| Binary | 110 | 111111 | 10101011 | 1100000 | 111111 | 0 | 100001 | 11011011 | 1011101 | 100011 |
Color Harmonies of #063FAB
Complementary color
Monochromatic Colors of #063FAB
Black with #063FAB
Text Example
Text Example
White with #063FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FAB; }
p { color: rgb(6,63,171); }
H1.HeaderClassName
{
color: #063FAB;
}
.AnyTagClassName
{
color: #063FAB;
}
</style>
background-color css
<style>
a { background-color: #063FAB; }
a { background-color: rgb(6,63,171); }
div.DivClassName
{
background-color: #063FAB;
}
.BgClassName
{
background-color: #063FAB;
}
</style>
border-color css
<style>
span { border-color: #063FAB; }
span { border-color: rgb(6,63,171); }
td.TdClassName
{
border-color: #063FAB;
}
.TagClassName
{
border-color: #063FAB;
}
</style>