Shades of Cobalt #063DAC
Tints of Cobalt #063DAC
RGB
CMYK
RGB Variations
Color information
#063DAC (or 0x063DAC) is known color: Cobalt. HEX triplet: 06, 3D and AC. RGB value is (6,61,172). Sum of RGB (Red+Green+Blue) = 6+61+172=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #063DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063DAC is #F9C253. Grayscale: #383838. Windows color (decimal): -16368212 or 11287814. OLE color: 11287814.
HSL color Cylindrical-coordinate representation of color #063DAC: hue angle of 220.12º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063DAC is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 61 | 172 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.33 |
| HSL | 220.12º | 0.93% | 0.35% | - |
| HSV(B) | 220.12º | 0.97% | 0.67% | - |
| XYZ | 9.19 | 6.35 | 39.77 | - |
| YUV | 57.21 | 192.78 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 172 | 0.97 | 0.65 | 0 | 0.33 | 220.12 | 0.93 | 0.35 |
| Hex | 6 | 3D | AC | 61 | 41 | 0 | 21 | DC | 5D | 23 |
| Octal | 6 | 75 | 254 | 141 | 101 | 0 | 41 | 334 | 135 | 43 |
| Binary | 110 | 111101 | 10101100 | 1100001 | 1000001 | 0 | 100001 | 11011100 | 1011101 | 100011 |
Color Harmonies of #063DAC
Complementary color
Monochromatic Colors of #063DAC
Black with #063DAC
Text Example
Text Example
White with #063DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063DAC; }
p { color: rgb(6,61,172); }
H1.HeaderClassName
{
color: #063DAC;
}
.AnyTagClassName
{
color: #063DAC;
}
</style>
background-color css
<style>
a { background-color: #063DAC; }
a { background-color: rgb(6,61,172); }
div.DivClassName
{
background-color: #063DAC;
}
.BgClassName
{
background-color: #063DAC;
}
</style>
border-color css
<style>
span { border-color: #063DAC; }
span { border-color: rgb(6,61,172); }
td.TdClassName
{
border-color: #063DAC;
}
.TagClassName
{
border-color: #063DAC;
}
</style>