#044D96

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

Shades of Cobalt #044D96

Tints of Cobalt #044D96

Color information

#044D96 (or 0x044D96) is unknown color: approx Cobalt. HEX triplet: 04, 4D and 96. RGB value is (4,77,150). Sum of RGB (Red+Green+Blue) = 4+77+150=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #044D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044D96 is #FBB269. Grayscale: #3F3F3F. Windows color (decimal): -16495210 or 9850116. OLE color: 9850116.

HSL color Cylindrical-coordinate representation of color #044D96: hue angle of 210º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044D96 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB477150-
CMYK0.970.4900.41
HSL210º94.81%30.2%-
HSV(B)210º97.33%58.82%-
XYZ8.217.5429.88-
YUV63.5176.8285.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.73%
GREEN value IS 77 (30.47% from 255) = 33.33%
BLUE value IS 150 (58.98% from 255) = 64.94%
R=1.73%
G=33.33%
B=64.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4771500.970.4900.4121094.8130.2
Hex44D966131029d25f1e
Octal41152261416105132213736
Binary1001001101100101101100001110001010100111010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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