#044DA0

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

Shades of Cobalt #044DA0

Tints of Cobalt #044DA0

Color information

#044DA0 (or 0x044DA0) is unknown color: approx Cobalt. HEX triplet: 04, 4D and A0. RGB value is (4,77,160). Sum of RGB (Red+Green+Blue) = 4+77+160=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #044DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044DA0 is #FBB25F. Grayscale: #404040. Windows color (decimal): -16495200 or 10505476. OLE color: 10505476.

HSL color Cylindrical-coordinate representation of color #044DA0: hue angle of 211.92º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DA0 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB477160-
CMYK0.980.5200.37
HSL211.92º95.12%32.16%-
HSV(B)211.92º97.5%62.75%-
XYZ9.057.8734.3-
YUV64.63181.8284.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.66%
GREEN value IS 77 (30.47% from 255) = 31.95%
BLUE value IS 160 (62.89% from 255) = 66.39%
R=1.66%
G=31.95%
B=66.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal4771600.980.5200.37211.9295.1232.16
Hex44DA06234025d45f20
Octal41152401426404532413740
Binary10010011011010000011000101101000100101110101001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,77,160); }

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

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

 a { background-color: rgb(4,77,160); }

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

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

 span { border-color: rgb(4,77,160); }

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