Shades of Cobalt #044EC3
Tints of Cobalt #044EC3
RGB
CMYK
RGB Variations
Color information
#044EC3 (or 0x044EC3) is known color: Cobalt. HEX triplet: 04, 4E and C3. RGB value is (4,78,195). Sum of RGB (Red+Green+Blue) = 4+78+195=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 195 (76.56% from 255 or 70.40% from 277); Max value from RGB is 195 - color contains mainly: blue. Hex color #044EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044EC3 is #FBB13C. Grayscale: #444444. Windows color (decimal): -16494909 or 12799492. OLE color: 12799492.
HSL color Cylindrical-coordinate representation of color #044EC3: hue angle of 216.75º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EC3 is Cyan = 0.98, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 78 | 195 | - |
| CMYK | 0.98 | 0.6 | 0 | 0.24 |
| HSL | 216.75º | 0.96% | 0.39% | - |
| HSV(B) | 216.75º | 0.98% | 0.76% | - |
| XYZ | 12.62 | 9.41 | 52.78 | - |
| YUV | 69.21 | 198.98 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 195 | 0.98 | 0.6 | 0 | 0.24 | 216.75 | 0.96 | 0.39 |
| Hex | 4 | 4E | C3 | 62 | 3C | 0 | 18 | D9 | 60 | 27 |
| Octal | 4 | 116 | 303 | 142 | 74 | 0 | 30 | 331 | 140 | 47 |
| Binary | 100 | 1001110 | 11000011 | 1100010 | 111100 | 0 | 11000 | 11011001 | 1100000 | 100111 |
Color Harmonies of #044EC3
Complementary color
Monochromatic Colors of #044EC3
Black with #044EC3
Text Example
Text Example
White with #044EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044EC3; }
p { color: rgb(4,78,195); }
H1.HeaderClassName
{
color: #044EC3;
}
.AnyTagClassName
{
color: #044EC3;
}
</style>
background-color css
<style>
a { background-color: #044EC3; }
a { background-color: rgb(4,78,195); }
div.DivClassName
{
background-color: #044EC3;
}
.BgClassName
{
background-color: #044EC3;
}
</style>
border-color css
<style>
span { border-color: #044EC3; }
span { border-color: rgb(4,78,195); }
td.TdClassName
{
border-color: #044EC3;
}
.TagClassName
{
border-color: #044EC3;
}
</style>