Shades of Cobalt #0547B6
Tints of Cobalt #0547B6
RGB
CMYK
RGB Variations
Color information
#0547B6 (or 0x0547B6) is known color: Cobalt. HEX triplet: 05, 47 and B6. RGB value is (5,71,182). Sum of RGB (Red+Green+Blue) = 5+71+182=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 182 (71.48% from 255 or 70.54% from 258); Max value from RGB is 182 - color contains mainly: blue. Hex color #0547B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0547B6 is #FAB849. Grayscale: #3F3F3F. Windows color (decimal): -16431178 or 11945733. OLE color: 11945733.
HSL color Cylindrical-coordinate representation of color #0547B6: hue angle of 217.63º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0547B6 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 71 | 182 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.29 |
| HSL | 217.63º | 0.95% | 0.37% | - |
| HSV(B) | 217.63º | 0.97% | 0.71% | - |
| XYZ | 10.76 | 7.92 | 45.22 | - |
| YUV | 63.92 | 194.63 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 182 | 0.97 | 0.61 | 0 | 0.29 | 217.63 | 0.95 | 0.37 |
| Hex | 5 | 47 | B6 | 61 | 3D | 0 | 1D | DA | 5F | 25 |
| Octal | 5 | 107 | 266 | 141 | 75 | 0 | 35 | 332 | 137 | 45 |
| Binary | 101 | 1000111 | 10110110 | 1100001 | 111101 | 0 | 11101 | 11011010 | 1011111 | 100101 |
Color Harmonies of #0547B6
Complementary color
Monochromatic Colors of #0547B6
Black with #0547B6
Text Example
Text Example
White with #0547B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0547B6; }
p { color: rgb(5,71,182); }
H1.HeaderClassName
{
color: #0547B6;
}
.AnyTagClassName
{
color: #0547B6;
}
</style>
background-color css
<style>
a { background-color: #0547B6; }
a { background-color: rgb(5,71,182); }
div.DivClassName
{
background-color: #0547B6;
}
.BgClassName
{
background-color: #0547B6;
}
</style>
border-color css
<style>
span { border-color: #0547B6; }
span { border-color: rgb(5,71,182); }
td.TdClassName
{
border-color: #0547B6;
}
.TagClassName
{
border-color: #0547B6;
}
</style>