Shades of Cobalt #063FAF
Tints of Cobalt #063FAF
RGB
CMYK
RGB Variations
Color information
#063FAF (or 0x063FAF) is known color: Cobalt. HEX triplet: 06, 3F and AF. RGB value is (6,63,175). Sum of RGB (Red+Green+Blue) = 6+63+175=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 175 (68.75% from 255 or 71.72% from 244); Max value from RGB is 175 - color contains mainly: blue. Hex color #063FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063FAF is #F9C050. Grayscale: #3A3A3A. Windows color (decimal): -16367697 or 11484934. OLE color: 11484934.
HSL color Cylindrical-coordinate representation of color #063FAF: hue angle of 219.76º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063FAF is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 63 | 175 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.31 |
| HSL | 219.76º | 0.93% | 0.35% | - |
| HSV(B) | 219.76º | 0.97% | 0.69% | - |
| XYZ | 9.59 | 6.69 | 41.34 | - |
| YUV | 58.73 | 193.62 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 175 | 0.97 | 0.64 | 0 | 0.31 | 219.76 | 0.93 | 0.35 |
| Hex | 6 | 3F | AF | 61 | 40 | 0 | 1F | DC | 5D | 23 |
| Octal | 6 | 77 | 257 | 141 | 100 | 0 | 37 | 334 | 135 | 43 |
| Binary | 110 | 111111 | 10101111 | 1100001 | 1000000 | 0 | 11111 | 11011100 | 1011101 | 100011 |
Color Harmonies of #063FAF
Complementary color
Monochromatic Colors of #063FAF
Black with #063FAF
Text Example
Text Example
White with #063FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FAF; }
p { color: rgb(6,63,175); }
H1.HeaderClassName
{
color: #063FAF;
}
.AnyTagClassName
{
color: #063FAF;
}
</style>
background-color css
<style>
a { background-color: #063FAF; }
a { background-color: rgb(6,63,175); }
div.DivClassName
{
background-color: #063FAF;
}
.BgClassName
{
background-color: #063FAF;
}
</style>
border-color css
<style>
span { border-color: #063FAF; }
span { border-color: rgb(6,63,175); }
td.TdClassName
{
border-color: #063FAF;
}
.TagClassName
{
border-color: #063FAF;
}
</style>