Shades of Cobalt #0544A9
Tints of Cobalt #0544A9
RGB
CMYK
RGB Variations
Color information
#0544A9 (or 0x0544A9) is known color: Cobalt. HEX triplet: 05, 44 and A9. RGB value is (5,68,169). Sum of RGB (Red+Green+Blue) = 5+68+169=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 169 (66.41% from 255 or 69.83% from 242); Max value from RGB is 169 - color contains mainly: blue. Hex color #0544A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0544A9 is #FABB56. Grayscale: #3C3C3C. Windows color (decimal): -16431959 or 11092997. OLE color: 11092997.
HSL color Cylindrical-coordinate representation of color #0544A9: hue angle of 216.95º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0544A9 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 68 | 169 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.34 |
| HSL | 216.95º | 0.94% | 0.34% | - |
| HSV(B) | 216.95º | 0.97% | 0.66% | - |
| XYZ | 9.29 | 7.03 | 38.4 | - |
| YUV | 60.68 | 189.13 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 169 | 0.97 | 0.60 | 0 | 0.34 | 216.95 | 0.94 | 0.34 |
| Hex | 5 | 44 | A9 | 61 | 3C | 0 | 22 | D9 | 5E | 22 |
| Octal | 5 | 104 | 251 | 141 | 74 | 0 | 42 | 331 | 136 | 42 |
| Binary | 101 | 1000100 | 10101001 | 1100001 | 111100 | 0 | 100010 | 11011001 | 1011110 | 100010 |
Color Harmonies of #0544A9
Complementary color
Monochromatic Colors of #0544A9
Black with #0544A9
Text Example
Text Example
White with #0544A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0544A9; }
p { color: rgb(5,68,169); }
H1.HeaderClassName
{
color: #0544A9;
}
.AnyTagClassName
{
color: #0544A9;
}
</style>
background-color css
<style>
a { background-color: #0544A9; }
a { background-color: rgb(5,68,169); }
div.DivClassName
{
background-color: #0544A9;
}
.BgClassName
{
background-color: #0544A9;
}
</style>
border-color css
<style>
span { border-color: #0544A9; }
span { border-color: rgb(5,68,169); }
td.TdClassName
{
border-color: #0544A9;
}
.TagClassName
{
border-color: #0544A9;
}
</style>