Shades of Cobalt #0046BC
Tints of Cobalt #0046BC
RGB
CMYK
RGB Variations
Color information
#0046BC (or 0x0046BC) is known color: Cobalt. HEX triplet: 00, 46 and BC. RGB value is (0,70,188). Sum of RGB (Red+Green+Blue) = 0+70+188=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #0046BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0046BC is #FFB943. Grayscale: #3D3D3D. Windows color (decimal): -16759108 or 12338688. OLE color: 12338688.
HSL color Cylindrical-coordinate representation of color #0046BC: hue angle of 217.66º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0046BC is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 70 | 188 | - |
| CMYK | 1 | 0.63 | 0 | 0.26 |
| HSL | 217.66º | 1% | 0.37% | - |
| HSV(B) | 217.66º | 1% | 0.74% | - |
| XYZ | 11.27 | 8.01 | 48.53 | - |
| YUV | 62.52 | 198.81 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 188 | 1 | 0.63 | 0 | 0.26 | 217.66 | 1 | 0.37 |
| Hex | 0 | 46 | BC | 64 | 3F | 0 | 1A | DA | 64 | 25 |
| Octal | 0 | 106 | 274 | 144 | 77 | 0 | 32 | 332 | 144 | 45 |
| Binary | 0 | 1000110 | 10111100 | 1100100 | 111111 | 0 | 11010 | 11011010 | 1100100 | 100101 |
Color Harmonies of #0046BC
Complementary color
Monochromatic Colors of #0046BC
Black with #0046BC
Text Example
Text Example
White with #0046BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0046BC; }
p { color: rgb(0,70,188); }
H1.HeaderClassName
{
color: #0046BC;
}
.AnyTagClassName
{
color: #0046BC;
}
</style>
background-color css
<style>
a { background-color: #0046BC; }
a { background-color: rgb(0,70,188); }
div.DivClassName
{
background-color: #0046BC;
}
.BgClassName
{
background-color: #0046BC;
}
</style>
border-color css
<style>
span { border-color: #0046BC; }
span { border-color: rgb(0,70,188); }
td.TdClassName
{
border-color: #0046BC;
}
.TagClassName
{
border-color: #0046BC;
}
</style>