Shades of Cobalt #044EA7
Tints of Cobalt #044EA7
RGB
CMYK
RGB Variations
Color information
#044EA7 (or 0x044EA7) is known color: Cobalt. HEX triplet: 04, 4E and A7. RGB value is (4,78,167). Sum of RGB (Red+Green+Blue) = 4+78+167=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 167 (65.62% from 255 or 67.07% from 249); Max value from RGB is 167 - color contains mainly: blue. Hex color #044EA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044EA7 is #FBB158. Grayscale: #414141. Windows color (decimal): -16494937 or 10964484. OLE color: 10964484.
HSL color Cylindrical-coordinate representation of color #044EA7: hue angle of 212.76º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EA7 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 78 | 167 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.35 |
| HSL | 212.76º | 0.95% | 0.34% | - |
| HSV(B) | 212.76º | 0.98% | 0.65% | - |
| XYZ | 9.75 | 8.26 | 37.64 | - |
| YUV | 66.02 | 184.98 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 167 | 0.98 | 0.53 | 0 | 0.35 | 212.76 | 0.95 | 0.34 |
| Hex | 4 | 4E | A7 | 62 | 35 | 0 | 23 | D5 | 5F | 22 |
| Octal | 4 | 116 | 247 | 142 | 65 | 0 | 43 | 325 | 137 | 42 |
| Binary | 100 | 1001110 | 10100111 | 1100010 | 110101 | 0 | 100011 | 11010101 | 1011111 | 100010 |
Color Harmonies of #044EA7
Complementary color
Monochromatic Colors of #044EA7
Black with #044EA7
Text Example
Text Example
White with #044EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044EA7; }
p { color: rgb(4,78,167); }
H1.HeaderClassName
{
color: #044EA7;
}
.AnyTagClassName
{
color: #044EA7;
}
</style>
background-color css
<style>
a { background-color: #044EA7; }
a { background-color: rgb(4,78,167); }
div.DivClassName
{
background-color: #044EA7;
}
.BgClassName
{
background-color: #044EA7;
}
</style>
border-color css
<style>
span { border-color: #044EA7; }
span { border-color: rgb(4,78,167); }
td.TdClassName
{
border-color: #044EA7;
}
.TagClassName
{
border-color: #044EA7;
}
</style>