COLOR #04195E

HEX: #04195E
RGB: (4,25,94)

Color info

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

RGB color model

#04195E color RGB value is (4,25,94).

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

RGB channels and saturation

R 4 of 255 = 2%
G 25 of 255 = 10%
B 94 of 255 = 37%

4
25
94

R + G + B ~ 16%. #04195E is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 25 + 94 = 123 (100%)
R 4 of 123 ~ 3.25%
G 25 of 123 ~ 20.33%
B 94 of 123 ~ 76.42%

%20.33
%76.42

CMYK color model

#04195E color CMYK value is (96,73,0,63).

  • cyan value is 95.74%
  • magenta value is 73.40%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(96,73,0,63)
C96M73Y0K63 
(96%,73%,0%,63%)
(0.96/0.73/0.00/0.63)	

CMYK percentages

%95.74
%73.4
%0
%63.14

Codes

Color #04195E in popluar color models

04195E
RGB42594
HSL226°91.84%19.22%
HSB/HSV226°95.74%36.86%
CMYK95.74%73.40%0.00%
63.14%

Color #04195E in popluar number systems.

HEX04195E
Decimal42594
Binary100110011011110
Octal431136

Shades and tints

Shades of #04195E

#04195E
(4,25,94)
#041756
(4,23,86)
#04154E
(4,21,78)
#041346
(4,19,70)
#04113E
(4,17,62)
#040F36
(4,15,54)
#040D2E
(4,13,46)
#040B26
(4,11,38)
#04091E
(4,9,30)
#040716
(4,7,22)
#04050E
(4,5,14)
#000000
(0,0,0)

Tints of #04195E

#04195E
(4,25,94)
#1A2D6C
(26,45,108)
#30417A
(48,65,122)
#465588
(70,85,136)
#5C6996
(92,105,150)
#727DA4
(114,125,164)
#8891B2
(136,145,178)
#9EA5C0
(158,165,192)
#B4B9CE
(180,185,206)
#CACDDC
(202,205,220)
#E0E1EA
(224,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04195E; }

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

This text font color is #04195E.


Background Color

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

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

This div background color is #04195E.


Border color

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

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

This div border color is #04195E.


Opacity

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

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

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

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

This text has shadow with #04195E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04195E on black background.


Color preview on white background

This text has color #04195E on white background.



Black color preview on #04195E background

This text has black color on #04195E background.


White color preview on #04195E background

This text has white color on #04195E background.