Shades of Cobalt #063EBA
Tints of Cobalt #063EBA
RGB
CMYK
RGB Variations
Color information
#063EBA (or 0x063EBA) is known color: Cobalt. HEX triplet: 06, 3E and BA. RGB value is (6,62,186). Sum of RGB (Red+Green+Blue) = 6+62+186=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #063EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #063EBA is #F9C145. Grayscale: #3A3A3A. Windows color (decimal): -16367942 or 12205574. OLE color: 12205574.
HSL color Cylindrical-coordinate representation of color #063EBA: hue angle of 221.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063EBA is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 62 | 186 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.27 |
| HSL | 221.33º | 0.94% | 0.38% | - |
| HSV(B) | 221.33º | 0.97% | 0.73% | - |
| XYZ | 10.66 | 7.03 | 47.25 | - |
| YUV | 59.39 | 199.45 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 62 | 186 | 0.97 | 0.67 | 0 | 0.27 | 221.33 | 0.94 | 0.38 |
| Hex | 6 | 3E | BA | 61 | 43 | 0 | 1B | DD | 5E | 26 |
| Octal | 6 | 76 | 272 | 141 | 103 | 0 | 33 | 335 | 136 | 46 |
| Binary | 110 | 111110 | 10111010 | 1100001 | 1000011 | 0 | 11011 | 11011101 | 1011110 | 100110 |
Color Harmonies of #063EBA
Complementary color
Monochromatic Colors of #063EBA
Black with #063EBA
Text Example
Text Example
White with #063EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063EBA; }
p { color: rgb(6,62,186); }
H1.HeaderClassName
{
color: #063EBA;
}
.AnyTagClassName
{
color: #063EBA;
}
</style>
background-color css
<style>
a { background-color: #063EBA; }
a { background-color: rgb(6,62,186); }
div.DivClassName
{
background-color: #063EBA;
}
.BgClassName
{
background-color: #063EBA;
}
</style>
border-color css
<style>
span { border-color: #063EBA; }
span { border-color: rgb(6,62,186); }
td.TdClassName
{
border-color: #063EBA;
}
.TagClassName
{
border-color: #063EBA;
}
</style>