Shades of Cobalt #0549B3
Tints of Cobalt #0549B3
RGB
CMYK
RGB Variations
Color information
#0549B3 (or 0x0549B3) is known color: Cobalt. HEX triplet: 05, 49 and B3. RGB value is (5,73,179). Sum of RGB (Red+Green+Blue) = 5+73+179=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 179 (70.31% from 255 or 69.65% from 257); Max value from RGB is 179 - color contains mainly: blue. Hex color #0549B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0549B3 is #FAB64C. Grayscale: #404040. Windows color (decimal): -16430669 or 11749637. OLE color: 11749637.
HSL color Cylindrical-coordinate representation of color #0549B3: hue angle of 216.55º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0549B3 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 73 | 179 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.30 |
| HSL | 216.55º | 0.95% | 0.36% | - |
| HSV(B) | 216.55º | 0.97% | 0.7% | - |
| XYZ | 10.58 | 8.05 | 43.64 | - |
| YUV | 64.75 | 192.47 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 179 | 0.97 | 0.59 | 0 | 0.30 | 216.55 | 0.95 | 0.36 |
| Hex | 5 | 49 | B3 | 61 | 3B | 0 | 1E | D9 | 5F | 24 |
| Octal | 5 | 111 | 263 | 141 | 73 | 0 | 36 | 331 | 137 | 44 |
| Binary | 101 | 1001001 | 10110011 | 1100001 | 111011 | 0 | 11110 | 11011001 | 1011111 | 100100 |
Color Harmonies of #0549B3
Complementary color
Monochromatic Colors of #0549B3
Black with #0549B3
Text Example
Text Example
White with #0549B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0549B3; }
p { color: rgb(5,73,179); }
H1.HeaderClassName
{
color: #0549B3;
}
.AnyTagClassName
{
color: #0549B3;
}
</style>
background-color css
<style>
a { background-color: #0549B3; }
a { background-color: rgb(5,73,179); }
div.DivClassName
{
background-color: #0549B3;
}
.BgClassName
{
background-color: #0549B3;
}
</style>
border-color css
<style>
span { border-color: #0549B3; }
span { border-color: rgb(5,73,179); }
td.TdClassName
{
border-color: #0549B3;
}
.TagClassName
{
border-color: #0549B3;
}
</style>