Shades of Cobalt #0547BA
Tints of Cobalt #0547BA
RGB
CMYK
RGB Variations
Color information
#0547BA (or 0x0547BA) is known color: Cobalt. HEX triplet: 05, 47 and BA. RGB value is (5,71,186). Sum of RGB (Red+Green+Blue) = 5+71+186=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #0547BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0547BA is #FAB845. Grayscale: #3F3F3F. Windows color (decimal): -16431174 or 12207877. OLE color: 12207877.
HSL color Cylindrical-coordinate representation of color #0547BA: hue angle of 218.12º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0547BA is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 71 | 186 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.27 |
| HSL | 218.12º | 0.95% | 0.37% | - |
| HSV(B) | 218.12º | 0.97% | 0.73% | - |
| XYZ | 11.18 | 8.08 | 47.43 | - |
| YUV | 64.38 | 196.63 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 186 | 0.97 | 0.62 | 0 | 0.27 | 218.12 | 0.95 | 0.37 |
| Hex | 5 | 47 | BA | 61 | 3E | 0 | 1B | DA | 5F | 25 |
| Octal | 5 | 107 | 272 | 141 | 76 | 0 | 33 | 332 | 137 | 45 |
| Binary | 101 | 1000111 | 10111010 | 1100001 | 111110 | 0 | 11011 | 11011010 | 1011111 | 100101 |
Color Harmonies of #0547BA
Complementary color
Monochromatic Colors of #0547BA
Black with #0547BA
Text Example
Text Example
White with #0547BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0547BA; }
p { color: rgb(5,71,186); }
H1.HeaderClassName
{
color: #0547BA;
}
.AnyTagClassName
{
color: #0547BA;
}
</style>
background-color css
<style>
a { background-color: #0547BA; }
a { background-color: rgb(5,71,186); }
div.DivClassName
{
background-color: #0547BA;
}
.BgClassName
{
background-color: #0547BA;
}
</style>
border-color css
<style>
span { border-color: #0547BA; }
span { border-color: rgb(5,71,186); }
td.TdClassName
{
border-color: #0547BA;
}
.TagClassName
{
border-color: #0547BA;
}
</style>