Shades of Cobalt #044598
Tints of Cobalt #044598
RGB
CMYK
RGB Variations
Color information
#044598 (or 0x044598) is known color: Cobalt. HEX triplet: 04, 45 and 98. RGB value is (4,69,152). Sum of RGB (Red+Green+Blue) = 4+69+152=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #044598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044598 is #FBBA67. Grayscale: #3A3A3A. Windows color (decimal): -16497256 or 9979140. OLE color: 9979140.
HSL color Cylindrical-coordinate representation of color #044598: hue angle of 213.65º 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 #044598 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 4 | 69 | 152 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.40 |
| HSL | 213.65º | 0.95% | 0.31% | - |
| HSV(B) | 213.65º | 0.97% | 0.6% | - |
| XYZ | 7.85 | 6.55 | 30.56 | - |
| YUV | 59.03 | 180.47 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 152 | 0.97 | 0.55 | 0 | 0.40 | 213.65 | 0.95 | 0.31 |
| Hex | 4 | 45 | 98 | 61 | 37 | 0 | 28 | D6 | 5F | 1F |
| Octal | 4 | 105 | 230 | 141 | 67 | 0 | 50 | 326 | 137 | 37 |
| Binary | 100 | 1000101 | 10011000 | 1100001 | 110111 | 0 | 101000 | 11010110 | 1011111 | 11111 |
Color Harmonies of #044598
Complementary color
Monochromatic Colors of #044598
Black with #044598
Text Example
Text Example
White with #044598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044598; }
p { color: rgb(4,69,152); }
H1.HeaderClassName
{
color: #044598;
}
.AnyTagClassName
{
color: #044598;
}
</style>
background-color css
<style>
a { background-color: #044598; }
a { background-color: rgb(4,69,152); }
div.DivClassName
{
background-color: #044598;
}
.BgClassName
{
background-color: #044598;
}
</style>
border-color css
<style>
span { border-color: #044598; }
span { border-color: rgb(4,69,152); }
td.TdClassName
{
border-color: #044598;
}
.TagClassName
{
border-color: #044598;
}
</style>