Shades of Cobalt #063DA3
Tints of Cobalt #063DA3
RGB
CMYK
RGB Variations
Color information
#063DA3 (or 0x063DA3) is known color: Cobalt. HEX triplet: 06, 3D and A3. RGB value is (6,61,163). Sum of RGB (Red+Green+Blue) = 6+61+163=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 163 (64.06% from 255 or 70.87% from 230); Max value from RGB is 163 - color contains mainly: blue. Hex color #063DA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063DA3 is #F9C25C. Grayscale: #373737. Windows color (decimal): -16368221 or 10697990. OLE color: 10697990.
HSL color Cylindrical-coordinate representation of color #063DA3: hue angle of 218.98º 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 #063DA3 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 61 | 163 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.36 |
| HSL | 218.98º | 0.93% | 0.33% | - |
| HSV(B) | 218.98º | 0.96% | 0.64% | - |
| XYZ | 8.35 | 6.02 | 35.37 | - |
| YUV | 56.18 | 188.28 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 163 | 0.96 | 0.63 | 0 | 0.36 | 218.98 | 0.93 | 0.33 |
| Hex | 6 | 3D | A3 | 60 | 3F | 0 | 24 | DB | 5D | 21 |
| Octal | 6 | 75 | 243 | 140 | 77 | 0 | 44 | 333 | 135 | 41 |
| Binary | 110 | 111101 | 10100011 | 1100000 | 111111 | 0 | 100100 | 11011011 | 1011101 | 100001 |
Color Harmonies of #063DA3
Complementary color
Monochromatic Colors of #063DA3
Black with #063DA3
Text Example
Text Example
White with #063DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063DA3; }
p { color: rgb(6,61,163); }
H1.HeaderClassName
{
color: #063DA3;
}
.AnyTagClassName
{
color: #063DA3;
}
</style>
background-color css
<style>
a { background-color: #063DA3; }
a { background-color: rgb(6,61,163); }
div.DivClassName
{
background-color: #063DA3;
}
.BgClassName
{
background-color: #063DA3;
}
</style>
border-color css
<style>
span { border-color: #063DA3; }
span { border-color: rgb(6,61,163); }
td.TdClassName
{
border-color: #063DA3;
}
.TagClassName
{
border-color: #063DA3;
}
</style>