Shades of Cobalt #044BBA
Tints of Cobalt #044BBA
RGB
CMYK
RGB Variations
Color information
#044BBA (or 0x044BBA) is known color: Cobalt. HEX triplet: 04, 4B and BA. RGB value is (4,75,186). Sum of RGB (Red+Green+Blue) = 4+75+186=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #044BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BBA is #FBB445. Grayscale: #414141. Windows color (decimal): -16495686 or 12208900. OLE color: 12208900.
HSL color Cylindrical-coordinate representation of color #044BBA: hue angle of 216.59º 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 #044BBA is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 75 | 186 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.27 |
| HSL | 216.59º | 0.96% | 0.37% | - |
| HSV(B) | 216.59º | 0.98% | 0.73% | - |
| XYZ | 11.43 | 8.6 | 47.51 | - |
| YUV | 66.43 | 195.48 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 186 | 0.98 | 0.60 | 0 | 0.27 | 216.59 | 0.96 | 0.37 |
| Hex | 4 | 4B | BA | 62 | 3C | 0 | 1B | D9 | 60 | 25 |
| Octal | 4 | 113 | 272 | 142 | 74 | 0 | 33 | 331 | 140 | 45 |
| Binary | 100 | 1001011 | 10111010 | 1100010 | 111100 | 0 | 11011 | 11011001 | 1100000 | 100101 |
Color Harmonies of #044BBA
Complementary color
Monochromatic Colors of #044BBA
Black with #044BBA
Text Example
Text Example
White with #044BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BBA; }
p { color: rgb(4,75,186); }
H1.HeaderClassName
{
color: #044BBA;
}
.AnyTagClassName
{
color: #044BBA;
}
</style>
background-color css
<style>
a { background-color: #044BBA; }
a { background-color: rgb(4,75,186); }
div.DivClassName
{
background-color: #044BBA;
}
.BgClassName
{
background-color: #044BBA;
}
</style>
border-color css
<style>
span { border-color: #044BBA; }
span { border-color: rgb(4,75,186); }
td.TdClassName
{
border-color: #044BBA;
}
.TagClassName
{
border-color: #044BBA;
}
</style>