Shades of Cobalt #063DB3
Tints of Cobalt #063DB3
RGB
CMYK
RGB Variations
Color information
#063DB3 (or 0x063DB3) is known color: Cobalt. HEX triplet: 06, 3D and B3. RGB value is (6,61,179). Sum of RGB (Red+Green+Blue) = 6+61+179=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 179 (70.31% from 255 or 72.76% from 246); Max value from RGB is 179 - color contains mainly: blue. Hex color #063DB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063DB3 is #F9C24C. Grayscale: #393939. Windows color (decimal): -16368205 or 11746566. OLE color: 11746566.
HSL color Cylindrical-coordinate representation of color #063DB3: hue angle of 220.92º degrees, saturation: 0.94, 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 #063DB3 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 61 | 179 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.30 |
| HSL | 220.92º | 0.94% | 0.36% | - |
| HSV(B) | 220.92º | 0.97% | 0.7% | - |
| XYZ | 9.88 | 6.63 | 43.41 | - |
| YUV | 58.01 | 196.28 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 61 | 179 | 0.97 | 0.66 | 0 | 0.30 | 220.92 | 0.94 | 0.36 |
| Hex | 6 | 3D | B3 | 61 | 42 | 0 | 1E | DD | 5E | 24 |
| Octal | 6 | 75 | 263 | 141 | 102 | 0 | 36 | 335 | 136 | 44 |
| Binary | 110 | 111101 | 10110011 | 1100001 | 1000010 | 0 | 11110 | 11011101 | 1011110 | 100100 |
Color Harmonies of #063DB3
Complementary color
Monochromatic Colors of #063DB3
Black with #063DB3
Text Example
Text Example
White with #063DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063DB3; }
p { color: rgb(6,61,179); }
H1.HeaderClassName
{
color: #063DB3;
}
.AnyTagClassName
{
color: #063DB3;
}
</style>
background-color css
<style>
a { background-color: #063DB3; }
a { background-color: rgb(6,61,179); }
div.DivClassName
{
background-color: #063DB3;
}
.BgClassName
{
background-color: #063DB3;
}
</style>
border-color css
<style>
span { border-color: #063DB3; }
span { border-color: rgb(6,61,179); }
td.TdClassName
{
border-color: #063DB3;
}
.TagClassName
{
border-color: #063DB3;
}
</style>