COLOR #041B8A

HEX: #041B8A
RGB: (4,27,138)

Color info

#041B8A contains mainly blue color. Web safe color of #041B8A is #003399 (or #039).

RGB color model

#041B8A color RGB value is (4,27,138).

  • red value is 4;
  • green value is 27;
  • blue value is 138.
RGB:
(4,27,138)
(2%,11%,54%)

RGB channels and saturation

R 4 of 255 = 2%
G 27 of 255 = 11%
B 138 of 255 = 54%

4
27
138

R + G + B ~ 22%. #041B8A is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 27 + 138 = 169 (100%)
R 4 of 169 ~ 2.37%
G 27 of 169 ~ 15.98%
B 138 of 169 ~ 81.66%

%15.98
%81.66

CMYK color model

#041B8A color CMYK value is (97,80,0,46).

  • cyan value is 97.10%
  • magenta value is 80.43%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(97,80,0,46)
C97M80Y0K46 
(97%,80%,0%,46%)
(0.97/0.80/0.00/0.46)	

CMYK percentages

%97.1
%80.43
%0
%45.88

Codes

Color #041B8A in popluar color models

041B8A
RGB427138
HSL230°94.37%27.84%
HSB/HSV230°97.10%54.12%
CMYK97.10%80.43%0.00%
45.88%

Color #041B8A in popluar number systems.

HEX041B8A
Decimal427138
Binary1001101110001010
Octal433212

Shades and tints

Shades of #041B8A

#041B8A
(4,27,138)
#04197E
(4,25,126)
#041772
(4,23,114)
#041566
(4,21,102)
#04135A
(4,19,90)
#04114E
(4,17,78)
#040F42
(4,15,66)
#040D36
(4,13,54)
#040B2A
(4,11,42)
#04091E
(4,9,30)
#040712
(4,7,18)
#000000
(0,0,0)

Tints of #041B8A

#041B8A
(4,27,138)
#1A2F94
(26,47,148)
#30439E
(48,67,158)
#4657A8
(70,87,168)
#5C6BB2
(92,107,178)
#727FBC
(114,127,188)
#8893C6
(136,147,198)
#9EA7D0
(158,167,208)
#B4BBDA
(180,187,218)
#CACFE4
(202,207,228)
#E0E3EE
(224,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041B8A color. Also use rgb(4,27,138) instead hex code.

Text Font Color

.myTextColor { color: #041B8A; }

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

This text font color is #041B8A.


Background Color

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

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

This div background color is #041B8A.


Border color

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

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

This div border color is #041B8A.


Opacity

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

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

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

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

This text has shadow with #041B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041B8A on black background.


Color preview on white background

This text has color #041B8A on white background.



Black color preview on #041B8A background

This text has black color on #041B8A background.


White color preview on #041B8A background

This text has white color on #041B8A background.