Shades of Cobalt #0549B7
Tints of Cobalt #0549B7
RGB
CMYK
RGB Variations
Color information
#0549B7 (or 0x0549B7) is known color: Cobalt. HEX triplet: 05, 49 and B7. RGB value is (5,73,183). Sum of RGB (Red+Green+Blue) = 5+73+183=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 183 (71.88% from 255 or 70.11% from 261); Max value from RGB is 183 - color contains mainly: blue. Hex color #0549B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0549B7 is #FAB648. Grayscale: #404040. Windows color (decimal): -16430665 or 12011781. OLE color: 12011781.
HSL color Cylindrical-coordinate representation of color #0549B7: hue angle of 217.08º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0549B7 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 73 | 183 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.28 |
| HSL | 217.08º | 0.95% | 0.37% | - |
| HSV(B) | 217.08º | 0.97% | 0.72% | - |
| XYZ | 10.99 | 8.22 | 45.81 | - |
| YUV | 65.21 | 194.47 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 183 | 0.97 | 0.60 | 0 | 0.28 | 217.08 | 0.95 | 0.37 |
| Hex | 5 | 49 | B7 | 61 | 3C | 0 | 1C | D9 | 5F | 25 |
| Octal | 5 | 111 | 267 | 141 | 74 | 0 | 34 | 331 | 137 | 45 |
| Binary | 101 | 1001001 | 10110111 | 1100001 | 111100 | 0 | 11100 | 11011001 | 1011111 | 100101 |
Color Harmonies of #0549B7
Complementary color
Monochromatic Colors of #0549B7
Black with #0549B7
Text Example
Text Example
White with #0549B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0549B7; }
p { color: rgb(5,73,183); }
H1.HeaderClassName
{
color: #0549B7;
}
.AnyTagClassName
{
color: #0549B7;
}
</style>
background-color css
<style>
a { background-color: #0549B7; }
a { background-color: rgb(5,73,183); }
div.DivClassName
{
background-color: #0549B7;
}
.BgClassName
{
background-color: #0549B7;
}
</style>
border-color css
<style>
span { border-color: #0549B7; }
span { border-color: rgb(5,73,183); }
td.TdClassName
{
border-color: #0549B7;
}
.TagClassName
{
border-color: #0549B7;
}
</style>