Shades of Cobalt #044FA9
Tints of Cobalt #044FA9
RGB
CMYK
RGB Variations
Color information
#044FA9 (or 0x044FA9) is known color: Cobalt. HEX triplet: 04, 4F and A9. RGB value is (4,79,169). Sum of RGB (Red+Green+Blue) = 4+79+169=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 169 (66.41% from 255 or 67.06% from 252); Max value from RGB is 169 - color contains mainly: blue. Hex color #044FA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044FA9 is #FBB056. Grayscale: #424242. Windows color (decimal): -16494679 or 11095812. OLE color: 11095812.
HSL color Cylindrical-coordinate representation of color #044FA9: hue angle of 212.73º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FA9 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 79 | 169 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.34 |
| HSL | 212.73º | 0.95% | 0.34% | - |
| HSV(B) | 212.73º | 0.98% | 0.66% | - |
| XYZ | 10.01 | 8.48 | 38.65 | - |
| YUV | 66.84 | 185.65 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 169 | 0.98 | 0.53 | 0 | 0.34 | 212.73 | 0.95 | 0.34 |
| Hex | 4 | 4F | A9 | 62 | 35 | 0 | 22 | D5 | 5F | 22 |
| Octal | 4 | 117 | 251 | 142 | 65 | 0 | 42 | 325 | 137 | 42 |
| Binary | 100 | 1001111 | 10101001 | 1100010 | 110101 | 0 | 100010 | 11010101 | 1011111 | 100010 |
Color Harmonies of #044FA9
Complementary color
Monochromatic Colors of #044FA9
Black with #044FA9
Text Example
Text Example
White with #044FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FA9; }
p { color: rgb(4,79,169); }
H1.HeaderClassName
{
color: #044FA9;
}
.AnyTagClassName
{
color: #044FA9;
}
</style>
background-color css
<style>
a { background-color: #044FA9; }
a { background-color: rgb(4,79,169); }
div.DivClassName
{
background-color: #044FA9;
}
.BgClassName
{
background-color: #044FA9;
}
</style>
border-color css
<style>
span { border-color: #044FA9; }
span { border-color: rgb(4,79,169); }
td.TdClassName
{
border-color: #044FA9;
}
.TagClassName
{
border-color: #044FA9;
}
</style>