Shades of Cobalt #044CBA
Tints of Cobalt #044CBA
RGB
CMYK
RGB Variations
Color information
#044CBA (or 0x044CBA) is known color: Cobalt. HEX triplet: 04, 4C and BA. RGB value is (4,76,186). Sum of RGB (Red+Green+Blue) = 4+76+186=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #044CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CBA is #FBB345. Grayscale: #424242. Windows color (decimal): -16495430 or 12209156. OLE color: 12209156.
HSL color Cylindrical-coordinate representation of color #044CBA: hue angle of 216.26º 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 #044CBA is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 76 | 186 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.27 |
| HSL | 216.26º | 0.96% | 0.37% | - |
| HSV(B) | 216.26º | 0.98% | 0.73% | - |
| XYZ | 11.5 | 8.74 | 47.54 | - |
| YUV | 67.01 | 195.15 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 186 | 0.98 | 0.59 | 0 | 0.27 | 216.26 | 0.96 | 0.37 |
| Hex | 4 | 4C | BA | 62 | 3B | 0 | 1B | D8 | 60 | 25 |
| Octal | 4 | 114 | 272 | 142 | 73 | 0 | 33 | 330 | 140 | 45 |
| Binary | 100 | 1001100 | 10111010 | 1100010 | 111011 | 0 | 11011 | 11011000 | 1100000 | 100101 |
Color Harmonies of #044CBA
Complementary color
Monochromatic Colors of #044CBA
Black with #044CBA
Text Example
Text Example
White with #044CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044CBA; }
p { color: rgb(4,76,186); }
H1.HeaderClassName
{
color: #044CBA;
}
.AnyTagClassName
{
color: #044CBA;
}
</style>
background-color css
<style>
a { background-color: #044CBA; }
a { background-color: rgb(4,76,186); }
div.DivClassName
{
background-color: #044CBA;
}
.BgClassName
{
background-color: #044CBA;
}
</style>
border-color css
<style>
span { border-color: #044CBA; }
span { border-color: rgb(4,76,186); }
td.TdClassName
{
border-color: #044CBA;
}
.TagClassName
{
border-color: #044CBA;
}
</style>