COLOR #041340

HEX: #041340
RGB: (4,19,64)

Color info

#041340 contains mainly green and blue colors. Web safe color of #041340 is #000033 (or #003).

RGB color model

#041340 color RGB value is (4,19,64).

  • red value is 4;
  • green value is 19;
  • blue value is 64.
RGB:
(4,19,64)
(2%,7%,25%)

RGB channels and saturation

R 4 of 255 = 2%
G 19 of 255 = 7%
B 64 of 255 = 25%

4
19
64

R + G + B ~ 11%. #041340 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 19 + 64 = 87 (100%)
R 4 of 87 ~ 4.6%
G 19 of 87 ~ 21.84%
B 64 of 87 ~ 73.56%

%21.84
%73.56

CMYK color model

#041340 color CMYK value is (94,70,0,75).

  • cyan value is 93.75%
  • magenta value is 70.31%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(94,70,0,75)
C94M70Y0K75 
(94%,70%,0%,75%)
(0.94/0.70/0.00/0.75)	

CMYK percentages

%93.75
%70.31
%0
%74.9

Codes

Color #041340 in popluar color models

041340
RGB41964
HSL225°88.24%13.33%
HSB/HSV225°93.75%25.10%
CMYK93.75%70.31%0.00%
74.90%

Color #041340 in popluar number systems.

HEX041340
Decimal41964
Binary100100111000000
Octal423100

Shades and tints

Shades of #041340

#041340
(4,19,64)
#04123B
(4,18,59)
#041136
(4,17,54)
#041031
(4,16,49)
#040F2C
(4,15,44)
#040E27
(4,14,39)
#040D22
(4,13,34)
#040C1D
(4,12,29)
#040B18
(4,11,24)
#040A13
(4,10,19)
#04090E
(4,9,14)
#000000
(0,0,0)

Tints of #041340

#041340
(4,19,64)
#1A2851
(26,40,81)
#303D62
(48,61,98)
#465273
(70,82,115)
#5C6784
(92,103,132)
#727C95
(114,124,149)
#8891A6
(136,145,166)
#9EA6B7
(158,166,183)
#B4BBC8
(180,187,200)
#CAD0D9
(202,208,217)
#E0E5EA
(224,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041340 color. Also use rgb(4,19,64) instead hex code.

Text Font Color

.myTextColor { color: #041340; }

<p style="color:#041340">This sample text font color is #041340.</p>

This text font color is #041340.


Background Color

.myBgColor { background-color: #041340; }

<div style="background-color:#041340">Inner text</div>

This div background color is #041340.


Border color

.myBorderColor { border: 1px solid #041340; }

<div style="border:3px solid #041340">Div</div>

This div border color is #041340.


Opacity

.myOpacity80 { color: #041340; opacity: 0.8; }

<p style="color:#041340;opacity:0.8;">80%</p>

Text with #041340 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #041340;}

<p style="text-shadow: 3px 3px 1px #041340">Text here.</p>

This text has shadow with #041340 color.

.textShadow {text-shadow: 3px 3px 1px #041340, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #041340, 5px 5px 20px red">Text here.</p>

This text has shadow with #041340 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#041340, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#041340, Direction=45, Strength=4)">Text</p>

This text has shadow with #041340 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #041340;
  -webkit-box-shadow:	1px 1px 3px 2px #041340;
  box-shadow:		1px 1px 3px 2px #041340;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #041340;
-webkit-box-shadow: 1px 1px 3px 2px #041340;
box-shadow:1px 1px 3px 2px #041340;">
Div content here</div>
This div box has shadow with color #041340.

Preview

Color preview on black background

This text has color #041340 on black background.


Color preview on white background

This text has color #041340 on white background.



Black color preview on #041340 background

This text has black color on #041340 background.


White color preview on #041340 background

This text has white color on #041340 background.