Shades of Cobalt #0046A8
Tints of Cobalt #0046A8
RGB
CMYK
RGB Variations
Color information
#0046A8 (or 0x0046A8) is known color: Cobalt. HEX triplet: 00, 46 and A8. RGB value is (0,70,168). Sum of RGB (Red+Green+Blue) = 0+70+168=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 168 (66.02% from 255 or 70.59% from 238); Max value from RGB is 168 - color contains mainly: blue. Hex color #0046A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0046A8 is #FFB957. Grayscale: #3B3B3B. Windows color (decimal): -16759128 or 11027968. OLE color: 11027968.
HSL color Cylindrical-coordinate representation of color #0046A8: hue angle of 215º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0046A8 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 70 | 168 | - |
| CMYK | 1 | 0.58 | 0 | 0.34 |
| HSL | 215º | 1% | 0.33% | - |
| HSV(B) | 215º | 1% | 0.66% | - |
| XYZ | 9.26 | 7.21 | 37.95 | - |
| YUV | 60.24 | 188.81 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 168 | 1 | 0.58 | 0 | 0.34 | 215 | 1 | 0.33 |
| Hex | 0 | 46 | A8 | 64 | 3A | 0 | 22 | D7 | 64 | 21 |
| Octal | 0 | 106 | 250 | 144 | 72 | 0 | 42 | 327 | 144 | 41 |
| Binary | 0 | 1000110 | 10101000 | 1100100 | 111010 | 0 | 100010 | 11010111 | 1100100 | 100001 |
Color Harmonies of #0046A8
Complementary color
Monochromatic Colors of #0046A8
Black with #0046A8
Text Example
Text Example
White with #0046A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0046A8; }
p { color: rgb(0,70,168); }
H1.HeaderClassName
{
color: #0046A8;
}
.AnyTagClassName
{
color: #0046A8;
}
</style>
background-color css
<style>
a { background-color: #0046A8; }
a { background-color: rgb(0,70,168); }
div.DivClassName
{
background-color: #0046A8;
}
.BgClassName
{
background-color: #0046A8;
}
</style>
border-color css
<style>
span { border-color: #0046A8; }
span { border-color: rgb(0,70,168); }
td.TdClassName
{
border-color: #0046A8;
}
.TagClassName
{
border-color: #0046A8;
}
</style>