Shades of Cobalt #0546AD
Tints of Cobalt #0546AD
RGB
CMYK
RGB Variations
Color information
#0546AD (or 0x0546AD) is known color: Cobalt. HEX triplet: 05, 46 and AD. RGB value is (5,70,173). Sum of RGB (Red+Green+Blue) = 5+70+173=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #0546AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0546AD is #FAB952. Grayscale: #3D3D3D. Windows color (decimal): -16431443 or 11355653. OLE color: 11355653.
HSL color Cylindrical-coordinate representation of color #0546AD: hue angle of 216.79º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0546AD is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 70 | 173 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.32 |
| HSL | 216.79º | 0.94% | 0.35% | - |
| HSV(B) | 216.79º | 0.97% | 0.68% | - |
| XYZ | 9.8 | 7.43 | 40.45 | - |
| YUV | 62.31 | 190.47 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 70 | 173 | 0.97 | 0.60 | 0 | 0.32 | 216.79 | 0.94 | 0.35 |
| Hex | 5 | 46 | AD | 61 | 3C | 0 | 20 | D9 | 5E | 23 |
| Octal | 5 | 106 | 255 | 141 | 74 | 0 | 40 | 331 | 136 | 43 |
| Binary | 101 | 1000110 | 10101101 | 1100001 | 111100 | 0 | 100000 | 11011001 | 1011110 | 100011 |
Color Harmonies of #0546AD
Complementary color
Monochromatic Colors of #0546AD
Black with #0546AD
Text Example
Text Example
White with #0546AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0546AD; }
p { color: rgb(5,70,173); }
H1.HeaderClassName
{
color: #0546AD;
}
.AnyTagClassName
{
color: #0546AD;
}
</style>
background-color css
<style>
a { background-color: #0546AD; }
a { background-color: rgb(5,70,173); }
div.DivClassName
{
background-color: #0546AD;
}
.BgClassName
{
background-color: #0546AD;
}
</style>
border-color css
<style>
span { border-color: #0546AD; }
span { border-color: rgb(5,70,173); }
td.TdClassName
{
border-color: #0546AD;
}
.TagClassName
{
border-color: #0546AD;
}
</style>