Shades of Cobalt #044C9F
Tints of Cobalt #044C9F
RGB
CMYK
RGB Variations
Color information
#044C9F (or 0x044C9F) is known color: Cobalt. HEX triplet: 04, 4C and 9F. RGB value is (4,76,159). Sum of RGB (Red+Green+Blue) = 4+76+159=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #044C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044C9F is #FBB360. Grayscale: #3F3F3F. Windows color (decimal): -16495457 or 10439684. OLE color: 10439684.
HSL color Cylindrical-coordinate representation of color #044C9F: hue angle of 212.13º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044C9F is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
RGB | 4 | 76 | 159 | - |
CMYK | 0.97 | 0.52 | 0 | 0.38 |
HSL | 212.13º | 0.95% | 0.32% | - |
HSV(B) | 212.13º | 0.97% | 0.62% | - |
XYZ | 8.89 | 7.7 | 33.82 | - |
YUV | 63.93 | 181.65 | 85.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 76 | 159 | 0.97 | 0.52 | 0 | 0.38 | 212.13 | 0.95 | 0.32 |
Hex | 4 | 4C | 9F | 61 | 34 | 0 | 26 | D4 | 5F | 20 |
Octal | 4 | 114 | 237 | 141 | 64 | 0 | 46 | 324 | 137 | 40 |
Binary | 100 | 1001100 | 10011111 | 1100001 | 110100 | 0 | 100110 | 11010100 | 1011111 | 100000 |
Color Harmonies of #044C9F
Complementary color
Monochromatic Colors of #044C9F
Black with #044C9F
Text Example
Text Example
White with #044C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C9F; }
p { color: rgb(4,76,159); }
H1.HeaderClassName
{
color: #044C9F;
}
.AnyTagClassName
{
color: #044C9F;
}
</style>
background-color css
<style>
a { background-color: #044C9F; }
a { background-color: rgb(4,76,159); }
div.DivClassName
{
background-color: #044C9F;
}
.BgClassName
{
background-color: #044C9F;
}
</style>
border-color css
<style>
span { border-color: #044C9F; }
span { border-color: rgb(4,76,159); }
td.TdClassName
{
border-color: #044C9F;
}
.TagClassName
{
border-color: #044C9F;
}
</style>