Shades of Cobalt #063FA5
Tints of Cobalt #063FA5
RGB
CMYK
RGB Variations
Color information
#063FA5 (or 0x063FA5) is known color: Cobalt. HEX triplet: 06, 3F and A5. RGB value is (6,63,165). Sum of RGB (Red+Green+Blue) = 6+63+165=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 165 (64.84% from 255 or 70.51% from 234); Max value from RGB is 165 - color contains mainly: blue. Hex color #063FA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063FA5 is #F9C05A. Grayscale: #393939. Windows color (decimal): -16367707 or 10829574. OLE color: 10829574.
HSL color Cylindrical-coordinate representation of color #063FA5: hue angle of 218.49º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063FA5 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 63 | 165 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.35 |
| HSL | 218.49º | 0.93% | 0.34% | - |
| HSV(B) | 218.49º | 0.96% | 0.65% | - |
| XYZ | 8.64 | 6.31 | 36.36 | - |
| YUV | 57.59 | 188.62 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 165 | 0.96 | 0.62 | 0 | 0.35 | 218.49 | 0.93 | 0.34 |
| Hex | 6 | 3F | A5 | 60 | 3E | 0 | 23 | DA | 5D | 22 |
| Octal | 6 | 77 | 245 | 140 | 76 | 0 | 43 | 332 | 135 | 42 |
| Binary | 110 | 111111 | 10100101 | 1100000 | 111110 | 0 | 100011 | 11011010 | 1011101 | 100010 |
Color Harmonies of #063FA5
Complementary color
Monochromatic Colors of #063FA5
Black with #063FA5
Text Example
Text Example
White with #063FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063FA5; }
p { color: rgb(6,63,165); }
H1.HeaderClassName
{
color: #063FA5;
}
.AnyTagClassName
{
color: #063FA5;
}
</style>
background-color css
<style>
a { background-color: #063FA5; }
a { background-color: rgb(6,63,165); }
div.DivClassName
{
background-color: #063FA5;
}
.BgClassName
{
background-color: #063FA5;
}
</style>
border-color css
<style>
span { border-color: #063FA5; }
span { border-color: rgb(6,63,165); }
td.TdClassName
{
border-color: #063FA5;
}
.TagClassName
{
border-color: #063FA5;
}
</style>