Shades of Cobalt #044EBE
Tints of Cobalt #044EBE
RGB
CMYK
RGB Variations
Color information
#044EBE (or 0x044EBE) is known color: Cobalt. HEX triplet: 04, 4E and BE. RGB value is (4,78,190). Sum of RGB (Red+Green+Blue) = 4+78+190=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 190 (74.61% from 255 or 69.85% from 272); Max value from RGB is 190 - color contains mainly: blue. Hex color #044EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044EBE is #FBB141. Grayscale: #444444. Windows color (decimal): -16494914 or 12471812. OLE color: 12471812.
HSL color Cylindrical-coordinate representation of color #044EBE: hue angle of 216.13º 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 #044EBE is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 78 | 190 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.25 |
| HSL | 216.13º | 0.96% | 0.38% | - |
| HSV(B) | 216.13º | 0.98% | 0.75% | - |
| XYZ | 12.07 | 9.19 | 49.85 | - |
| YUV | 68.64 | 196.48 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 190 | 0.98 | 0.59 | 0 | 0.25 | 216.13 | 0.96 | 0.38 |
| Hex | 4 | 4E | BE | 62 | 3B | 0 | 19 | D8 | 60 | 26 |
| Octal | 4 | 116 | 276 | 142 | 73 | 0 | 31 | 330 | 140 | 46 |
| Binary | 100 | 1001110 | 10111110 | 1100010 | 111011 | 0 | 11001 | 11011000 | 1100000 | 100110 |
Color Harmonies of #044EBE
Complementary color
Monochromatic Colors of #044EBE
Black with #044EBE
Text Example
Text Example
White with #044EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044EBE; }
p { color: rgb(4,78,190); }
H1.HeaderClassName
{
color: #044EBE;
}
.AnyTagClassName
{
color: #044EBE;
}
</style>
background-color css
<style>
a { background-color: #044EBE; }
a { background-color: rgb(4,78,190); }
div.DivClassName
{
background-color: #044EBE;
}
.BgClassName
{
background-color: #044EBE;
}
</style>
border-color css
<style>
span { border-color: #044EBE; }
span { border-color: rgb(4,78,190); }
td.TdClassName
{
border-color: #044EBE;
}
.TagClassName
{
border-color: #044EBE;
}
</style>