Shades of Cobalt #044DAA
Tints of Cobalt #044DAA
RGB
CMYK
RGB Variations
Color information
#044DAA (or 0x044DAA) is known color: Cobalt. HEX triplet: 04, 4D and AA. RGB value is (4,77,170). Sum of RGB (Red+Green+Blue) = 4+77+170=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #044DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044DAA is #FBB255. Grayscale: #414141. Windows color (decimal): -16495190 or 11160836. OLE color: 11160836.
HSL color Cylindrical-coordinate representation of color #044DAA: hue angle of 213.61º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DAA is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 77 | 170 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.33 |
| HSL | 213.61º | 0.95% | 0.34% | - |
| HSV(B) | 213.61º | 0.98% | 0.67% | - |
| XYZ | 9.96 | 8.24 | 39.09 | - |
| YUV | 65.78 | 186.82 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 170 | 0.98 | 0.55 | 0 | 0.33 | 213.61 | 0.95 | 0.34 |
| Hex | 4 | 4D | AA | 62 | 37 | 0 | 21 | D6 | 5F | 22 |
| Octal | 4 | 115 | 252 | 142 | 67 | 0 | 41 | 326 | 137 | 42 |
| Binary | 100 | 1001101 | 10101010 | 1100010 | 110111 | 0 | 100001 | 11010110 | 1011111 | 100010 |
Color Harmonies of #044DAA
Complementary color
Monochromatic Colors of #044DAA
Black with #044DAA
Text Example
Text Example
White with #044DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DAA; }
p { color: rgb(4,77,170); }
H1.HeaderClassName
{
color: #044DAA;
}
.AnyTagClassName
{
color: #044DAA;
}
</style>
background-color css
<style>
a { background-color: #044DAA; }
a { background-color: rgb(4,77,170); }
div.DivClassName
{
background-color: #044DAA;
}
.BgClassName
{
background-color: #044DAA;
}
</style>
border-color css
<style>
span { border-color: #044DAA; }
span { border-color: rgb(4,77,170); }
td.TdClassName
{
border-color: #044DAA;
}
.TagClassName
{
border-color: #044DAA;
}
</style>