Shades of Cobalt #044AB9
Tints of Cobalt #044AB9
RGB
CMYK
RGB Variations
Color information
#044AB9 (or 0x044AB9) is known color: Cobalt. HEX triplet: 04, 4A and B9. RGB value is (4,74,185). Sum of RGB (Red+Green+Blue) = 4+74+185=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 185 (72.66% from 255 or 70.34% from 263); Max value from RGB is 185 - color contains mainly: blue. Hex color #044AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044AB9 is #FBB546. Grayscale: #414141. Windows color (decimal): -16495943 or 12143108. OLE color: 12143108.
HSL color Cylindrical-coordinate representation of color #044AB9: hue angle of 216.8º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044AB9 is Cyan = 0.98, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 74 | 185 | - |
| CMYK | 0.98 | 0.6 | 0 | 0.27 |
| HSL | 216.8º | 0.96% | 0.37% | - |
| HSV(B) | 216.8º | 0.98% | 0.73% | - |
| XYZ | 11.26 | 8.43 | 46.93 | - |
| YUV | 65.72 | 195.31 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 185 | 0.98 | 0.6 | 0 | 0.27 | 216.8 | 0.96 | 0.37 |
| Hex | 4 | 4A | B9 | 62 | 3C | 0 | 1B | D9 | 60 | 25 |
| Octal | 4 | 112 | 271 | 142 | 74 | 0 | 33 | 331 | 140 | 45 |
| Binary | 100 | 1001010 | 10111001 | 1100010 | 111100 | 0 | 11011 | 11011001 | 1100000 | 100101 |
Color Harmonies of #044AB9
Complementary color
Monochromatic Colors of #044AB9
Black with #044AB9
Text Example
Text Example
White with #044AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044AB9; }
p { color: rgb(4,74,185); }
H1.HeaderClassName
{
color: #044AB9;
}
.AnyTagClassName
{
color: #044AB9;
}
</style>
background-color css
<style>
a { background-color: #044AB9; }
a { background-color: rgb(4,74,185); }
div.DivClassName
{
background-color: #044AB9;
}
.BgClassName
{
background-color: #044AB9;
}
</style>
border-color css
<style>
span { border-color: #044AB9; }
span { border-color: rgb(4,74,185); }
td.TdClassName
{
border-color: #044AB9;
}
.TagClassName
{
border-color: #044AB9;
}
</style>