Shades of Cobalt #044FA0
Tints of Cobalt #044FA0
RGB
CMYK
RGB Variations
Color information
#044FA0 (or 0x044FA0) is known color: Cobalt. HEX triplet: 04, 4F and A0. RGB value is (4,79,160). Sum of RGB (Red+Green+Blue) = 4+79+160=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 160 (62.89% from 255 or 65.84% from 243); Max value from RGB is 160 - color contains mainly: blue. Hex color #044FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044FA0 is #FBB05F. Grayscale: #414141. Windows color (decimal): -16494688 or 10505988. OLE color: 10505988.
HSL color Cylindrical-coordinate representation of color #044FA0: hue angle of 211.15º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FA0 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 79 | 160 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.37 |
| HSL | 211.15º | 0.95% | 0.32% | - |
| HSV(B) | 211.15º | 0.98% | 0.63% | - |
| XYZ | 9.19 | 8.16 | 34.35 | - |
| YUV | 65.81 | 181.15 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 160 | 0.98 | 0.51 | 0 | 0.37 | 211.15 | 0.95 | 0.32 |
| Hex | 4 | 4F | A0 | 62 | 33 | 0 | 25 | D3 | 5F | 20 |
| Octal | 4 | 117 | 240 | 142 | 63 | 0 | 45 | 323 | 137 | 40 |
| Binary | 100 | 1001111 | 10100000 | 1100010 | 110011 | 0 | 100101 | 11010011 | 1011111 | 100000 |
Color Harmonies of #044FA0
Complementary color
Monochromatic Colors of #044FA0
Black with #044FA0
Text Example
Text Example
White with #044FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FA0; }
p { color: rgb(4,79,160); }
H1.HeaderClassName
{
color: #044FA0;
}
.AnyTagClassName
{
color: #044FA0;
}
</style>
background-color css
<style>
a { background-color: #044FA0; }
a { background-color: rgb(4,79,160); }
div.DivClassName
{
background-color: #044FA0;
}
.BgClassName
{
background-color: #044FA0;
}
</style>
border-color css
<style>
span { border-color: #044FA0; }
span { border-color: rgb(4,79,160); }
td.TdClassName
{
border-color: #044FA0;
}
.TagClassName
{
border-color: #044FA0;
}
</style>