Shades of Cobalt #044A98
Tints of Cobalt #044A98
RGB
CMYK
RGB Variations
Color information
#044A98 (or 0x044A98) is known color: Cobalt. HEX triplet: 04, 4A and 98. RGB value is (4,74,152). Sum of RGB (Red+Green+Blue) = 4+74+152=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #044A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044A98 is #FBB567. Grayscale: #3D3D3D. Windows color (decimal): -16495976 or 9980420. OLE color: 9980420.
HSL color Cylindrical-coordinate representation of color #044A98: hue angle of 211.62º 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 #044A98 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 74 | 152 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.40 |
| HSL | 211.62º | 0.95% | 0.31% | - |
| HSV(B) | 211.62º | 0.97% | 0.6% | - |
| XYZ | 8.17 | 7.19 | 30.66 | - |
| YUV | 61.96 | 178.81 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 152 | 0.97 | 0.51 | 0 | 0.40 | 211.62 | 0.95 | 0.31 |
| Hex | 4 | 4A | 98 | 61 | 33 | 0 | 28 | D4 | 5F | 1F |
| Octal | 4 | 112 | 230 | 141 | 63 | 0 | 50 | 324 | 137 | 37 |
| Binary | 100 | 1001010 | 10011000 | 1100001 | 110011 | 0 | 101000 | 11010100 | 1011111 | 11111 |
Color Harmonies of #044A98
Complementary color
Monochromatic Colors of #044A98
Black with #044A98
Text Example
Text Example
White with #044A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A98; }
p { color: rgb(4,74,152); }
H1.HeaderClassName
{
color: #044A98;
}
.AnyTagClassName
{
color: #044A98;
}
</style>
background-color css
<style>
a { background-color: #044A98; }
a { background-color: rgb(4,74,152); }
div.DivClassName
{
background-color: #044A98;
}
.BgClassName
{
background-color: #044A98;
}
</style>
border-color css
<style>
span { border-color: #044A98; }
span { border-color: rgb(4,74,152); }
td.TdClassName
{
border-color: #044A98;
}
.TagClassName
{
border-color: #044A98;
}
</style>