Shades of Cobalt #063DB0
Tints of Cobalt #063DB0
RGB
CMYK
RGB Variations
Color information
#063DB0 (or 0x063DB0) is known color: Cobalt. HEX triplet: 06, 3D and B0. RGB value is (6,61,176). Sum of RGB (Red+Green+Blue) = 6+61+176=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 176 (69.14% from 255 or 72.43% from 243); Max value from RGB is 176 - color contains mainly: blue. Hex color #063DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063DB0 is #F9C24F. Grayscale: #393939. Windows color (decimal): -16368208 or 11549958. OLE color: 11549958.
HSL color Cylindrical-coordinate representation of color #063DB0: hue angle of 220.59º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063DB0 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 61 | 176 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.31 |
| HSL | 220.59º | 0.93% | 0.36% | - |
| HSV(B) | 220.59º | 0.97% | 0.69% | - |
| XYZ | 9.58 | 6.51 | 41.83 | - |
| YUV | 57.67 | 194.78 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 176 | 0.97 | 0.65 | 0 | 0.31 | 220.59 | 0.93 | 0.36 |
| Hex | 6 | 3D | B0 | 61 | 41 | 0 | 1F | DD | 5D | 24 |
| Octal | 6 | 75 | 260 | 141 | 101 | 0 | 37 | 335 | 135 | 44 |
| Binary | 110 | 111101 | 10110000 | 1100001 | 1000001 | 0 | 11111 | 11011101 | 1011101 | 100100 |
Color Harmonies of #063DB0
Complementary color
Monochromatic Colors of #063DB0
Black with #063DB0
Text Example
Text Example
White with #063DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063DB0; }
p { color: rgb(6,61,176); }
H1.HeaderClassName
{
color: #063DB0;
}
.AnyTagClassName
{
color: #063DB0;
}
</style>
background-color css
<style>
a { background-color: #063DB0; }
a { background-color: rgb(6,61,176); }
div.DivClassName
{
background-color: #063DB0;
}
.BgClassName
{
background-color: #063DB0;
}
</style>
border-color css
<style>
span { border-color: #063DB0; }
span { border-color: rgb(6,61,176); }
td.TdClassName
{
border-color: #063DB0;
}
.TagClassName
{
border-color: #063DB0;
}
</style>