Shades of Cobalt #044D98
Tints of Cobalt #044D98
RGB
CMYK
RGB Variations
Color information
#044D98 (or 0x044D98) is known color: Cobalt. HEX triplet: 04, 4D and 98. RGB value is (4,77,152). Sum of RGB (Red+Green+Blue) = 4+77+152=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #044D98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044D98 is #FBB267. Grayscale: #3F3F3F. Windows color (decimal): -16495208 or 9981188. OLE color: 9981188.
HSL color Cylindrical-coordinate representation of color #044D98: hue angle of 210.41º 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 #044D98 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 77 | 152 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.40 |
| HSL | 210.41º | 0.95% | 0.31% | - |
| HSV(B) | 210.41º | 0.97% | 0.6% | - |
| XYZ | 8.37 | 7.6 | 30.73 | - |
| YUV | 63.72 | 177.82 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 152 | 0.97 | 0.49 | 0 | 0.40 | 210.41 | 0.95 | 0.31 |
| Hex | 4 | 4D | 98 | 61 | 31 | 0 | 28 | D2 | 5F | 1F |
| Octal | 4 | 115 | 230 | 141 | 61 | 0 | 50 | 322 | 137 | 37 |
| Binary | 100 | 1001101 | 10011000 | 1100001 | 110001 | 0 | 101000 | 11010010 | 1011111 | 11111 |
Color Harmonies of #044D98
Complementary color
Monochromatic Colors of #044D98
Black with #044D98
Text Example
Text Example
White with #044D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D98; }
p { color: rgb(4,77,152); }
H1.HeaderClassName
{
color: #044D98;
}
.AnyTagClassName
{
color: #044D98;
}
</style>
background-color css
<style>
a { background-color: #044D98; }
a { background-color: rgb(4,77,152); }
div.DivClassName
{
background-color: #044D98;
}
.BgClassName
{
background-color: #044D98;
}
</style>
border-color css
<style>
span { border-color: #044D98; }
span { border-color: rgb(4,77,152); }
td.TdClassName
{
border-color: #044D98;
}
.TagClassName
{
border-color: #044D98;
}
</style>