Shades of Cobalt #063DB2
Tints of Cobalt #063DB2
RGB
CMYK
RGB Variations
Color information
#063DB2 (or 0x063DB2) is known color: Cobalt. HEX triplet: 06, 3D and B2. RGB value is (6,61,178). Sum of RGB (Red+Green+Blue) = 6+61+178=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 178 (69.92% from 255 or 72.65% from 245); Max value from RGB is 178 - color contains mainly: blue. Hex color #063DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063DB2 is #F9C24D. Grayscale: #393939. Windows color (decimal): -16368206 or 11681030. OLE color: 11681030.
HSL color Cylindrical-coordinate representation of color #063DB2: hue angle of 220.81º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063DB2 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 61 | 178 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.30 |
| HSL | 220.81º | 0.93% | 0.36% | - |
| HSV(B) | 220.81º | 0.97% | 0.7% | - |
| XYZ | 9.78 | 6.59 | 42.88 | - |
| YUV | 57.89 | 195.78 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 178 | 0.97 | 0.66 | 0 | 0.30 | 220.81 | 0.93 | 0.36 |
| Hex | 6 | 3D | B2 | 61 | 42 | 0 | 1E | DD | 5D | 24 |
| Octal | 6 | 75 | 262 | 141 | 102 | 0 | 36 | 335 | 135 | 44 |
| Binary | 110 | 111101 | 10110010 | 1100001 | 1000010 | 0 | 11110 | 11011101 | 1011101 | 100100 |
Color Harmonies of #063DB2
Complementary color
Monochromatic Colors of #063DB2
Black with #063DB2
Text Example
Text Example
White with #063DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063DB2; }
p { color: rgb(6,61,178); }
H1.HeaderClassName
{
color: #063DB2;
}
.AnyTagClassName
{
color: #063DB2;
}
</style>
background-color css
<style>
a { background-color: #063DB2; }
a { background-color: rgb(6,61,178); }
div.DivClassName
{
background-color: #063DB2;
}
.BgClassName
{
background-color: #063DB2;
}
</style>
border-color css
<style>
span { border-color: #063DB2; }
span { border-color: rgb(6,61,178); }
td.TdClassName
{
border-color: #063DB2;
}
.TagClassName
{
border-color: #063DB2;
}
</style>