#044EAC

Color #044EAC Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #044EAC

Tints of Cobalt #044EAC

Color information

#044EAC (or 0x044EAC) is unknown color: approx Cobalt. HEX triplet: 04, 4E and AC. RGB value is (4,78,172). Sum of RGB (Red+Green+Blue) = 4+78+172=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #044EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044EAC is #FBB153. Grayscale: #424242. Windows color (decimal): -16494932 or 11292164. OLE color: 11292164.

HSL color Cylindrical-coordinate representation of color #044EAC: hue angle of 213.57º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EAC is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB478172-
CMYK0.980.5500.33
HSL213.57º95.45%34.51%-
HSV(B)213.57º97.67%67.45%-
XYZ10.228.4540.12-
YUV66.59187.4883.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.57%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 172 (67.58% from 255) = 67.72%
R=1.57%
G=30.71%
B=67.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4781720.980.5500.33213.5795.4534.51
Hex44EAC6237021d65f23
Octal41162541426704132613743
Binary10010011101010110011000101101110100001110101101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044EAC; }

 p { color: rgb(4,78,172); }

 H1.HeaderClassName
 {
   color: #044EAC;
 }
 .AnyTagClassName
 {
   color: #044EAC;
 }
</style>
background-color css

<style>
 a { background-color: #044EAC; }

 a { background-color: rgb(4,78,172); }

 div.DivClassName
 {
   background-color: #044EAC;
 }
 .BgClassName
 {
   background-color: #044EAC;
 }
</style>
border-color css

<style>
 span { border-color: #044EAC; }

 span { border-color: rgb(4,78,172); }

 td.TdClassName
 {
   border-color: #044EAC;
 }
 .TagClassName
 {
   border-color: #044EAC;
 }
</style>