Shades of Cobalt #063DAB
Tints of Cobalt #063DAB
RGB
CMYK
RGB Variations
Color information
#063DAB (or 0x063DAB) is known color: Cobalt. HEX triplet: 06, 3D and AB. RGB value is (6,61,171). Sum of RGB (Red+Green+Blue) = 6+61+171=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #063DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063DAB is #F9C254. Grayscale: #383838. Windows color (decimal): -16368213 or 11222278. OLE color: 11222278.
HSL color Cylindrical-coordinate representation of color #063DAB: hue angle of 220º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063DAB is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 61 | 171 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.33 |
| HSL | 220º | 0.93% | 0.35% | - |
| HSV(B) | 220º | 0.96% | 0.67% | - |
| XYZ | 9.09 | 6.32 | 39.27 | - |
| YUV | 57.1 | 192.28 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 171 | 0.96 | 0.64 | 0 | 0.33 | 220 | 0.93 | 0.35 |
| Hex | 6 | 3D | AB | 60 | 40 | 0 | 21 | DC | 5D | 23 |
| Octal | 6 | 75 | 253 | 140 | 100 | 0 | 41 | 334 | 135 | 43 |
| Binary | 110 | 111101 | 10101011 | 1100000 | 1000000 | 0 | 100001 | 11011100 | 1011101 | 100011 |
Color Harmonies of #063DAB
Complementary color
Monochromatic Colors of #063DAB
Black with #063DAB
Text Example
Text Example
White with #063DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063DAB; }
p { color: rgb(6,61,171); }
H1.HeaderClassName
{
color: #063DAB;
}
.AnyTagClassName
{
color: #063DAB;
}
</style>
background-color css
<style>
a { background-color: #063DAB; }
a { background-color: rgb(6,61,171); }
div.DivClassName
{
background-color: #063DAB;
}
.BgClassName
{
background-color: #063DAB;
}
</style>
border-color css
<style>
span { border-color: #063DAB; }
span { border-color: rgb(6,61,171); }
td.TdClassName
{
border-color: #063DAB;
}
.TagClassName
{
border-color: #063DAB;
}
</style>