COLOR #041E66

HEX: #041E66
RGB: (4,30,102)

Color info

#041E66 contains mainly blue color. Web safe color of #041E66 is #003366 (or #036).

RGB color model

#041E66 color RGB value is (4,30,102).

  • red value is 4;
  • green value is 30;
  • blue value is 102.
RGB:
(4,30,102)
(2%,12%,40%)

RGB channels and saturation

R 4 of 255 = 2%
G 30 of 255 = 12%
B 102 of 255 = 40%

4
30
102

R + G + B ~ 18%. #041E66 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 30 + 102 = 136 (100%)
R 4 of 136 ~ 2.94%
G 30 of 136 ~ 22.06%
B 102 of 136 ~ 75%

%22.06
%75

CMYK color model

#041E66 color CMYK value is (96,71,0,60).

  • cyan value is 96.08%
  • magenta value is 70.59%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(96,71,0,60)
C96M71Y0K60 
(96%,71%,0%,60%)
(0.96/0.71/0.00/0.60)	

CMYK percentages

%96.08
%70.59
%0
%60

Codes

Color #041E66 in popluar color models

041E66
RGB430102
HSL224°92.45%20.78%
HSB/HSV224°96.08%40.00%
CMYK96.08%70.59%0.00%
60.00%

Color #041E66 in popluar number systems.

HEX041E66
Decimal430102
Binary100111101100110
Octal436146

Shades and tints

Shades of #041E66

#041E66
(4,30,102)
#041C5D
(4,28,93)
#041A54
(4,26,84)
#04184B
(4,24,75)
#041642
(4,22,66)
#041439
(4,20,57)
#041230
(4,18,48)
#041027
(4,16,39)
#040E1E
(4,14,30)
#040C15
(4,12,21)
#040A0C
(4,10,12)
#000000
(0,0,0)

Tints of #041E66

#041E66
(4,30,102)
#1A3273
(26,50,115)
#304680
(48,70,128)
#465A8D
(70,90,141)
#5C6E9A
(92,110,154)
#7282A7
(114,130,167)
#8896B4
(136,150,180)
#9EAAC1
(158,170,193)
#B4BECE
(180,190,206)
#CAD2DB
(202,210,219)
#E0E6E8
(224,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041E66 color. Also use rgb(4,30,102) instead hex code.

Text Font Color

.myTextColor { color: #041E66; }

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

This text font color is #041E66.


Background Color

.myBgColor { background-color: #041E66; }

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

This div background color is #041E66.


Border color

.myBorderColor { border: 1px solid #041E66; }

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

This div border color is #041E66.


Opacity

.myOpacity80 { color: #041E66; opacity: 0.8; }

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

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

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

This text has shadow with #041E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041E66 on black background.


Color preview on white background

This text has color #041E66 on white background.



Black color preview on #041E66 background

This text has black color on #041E66 background.


White color preview on #041E66 background

This text has white color on #041E66 background.