COLOR #041841

HEX: #041841
RGB: (4,24,65)

Color info

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

RGB color model

#041841 color RGB value is (4,24,65).

  • red value is 4;
  • green value is 24;
  • blue value is 65.
RGB:
(4,24,65)
(2%,9%,25%)

RGB channels and saturation

R 4 of 255 = 2%
G 24 of 255 = 9%
B 65 of 255 = 25%

4
24
65

R + G + B ~ 12%. #041841 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 24 + 65 = 93 (100%)
R 4 of 93 ~ 4.3%
G 24 of 93 ~ 25.81%
B 65 of 93 ~ 69.89%

%25.81
%69.89

CMYK color model

#041841 color CMYK value is (94,63,0,75).

  • cyan value is 93.85%
  • magenta value is 63.08%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(94,63,0,75)
C94M63Y0K75 
(94%,63%,0%,75%)
(0.94/0.63/0.00/0.75)	

CMYK percentages

%93.85
%63.08
%0
%74.51

Codes

Color #041841 in popluar color models

041841
RGB42465
HSL220°88.41%13.53%
HSB/HSV220°93.85%25.49%
CMYK93.85%63.08%0.00%
74.51%

Color #041841 in popluar number systems.

HEX041841
Decimal42465
Binary100110001000001
Octal430101

Shades and tints

Shades of #041841

#041841
(4,24,65)
#04163C
(4,22,60)
#041437
(4,20,55)
#041232
(4,18,50)
#04102D
(4,16,45)
#040E28
(4,14,40)
#040C23
(4,12,35)
#040A1E
(4,10,30)
#040819
(4,8,25)
#040614
(4,6,20)
#04040F
(4,4,15)
#000000
(0,0,0)

Tints of #041841

#041841
(4,24,65)
#1A2D52
(26,45,82)
#304263
(48,66,99)
#465774
(70,87,116)
#5C6C85
(92,108,133)
#728196
(114,129,150)
#8896A7
(136,150,167)
#9EABB8
(158,171,184)
#B4C0C9
(180,192,201)
#CAD5DA
(202,213,218)
#E0EAEB
(224,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041841 color. Also use rgb(4,24,65) instead hex code.

Text Font Color

.myTextColor { color: #041841; }

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

This text font color is #041841.


Background Color

.myBgColor { background-color: #041841; }

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

This div background color is #041841.


Border color

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

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

This div border color is #041841.


Opacity

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

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

Text with #041841 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 #041841;}

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

This text has shadow with #041841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041841 on black background.


Color preview on white background

This text has color #041841 on white background.



Black color preview on #041841 background

This text has black color on #041841 background.


White color preview on #041841 background

This text has white color on #041841 background.