Shades of Cobalt #0547B9
Tints of Cobalt #0547B9
RGB
CMYK
RGB Variations
Color information
#0547B9 (or 0x0547B9) is known color: Cobalt. HEX triplet: 05, 47 and B9. RGB value is (5,71,185). Sum of RGB (Red+Green+Blue) = 5+71+185=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 185 (72.66% from 255 or 70.88% from 261); Max value from RGB is 185 - color contains mainly: blue. Hex color #0547B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0547B9 is #FAB846. Grayscale: #3F3F3F. Windows color (decimal): -16431175 or 12142341. OLE color: 12142341.
HSL color Cylindrical-coordinate representation of color #0547B9: hue angle of 218º 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 #0547B9 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 71 | 185 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.27 |
| HSL | 218º | 0.95% | 0.37% | - |
| HSV(B) | 218º | 0.97% | 0.73% | - |
| XYZ | 11.07 | 8.04 | 46.87 | - |
| YUV | 64.26 | 196.13 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 185 | 0.97 | 0.62 | 0 | 0.27 | 218 | 0.95 | 0.37 |
| Hex | 5 | 47 | B9 | 61 | 3E | 0 | 1B | DA | 5F | 25 |
| Octal | 5 | 107 | 271 | 141 | 76 | 0 | 33 | 332 | 137 | 45 |
| Binary | 101 | 1000111 | 10111001 | 1100001 | 111110 | 0 | 11011 | 11011010 | 1011111 | 100101 |
Color Harmonies of #0547B9
Complementary color
Monochromatic Colors of #0547B9
Black with #0547B9
Text Example
Text Example
White with #0547B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0547B9; }
p { color: rgb(5,71,185); }
H1.HeaderClassName
{
color: #0547B9;
}
.AnyTagClassName
{
color: #0547B9;
}
</style>
background-color css
<style>
a { background-color: #0547B9; }
a { background-color: rgb(5,71,185); }
div.DivClassName
{
background-color: #0547B9;
}
.BgClassName
{
background-color: #0547B9;
}
</style>
border-color css
<style>
span { border-color: #0547B9; }
span { border-color: rgb(5,71,185); }
td.TdClassName
{
border-color: #0547B9;
}
.TagClassName
{
border-color: #0547B9;
}
</style>