Shades of Cobalt #0546AC
Tints of Cobalt #0546AC
RGB
CMYK
RGB Variations
Color information
#0546AC (or 0x0546AC) is known color: Cobalt. HEX triplet: 05, 46 and AC. RGB value is (5,70,172). Sum of RGB (Red+Green+Blue) = 5+70+172=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #0546AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0546AC is #FAB953. Grayscale: #3D3D3D. Windows color (decimal): -16431444 or 11290117. OLE color: 11290117.
HSL color Cylindrical-coordinate representation of color #0546AC: hue angle of 216.65º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0546AC is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 70 | 172 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.33 |
| HSL | 216.65º | 0.94% | 0.35% | - |
| HSV(B) | 216.65º | 0.97% | 0.67% | - |
| XYZ | 9.7 | 7.39 | 39.95 | - |
| YUV | 62.19 | 189.97 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 172 | 0.97 | 0.59 | 0 | 0.33 | 216.65 | 0.94 | 0.35 |
| Hex | 5 | 46 | AC | 61 | 3B | 0 | 21 | D9 | 5E | 23 |
| Octal | 5 | 106 | 254 | 141 | 73 | 0 | 41 | 331 | 136 | 43 |
| Binary | 101 | 1000110 | 10101100 | 1100001 | 111011 | 0 | 100001 | 11011001 | 1011110 | 100011 |
Color Harmonies of #0546AC
Complementary color
Monochromatic Colors of #0546AC
Black with #0546AC
Text Example
Text Example
White with #0546AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0546AC; }
p { color: rgb(5,70,172); }
H1.HeaderClassName
{
color: #0546AC;
}
.AnyTagClassName
{
color: #0546AC;
}
</style>
background-color css
<style>
a { background-color: #0546AC; }
a { background-color: rgb(5,70,172); }
div.DivClassName
{
background-color: #0546AC;
}
.BgClassName
{
background-color: #0546AC;
}
</style>
border-color css
<style>
span { border-color: #0546AC; }
span { border-color: rgb(5,70,172); }
td.TdClassName
{
border-color: #0546AC;
}
.TagClassName
{
border-color: #0546AC;
}
</style>