Shades of Cobalt #063DAE
Tints of Cobalt #063DAE
RGB
CMYK
RGB Variations
Color information
#063DAE (or 0x063DAE) is known color: Cobalt. HEX triplet: 06, 3D and AE. RGB value is (6,61,174). Sum of RGB (Red+Green+Blue) = 6+61+174=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #063DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063DAE is #F9C251. Grayscale: #383838. Windows color (decimal): -16368210 or 11418886. OLE color: 11418886.
HSL color Cylindrical-coordinate representation of color #063DAE: hue angle of 220.36º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063DAE is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 61 | 174 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.32 |
| HSL | 220.36º | 0.93% | 0.35% | - |
| HSV(B) | 220.36º | 0.97% | 0.68% | - |
| XYZ | 9.38 | 6.43 | 40.79 | - |
| YUV | 57.44 | 193.78 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 174 | 0.97 | 0.65 | 0 | 0.32 | 220.36 | 0.93 | 0.35 |
| Hex | 6 | 3D | AE | 61 | 41 | 0 | 20 | DC | 5D | 23 |
| Octal | 6 | 75 | 256 | 141 | 101 | 0 | 40 | 334 | 135 | 43 |
| Binary | 110 | 111101 | 10101110 | 1100001 | 1000001 | 0 | 100000 | 11011100 | 1011101 | 100011 |
Color Harmonies of #063DAE
Complementary color
Monochromatic Colors of #063DAE
Black with #063DAE
Text Example
Text Example
White with #063DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063DAE; }
p { color: rgb(6,61,174); }
H1.HeaderClassName
{
color: #063DAE;
}
.AnyTagClassName
{
color: #063DAE;
}
</style>
background-color css
<style>
a { background-color: #063DAE; }
a { background-color: rgb(6,61,174); }
div.DivClassName
{
background-color: #063DAE;
}
.BgClassName
{
background-color: #063DAE;
}
</style>
border-color css
<style>
span { border-color: #063DAE; }
span { border-color: rgb(6,61,174); }
td.TdClassName
{
border-color: #063DAE;
}
.TagClassName
{
border-color: #063DAE;
}
</style>