Shades of Cobalt #044D99
Tints of Cobalt #044D99
RGB
CMYK
RGB Variations
Color information
#044D99 (or 0x044D99) is known color: Cobalt. HEX triplet: 04, 4D and 99. RGB value is (4,77,153). Sum of RGB (Red+Green+Blue) = 4+77+153=234 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.71% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #044D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044D99 is #FBB266. Grayscale: #3F3F3F. Windows color (decimal): -16495207 or 10046724. OLE color: 10046724.
HSL color Cylindrical-coordinate representation of color #044D99: hue angle of 210.6º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044D99 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 4 | 77 | 153 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.4 |
| HSL | 210.6º | 0.95% | 0.31% | - |
| HSV(B) | 210.6º | 0.97% | 0.6% | - |
| XYZ | 8.45 | 7.63 | 31.16 | - |
| YUV | 63.84 | 178.32 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 153 | 0.97 | 0.50 | 0 | 0.4 | 210.6 | 0.95 | 0.31 |
| Hex | 4 | 4D | 99 | 61 | 32 | 0 | 28 | D3 | 5F | 1F |
| Octal | 4 | 115 | 231 | 141 | 62 | 0 | 50 | 323 | 137 | 37 |
| Binary | 100 | 1001101 | 10011001 | 1100001 | 110010 | 0 | 101000 | 11010011 | 1011111 | 11111 |
Color Harmonies of #044D99
Complementary color
Monochromatic Colors of #044D99
Black with #044D99
Text Example
Text Example
White with #044D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D99; }
p { color: rgb(4,77,153); }
H1.HeaderClassName
{
color: #044D99;
}
.AnyTagClassName
{
color: #044D99;
}
</style>
background-color css
<style>
a { background-color: #044D99; }
a { background-color: rgb(4,77,153); }
div.DivClassName
{
background-color: #044D99;
}
.BgClassName
{
background-color: #044D99;
}
</style>
border-color css
<style>
span { border-color: #044D99; }
span { border-color: rgb(4,77,153); }
td.TdClassName
{
border-color: #044D99;
}
.TagClassName
{
border-color: #044D99;
}
</style>