Shades of Cobalt #044DBF
Tints of Cobalt #044DBF
RGB
CMYK
RGB Variations
Color information
#044DBF (or 0x044DBF) is known color: Cobalt. HEX triplet: 04, 4D and BF. RGB value is (4,77,191). Sum of RGB (Red+Green+Blue) = 4+77+191=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #044DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DBF is #FBB240. Grayscale: #434343. Windows color (decimal): -16495169 or 12537092. OLE color: 12537092.
HSL color Cylindrical-coordinate representation of color #044DBF: hue angle of 216.58º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DBF is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 77 | 191 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.25 |
| HSL | 216.58º | 0.96% | 0.38% | - |
| HSV(B) | 216.58º | 0.98% | 0.75% | - |
| XYZ | 12.11 | 9.1 | 50.41 | - |
| YUV | 68.17 | 197.32 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 191 | 0.98 | 0.60 | 0 | 0.25 | 216.58 | 0.96 | 0.38 |
| Hex | 4 | 4D | BF | 62 | 3C | 0 | 19 | D9 | 60 | 26 |
| Octal | 4 | 115 | 277 | 142 | 74 | 0 | 31 | 331 | 140 | 46 |
| Binary | 100 | 1001101 | 10111111 | 1100010 | 111100 | 0 | 11001 | 11011001 | 1100000 | 100110 |
Color Harmonies of #044DBF
Complementary color
Monochromatic Colors of #044DBF
Black with #044DBF
Text Example
Text Example
White with #044DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DBF; }
p { color: rgb(4,77,191); }
H1.HeaderClassName
{
color: #044DBF;
}
.AnyTagClassName
{
color: #044DBF;
}
</style>
background-color css
<style>
a { background-color: #044DBF; }
a { background-color: rgb(4,77,191); }
div.DivClassName
{
background-color: #044DBF;
}
.BgClassName
{
background-color: #044DBF;
}
</style>
border-color css
<style>
span { border-color: #044DBF; }
span { border-color: rgb(4,77,191); }
td.TdClassName
{
border-color: #044DBF;
}
.TagClassName
{
border-color: #044DBF;
}
</style>