Shades of Cobalt #0046A3
Tints of Cobalt #0046A3
RGB
CMYK
RGB Variations
Color information
#0046A3 (or 0x0046A3) is known color: Cobalt. HEX triplet: 00, 46 and A3. RGB value is (0,70,163). Sum of RGB (Red+Green+Blue) = 0+70+163=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 163 (64.06% from 255 or 69.96% from 233); Max value from RGB is 163 - color contains mainly: blue. Hex color #0046A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0046A3 is #FFB95C. Grayscale: #3B3B3B. Windows color (decimal): -16759133 or 10700288. OLE color: 10700288.
HSL color Cylindrical-coordinate representation of color #0046A3: hue angle of 214.23º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0046A3 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 70 | 163 | - |
| CMYK | 1 | 0.57 | 0 | 0.36 |
| HSL | 214.23º | 1% | 0.32% | - |
| HSV(B) | 214.23º | 1% | 0.64% | - |
| XYZ | 8.8 | 7.02 | 35.54 | - |
| YUV | 59.67 | 186.31 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 163 | 1 | 0.57 | 0 | 0.36 | 214.23 | 1 | 0.32 |
| Hex | 0 | 46 | A3 | 64 | 39 | 0 | 24 | D6 | 64 | 20 |
| Octal | 0 | 106 | 243 | 144 | 71 | 0 | 44 | 326 | 144 | 40 |
| Binary | 0 | 1000110 | 10100011 | 1100100 | 111001 | 0 | 100100 | 11010110 | 1100100 | 100000 |
Color Harmonies of #0046A3
Complementary color
Monochromatic Colors of #0046A3
Black with #0046A3
Text Example
Text Example
White with #0046A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0046A3; }
p { color: rgb(0,70,163); }
H1.HeaderClassName
{
color: #0046A3;
}
.AnyTagClassName
{
color: #0046A3;
}
</style>
background-color css
<style>
a { background-color: #0046A3; }
a { background-color: rgb(0,70,163); }
div.DivClassName
{
background-color: #0046A3;
}
.BgClassName
{
background-color: #0046A3;
}
</style>
border-color css
<style>
span { border-color: #0046A3; }
span { border-color: rgb(0,70,163); }
td.TdClassName
{
border-color: #0046A3;
}
.TagClassName
{
border-color: #0046A3;
}
</style>