Shades of Cobalt #044B9D
Tints of Cobalt #044B9D
RGB
CMYK
RGB Variations
Color information
#044B9D (or 0x044B9D) is known color: Cobalt. HEX triplet: 04, 4B and 9D. RGB value is (4,75,157). Sum of RGB (Red+Green+Blue) = 4+75+157=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #044B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044B9D is #FBB462. Grayscale: #3E3E3E. Windows color (decimal): -16495715 or 10308356. OLE color: 10308356.
HSL color Cylindrical-coordinate representation of color #044B9D: hue angle of 212.16º 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 #044B9D is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 75 | 157 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.38 |
| HSL | 212.16º | 0.95% | 0.32% | - |
| HSV(B) | 212.16º | 0.97% | 0.62% | - |
| XYZ | 8.65 | 7.49 | 32.89 | - |
| YUV | 63.12 | 180.98 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 157 | 0.97 | 0.52 | 0 | 0.38 | 212.16 | 0.95 | 0.32 |
| Hex | 4 | 4B | 9D | 61 | 34 | 0 | 26 | D4 | 5F | 20 |
| Octal | 4 | 113 | 235 | 141 | 64 | 0 | 46 | 324 | 137 | 40 |
| Binary | 100 | 1001011 | 10011101 | 1100001 | 110100 | 0 | 100110 | 11010100 | 1011111 | 100000 |
Color Harmonies of #044B9D
Complementary color
Monochromatic Colors of #044B9D
Black with #044B9D
Text Example
Text Example
White with #044B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044B9D; }
p { color: rgb(4,75,157); }
H1.HeaderClassName
{
color: #044B9D;
}
.AnyTagClassName
{
color: #044B9D;
}
</style>
background-color css
<style>
a { background-color: #044B9D; }
a { background-color: rgb(4,75,157); }
div.DivClassName
{
background-color: #044B9D;
}
.BgClassName
{
background-color: #044B9D;
}
</style>
border-color css
<style>
span { border-color: #044B9D; }
span { border-color: rgb(4,75,157); }
td.TdClassName
{
border-color: #044B9D;
}
.TagClassName
{
border-color: #044B9D;
}
</style>