Shades of Cobalt #0547BF
Tints of Cobalt #0547BF
RGB
CMYK
RGB Variations
Color information
#0547BF (or 0x0547BF) is known color: Cobalt. HEX triplet: 05, 47 and BF. RGB value is (5,71,191). Sum of RGB (Red+Green+Blue) = 5+71+191=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #0547BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0547BF is #FAB840. Grayscale: #404040. Windows color (decimal): -16431169 or 12535557. OLE color: 12535557.
HSL color Cylindrical-coordinate representation of color #0547BF: hue angle of 218.71º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0547BF is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 71 | 191 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.25 |
| HSL | 218.71º | 0.95% | 0.38% | - |
| HSV(B) | 218.71º | 0.97% | 0.75% | - |
| XYZ | 11.72 | 8.3 | 50.27 | - |
| YUV | 64.95 | 199.13 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 191 | 0.97 | 0.63 | 0 | 0.25 | 218.71 | 0.95 | 0.38 |
| Hex | 5 | 47 | BF | 61 | 3F | 0 | 19 | DB | 5F | 26 |
| Octal | 5 | 107 | 277 | 141 | 77 | 0 | 31 | 333 | 137 | 46 |
| Binary | 101 | 1000111 | 10111111 | 1100001 | 111111 | 0 | 11001 | 11011011 | 1011111 | 100110 |
Color Harmonies of #0547BF
Complementary color
Monochromatic Colors of #0547BF
Black with #0547BF
Text Example
Text Example
White with #0547BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0547BF; }
p { color: rgb(5,71,191); }
H1.HeaderClassName
{
color: #0547BF;
}
.AnyTagClassName
{
color: #0547BF;
}
</style>
background-color css
<style>
a { background-color: #0547BF; }
a { background-color: rgb(5,71,191); }
div.DivClassName
{
background-color: #0547BF;
}
.BgClassName
{
background-color: #0547BF;
}
</style>
border-color css
<style>
span { border-color: #0547BF; }
span { border-color: rgb(5,71,191); }
td.TdClassName
{
border-color: #0547BF;
}
.TagClassName
{
border-color: #0547BF;
}
</style>