COLOR #041AA1

HEX: #041AA1
RGB: (4,26,161)

Color info

#041AA1 contains mainly blue color. Web safe color of #041AA1 is #000099 (or #009).

RGB color model

#041AA1 color RGB value is (4,26,161).

  • red value is 4;
  • green value is 26;
  • blue value is 161.
RGB:
(4,26,161)
(2%,10%,63%)

RGB channels and saturation

R 4 of 255 = 2%
G 26 of 255 = 10%
B 161 of 255 = 63%

4
26
161

R + G + B ~ 25%. #041AA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 26 + 161 = 191 (100%)
R 4 of 191 ~ 2.09%
G 26 of 191 ~ 13.61%
B 161 of 191 ~ 84.29%

%13.61
%84.29

CMYK color model

#041AA1 color CMYK value is (98,84,0,37).

  • cyan value is 97.52%
  • magenta value is 83.85%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(98,84,0,37)
C98M84Y0K37 
(98%,84%,0%,37%)
(0.98/0.84/0.00/0.37)	

CMYK percentages

%97.52
%83.85
%0
%36.86

Codes

Color #041AA1 in popluar color models

041AA1
RGB426161
HSL232°95.15%32.35%
HSB/HSV232°97.52%63.14%
CMYK97.52%83.85%0.00%
36.86%

Color #041AA1 in popluar number systems.

HEX041AA1
Decimal426161
Binary1001101010100001
Octal432241

Shades and tints

Shades of #041AA1

#041AA1
(4,26,161)
#041893
(4,24,147)
#041685
(4,22,133)
#041477
(4,20,119)
#041269
(4,18,105)
#04105B
(4,16,91)
#040E4D
(4,14,77)
#040C3F
(4,12,63)
#040A31
(4,10,49)
#040823
(4,8,35)
#040615
(4,6,21)
#000000
(0,0,0)

Tints of #041AA1

#041AA1
(4,26,161)
#1A2EA9
(26,46,169)
#3042B1
(48,66,177)
#4656B9
(70,86,185)
#5C6AC1
(92,106,193)
#727EC9
(114,126,201)
#8892D1
(136,146,209)
#9EA6D9
(158,166,217)
#B4BAE1
(180,186,225)
#CACEE9
(202,206,233)
#E0E2F1
(224,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041AA1 color. Also use rgb(4,26,161) instead hex code.

Text Font Color

.myTextColor { color: #041AA1; }

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

This text font color is #041AA1.


Background Color

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

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

This div background color is #041AA1.


Border color

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

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

This div border color is #041AA1.


Opacity

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

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

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

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

This text has shadow with #041AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041AA1 on black background.


Color preview on white background

This text has color #041AA1 on white background.



Black color preview on #041AA1 background

This text has black color on #041AA1 background.


White color preview on #041AA1 background

This text has white color on #041AA1 background.