Shades of Cobalt #044D9A
Tints of Cobalt #044D9A
RGB
CMYK
RGB Variations
Color information
#044D9A (or 0x044D9A) is known color: Cobalt. HEX triplet: 04, 4D and 9A. RGB value is (4,77,154). Sum of RGB (Red+Green+Blue) = 4+77+154=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 154 (60.55% from 255 or 65.53% from 235); Max value from RGB is 154 - color contains mainly: blue. Hex color #044D9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044D9A is #FBB265. Grayscale: #3F3F3F. Windows color (decimal): -16495206 or 10112260. OLE color: 10112260.
HSL color Cylindrical-coordinate representation of color #044D9A: hue angle of 210.8º 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 #044D9A is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 77 | 154 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.40 |
| HSL | 210.8º | 0.95% | 0.31% | - |
| HSV(B) | 210.8º | 0.97% | 0.6% | - |
| XYZ | 8.54 | 7.67 | 31.6 | - |
| YUV | 63.95 | 178.82 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 154 | 0.97 | 0.50 | 0 | 0.40 | 210.8 | 0.95 | 0.31 |
| Hex | 4 | 4D | 9A | 61 | 32 | 0 | 28 | D3 | 5F | 1F |
| Octal | 4 | 115 | 232 | 141 | 62 | 0 | 50 | 323 | 137 | 37 |
| Binary | 100 | 1001101 | 10011010 | 1100001 | 110010 | 0 | 101000 | 11010011 | 1011111 | 11111 |
Color Harmonies of #044D9A
Complementary color
Monochromatic Colors of #044D9A
Black with #044D9A
Text Example
Text Example
White with #044D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D9A; }
p { color: rgb(4,77,154); }
H1.HeaderClassName
{
color: #044D9A;
}
.AnyTagClassName
{
color: #044D9A;
}
</style>
background-color css
<style>
a { background-color: #044D9A; }
a { background-color: rgb(4,77,154); }
div.DivClassName
{
background-color: #044D9A;
}
.BgClassName
{
background-color: #044D9A;
}
</style>
border-color css
<style>
span { border-color: #044D9A; }
span { border-color: rgb(4,77,154); }
td.TdClassName
{
border-color: #044D9A;
}
.TagClassName
{
border-color: #044D9A;
}
</style>