Shades of Cobalt #044EBC
Tints of Cobalt #044EBC
RGB
CMYK
RGB Variations
Color information
#044EBC (or 0x044EBC) is known color: Cobalt. HEX triplet: 04, 4E and BC. RGB value is (4,78,188). Sum of RGB (Red+Green+Blue) = 4+78+188=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #044EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044EBC is #FBB143. Grayscale: #434343. Windows color (decimal): -16494916 or 12340740. OLE color: 12340740.
HSL color Cylindrical-coordinate representation of color #044EBC: hue angle of 215.87º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EBC is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 78 | 188 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.26 |
| HSL | 215.87º | 0.96% | 0.38% | - |
| HSV(B) | 215.87º | 0.98% | 0.74% | - |
| XYZ | 11.85 | 9.11 | 48.71 | - |
| YUV | 68.41 | 195.48 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 188 | 0.98 | 0.59 | 0 | 0.26 | 215.87 | 0.96 | 0.38 |
| Hex | 4 | 4E | BC | 62 | 3B | 0 | 1A | D8 | 60 | 26 |
| Octal | 4 | 116 | 274 | 142 | 73 | 0 | 32 | 330 | 140 | 46 |
| Binary | 100 | 1001110 | 10111100 | 1100010 | 111011 | 0 | 11010 | 11011000 | 1100000 | 100110 |
Color Harmonies of #044EBC
Complementary color
Monochromatic Colors of #044EBC
Black with #044EBC
Text Example
Text Example
White with #044EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044EBC; }
p { color: rgb(4,78,188); }
H1.HeaderClassName
{
color: #044EBC;
}
.AnyTagClassName
{
color: #044EBC;
}
</style>
background-color css
<style>
a { background-color: #044EBC; }
a { background-color: rgb(4,78,188); }
div.DivClassName
{
background-color: #044EBC;
}
.BgClassName
{
background-color: #044EBC;
}
</style>
border-color css
<style>
span { border-color: #044EBC; }
span { border-color: rgb(4,78,188); }
td.TdClassName
{
border-color: #044EBC;
}
.TagClassName
{
border-color: #044EBC;
}
</style>