Shades of Cobalt #0549AA
Tints of Cobalt #0549AA
RGB
CMYK
RGB Variations
Color information
#0549AA (or 0x0549AA) is known color: Cobalt. HEX triplet: 05, 49 and AA. RGB value is (5,73,170). Sum of RGB (Red+Green+Blue) = 5+73+170=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #0549AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0549AA is #FAB655. Grayscale: #3F3F3F. Windows color (decimal): -16430678 or 11159813. OLE color: 11159813.
HSL color Cylindrical-coordinate representation of color #0549AA: hue angle of 215.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0549AA is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 73 | 170 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.33 |
| HSL | 215.27º | 0.94% | 0.34% | - |
| HSV(B) | 215.27º | 0.97% | 0.67% | - |
| XYZ | 9.7 | 7.7 | 39.01 | - |
| YUV | 63.73 | 187.97 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 170 | 0.97 | 0.57 | 0 | 0.33 | 215.27 | 0.94 | 0.34 |
| Hex | 5 | 49 | AA | 61 | 39 | 0 | 21 | D7 | 5E | 22 |
| Octal | 5 | 111 | 252 | 141 | 71 | 0 | 41 | 327 | 136 | 42 |
| Binary | 101 | 1001001 | 10101010 | 1100001 | 111001 | 0 | 100001 | 11010111 | 1011110 | 100010 |
Color Harmonies of #0549AA
Complementary color
Monochromatic Colors of #0549AA
Black with #0549AA
Text Example
Text Example
White with #0549AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0549AA; }
p { color: rgb(5,73,170); }
H1.HeaderClassName
{
color: #0549AA;
}
.AnyTagClassName
{
color: #0549AA;
}
</style>
background-color css
<style>
a { background-color: #0549AA; }
a { background-color: rgb(5,73,170); }
div.DivClassName
{
background-color: #0549AA;
}
.BgClassName
{
background-color: #0549AA;
}
</style>
border-color css
<style>
span { border-color: #0549AA; }
span { border-color: rgb(5,73,170); }
td.TdClassName
{
border-color: #0549AA;
}
.TagClassName
{
border-color: #0549AA;
}
</style>