COLOR #04115E

HEX: #04115E
RGB: (4,17,94)

Color info

#04115E contains mainly blue color. Web safe color of #04115E is #000066 (or #006).

RGB color model

#04115E color RGB value is (4,17,94).

  • red value is 4;
  • green value is 17;
  • blue value is 94.
RGB:
(4,17,94)
(2%,7%,37%)

RGB channels and saturation

R 4 of 255 = 2%
G 17 of 255 = 7%
B 94 of 255 = 37%

4
17
94

R + G + B ~ 15%. #04115E is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 17 + 94 = 115 (100%)
R 4 of 115 ~ 3.48%
G 17 of 115 ~ 14.78%
B 94 of 115 ~ 81.74%

%14.78
%81.74

CMYK color model

#04115E color CMYK value is (96,82,0,63).

  • cyan value is 95.74%
  • magenta value is 81.91%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(96,82,0,63)
C96M82Y0K63 
(96%,82%,0%,63%)
(0.96/0.82/0.00/0.63)	

CMYK percentages

%95.74
%81.91
%0
%63.14

Codes

Color #04115E in popluar color models

04115E
RGB41794
HSL231°91.84%19.22%
HSB/HSV231°95.74%36.86%
CMYK95.74%81.91%0.00%
63.14%

Color #04115E in popluar number systems.

HEX04115E
Decimal41794
Binary100100011011110
Octal421136

Shades and tints

Shades of #04115E

#04115E
(4,17,94)
#041056
(4,16,86)
#040F4E
(4,15,78)
#040E46
(4,14,70)
#040D3E
(4,13,62)
#040C36
(4,12,54)
#040B2E
(4,11,46)
#040A26
(4,10,38)
#04091E
(4,9,30)
#040816
(4,8,22)
#04070E
(4,7,14)
#000000
(0,0,0)

Tints of #04115E

#04115E
(4,17,94)
#1A266C
(26,38,108)
#303B7A
(48,59,122)
#465088
(70,80,136)
#5C6596
(92,101,150)
#727AA4
(114,122,164)
#888FB2
(136,143,178)
#9EA4C0
(158,164,192)
#B4B9CE
(180,185,206)
#CACEDC
(202,206,220)
#E0E3EA
(224,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04115E color. Also use rgb(4,17,94) instead hex code.

Text Font Color

.myTextColor { color: #04115E; }

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

This text font color is #04115E.


Background Color

.myBgColor { background-color: #04115E; }

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

This div background color is #04115E.


Border color

.myBorderColor { border: 1px solid #04115E; }

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

This div border color is #04115E.


Opacity

.myOpacity80 { color: #04115E; opacity: 0.8; }

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

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

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

This text has shadow with #04115E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04115E on black background.


Color preview on white background

This text has color #04115E on white background.



Black color preview on #04115E background

This text has black color on #04115E background.


White color preview on #04115E background

This text has white color on #04115E background.