Shades of Cobalt #044FBA
Tints of Cobalt #044FBA
RGB
CMYK
RGB Variations
Color information
#044FBA (or 0x044FBA) is known color: Cobalt. HEX triplet: 04, 4F and BA. RGB value is (4,79,186). Sum of RGB (Red+Green+Blue) = 4+79+186=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #044FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044FBA is #FBB045. Grayscale: #444444. Windows color (decimal): -16494662 or 12209924. OLE color: 12209924.
HSL color Cylindrical-coordinate representation of color #044FBA: hue angle of 215.27º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FBA is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 79 | 186 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.27 |
| HSL | 215.27º | 0.96% | 0.37% | - |
| HSV(B) | 215.27º | 0.98% | 0.73% | - |
| XYZ | 11.71 | 9.16 | 47.61 | - |
| YUV | 68.77 | 194.15 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 186 | 0.98 | 0.58 | 0 | 0.27 | 215.27 | 0.96 | 0.37 |
| Hex | 4 | 4F | BA | 62 | 3A | 0 | 1B | D7 | 60 | 25 |
| Octal | 4 | 117 | 272 | 142 | 72 | 0 | 33 | 327 | 140 | 45 |
| Binary | 100 | 1001111 | 10111010 | 1100010 | 111010 | 0 | 11011 | 11010111 | 1100000 | 100101 |
Color Harmonies of #044FBA
Complementary color
Monochromatic Colors of #044FBA
Black with #044FBA
Text Example
Text Example
White with #044FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FBA; }
p { color: rgb(4,79,186); }
H1.HeaderClassName
{
color: #044FBA;
}
.AnyTagClassName
{
color: #044FBA;
}
</style>
background-color css
<style>
a { background-color: #044FBA; }
a { background-color: rgb(4,79,186); }
div.DivClassName
{
background-color: #044FBA;
}
.BgClassName
{
background-color: #044FBA;
}
</style>
border-color css
<style>
span { border-color: #044FBA; }
span { border-color: rgb(4,79,186); }
td.TdClassName
{
border-color: #044FBA;
}
.TagClassName
{
border-color: #044FBA;
}
</style>