Shades of Cobalt #044DB9
Tints of Cobalt #044DB9
RGB
CMYK
RGB Variations
Color information
#044DB9 (or 0x044DB9) is known color: Cobalt. HEX triplet: 04, 4D and B9. RGB value is (4,77,185). Sum of RGB (Red+Green+Blue) = 4+77+185=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 185 (72.66% from 255 or 69.55% from 266); Max value from RGB is 185 - color contains mainly: blue. Hex color #044DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DB9 is #FBB246. Grayscale: #424242. Windows color (decimal): -16495175 or 12143876. OLE color: 12143876.
HSL color Cylindrical-coordinate representation of color #044DB9: hue angle of 215.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 #044DB9 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 77 | 185 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.27 |
| HSL | 215.8º | 0.96% | 0.37% | - |
| HSV(B) | 215.8º | 0.98% | 0.73% | - |
| XYZ | 11.46 | 8.84 | 47 | - |
| YUV | 67.49 | 194.32 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 185 | 0.98 | 0.58 | 0 | 0.27 | 215.8 | 0.96 | 0.37 |
| Hex | 4 | 4D | B9 | 62 | 3A | 0 | 1B | D8 | 60 | 25 |
| Octal | 4 | 115 | 271 | 142 | 72 | 0 | 33 | 330 | 140 | 45 |
| Binary | 100 | 1001101 | 10111001 | 1100010 | 111010 | 0 | 11011 | 11011000 | 1100000 | 100101 |
Color Harmonies of #044DB9
Complementary color
Monochromatic Colors of #044DB9
Black with #044DB9
Text Example
Text Example
White with #044DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DB9; }
p { color: rgb(4,77,185); }
H1.HeaderClassName
{
color: #044DB9;
}
.AnyTagClassName
{
color: #044DB9;
}
</style>
background-color css
<style>
a { background-color: #044DB9; }
a { background-color: rgb(4,77,185); }
div.DivClassName
{
background-color: #044DB9;
}
.BgClassName
{
background-color: #044DB9;
}
</style>
border-color css
<style>
span { border-color: #044DB9; }
span { border-color: rgb(4,77,185); }
td.TdClassName
{
border-color: #044DB9;
}
.TagClassName
{
border-color: #044DB9;
}
</style>