Shades of Cobalt #0046AB
Tints of Cobalt #0046AB
RGB
CMYK
RGB Variations
Color information
#0046AB (or 0x0046AB) is known color: Cobalt. HEX triplet: 00, 46 and AB. RGB value is (0,70,171). Sum of RGB (Red+Green+Blue) = 0+70+171=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #0046AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0046AB is #FFB954. Grayscale: #3C3C3C. Windows color (decimal): -16759125 or 11224576. OLE color: 11224576.
HSL color Cylindrical-coordinate representation of color #0046AB: hue angle of 215.44º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0046AB is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 70 | 171 | - |
| CMYK | 1 | 0.59 | 0 | 0.33 |
| HSL | 215.44º | 1% | 0.34% | - |
| HSV(B) | 215.44º | 1% | 0.67% | - |
| XYZ | 9.54 | 7.32 | 39.44 | - |
| YUV | 60.58 | 190.31 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 171 | 1 | 0.59 | 0 | 0.33 | 215.44 | 1 | 0.34 |
| Hex | 0 | 46 | AB | 64 | 3B | 0 | 21 | D7 | 64 | 22 |
| Octal | 0 | 106 | 253 | 144 | 73 | 0 | 41 | 327 | 144 | 42 |
| Binary | 0 | 1000110 | 10101011 | 1100100 | 111011 | 0 | 100001 | 11010111 | 1100100 | 100010 |
Color Harmonies of #0046AB
Complementary color
Monochromatic Colors of #0046AB
Black with #0046AB
Text Example
Text Example
White with #0046AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0046AB; }
p { color: rgb(0,70,171); }
H1.HeaderClassName
{
color: #0046AB;
}
.AnyTagClassName
{
color: #0046AB;
}
</style>
background-color css
<style>
a { background-color: #0046AB; }
a { background-color: rgb(0,70,171); }
div.DivClassName
{
background-color: #0046AB;
}
.BgClassName
{
background-color: #0046AB;
}
</style>
border-color css
<style>
span { border-color: #0046AB; }
span { border-color: rgb(0,70,171); }
td.TdClassName
{
border-color: #0046AB;
}
.TagClassName
{
border-color: #0046AB;
}
</style>