COLOR #04194A

HEX: #04194A
RGB: (4,25,74)

Color info

#04194A contains mainly green and blue colors. Web safe color of #04194A is #000033 (or #003).

RGB color model

#04194A color RGB value is (4,25,74).

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

RGB channels and saturation

R 4 of 255 = 2%
G 25 of 255 = 10%
B 74 of 255 = 29%

4
25
74

R + G + B ~ 14%. #04194A is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 25 + 74 = 103 (100%)
R 4 of 103 ~ 3.88%
G 25 of 103 ~ 24.27%
B 74 of 103 ~ 71.84%

%24.27
%71.84

CMYK color model

#04194A color CMYK value is (95,66,0,71).

  • cyan value is 94.59%
  • magenta value is 66.22%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(95,66,0,71)
C95M66Y0K71 
(95%,66%,0%,71%)
(0.95/0.66/0.00/0.71)	

CMYK percentages

%94.59
%66.22
%0
%70.98

Codes

Color #04194A in popluar color models

04194A
RGB42574
HSL222°89.74%15.29%
HSB/HSV222°94.59%29.02%
CMYK94.59%66.22%0.00%
70.98%

Color #04194A in popluar number systems.

HEX04194A
Decimal42574
Binary100110011001010
Octal431112

Shades and tints

Shades of #04194A

#04194A
(4,25,74)
#041744
(4,23,68)
#04153E
(4,21,62)
#041338
(4,19,56)
#041132
(4,17,50)
#040F2C
(4,15,44)
#040D26
(4,13,38)
#040B20
(4,11,32)
#04091A
(4,9,26)
#040714
(4,7,20)
#04050E
(4,5,14)
#000000
(0,0,0)

Tints of #04194A

#04194A
(4,25,74)
#1A2D5A
(26,45,90)
#30416A
(48,65,106)
#46557A
(70,85,122)
#5C698A
(92,105,138)
#727D9A
(114,125,154)
#8891AA
(136,145,170)
#9EA5BA
(158,165,186)
#B4B9CA
(180,185,202)
#CACDDA
(202,205,218)
#E0E1EA
(224,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04194A color. Also use rgb(4,25,74) instead hex code.

Text Font Color

.myTextColor { color: #04194A; }

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

This text font color is #04194A.


Background Color

.myBgColor { background-color: #04194A; }

<div style="background-color:#04194A">Inner text</div>

This div background color is #04194A.


Border color

.myBorderColor { border: 1px solid #04194A; }

<div style="border:3px solid #04194A">Div</div>

This div border color is #04194A.


Opacity

.myOpacity80 { color: #04194A; opacity: 0.8; }

<p style="color:#04194A;opacity:0.8;">80%</p>

Text with #04194A 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 #04194A;}

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

This text has shadow with #04194A color.

.textShadow {text-shadow: 3px 3px 1px #04194A, 3px 3px 1px red;}

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

This text has shadow with #04194A primary color and red secondary color.


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

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

This text has shadow with #04194A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04194A on black background.


Color preview on white background

This text has color #04194A on white background.



Black color preview on #04194A background

This text has black color on #04194A background.


White color preview on #04194A background

This text has white color on #04194A background.