COLOR #194A7D

HEX: #194A7D
RGB: (25,74,125)

Color info

#194A7D contains mainly green and blue colors. Web safe color of #194A7D is #003366 (or #036).

RGB color model

#194A7D color RGB value is (25,74,125).

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

RGB channels and saturation

R 25 of 255 = 10%
G 74 of 255 = 29%
B 125 of 255 = 49%

25
74
125

R + G + B ~ 29%. #194A7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 74 + 125 = 224 (100%)
R 25 of 224 ~ 11.16%
G 74 of 224 ~ 33.04%
B 125 of 224 ~ 55.8%

%11.16
%33.04
%55.8

CMYK color model

#194A7D color CMYK value is (80,41,0,51).

  • cyan value is 80.00%
  • magenta value is 40.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(80,41,0,51)
C80M41Y0K51 
(80%,41%,0%,51%)
(0.80/0.41/0.00/0.51)	

CMYK percentages

%80
%40.8
%0
%50.98

Codes

Color #194A7D in popluar color models

194A7D
RGB2574125
HSL211°66.67%29.41%
HSB/HSV211°80.00%49.02%
CMYK80.00%40.80%0.00%
50.98%

Color #194A7D in popluar number systems.

HEX194A7D
Decimal2574125
Binary1100110010101111101
Octal31112175

Shades and tints

Shades of #194A7D

#194A7D
(25,74,125)
#174472
(23,68,114)
#153E67
(21,62,103)
#13385C
(19,56,92)
#113251
(17,50,81)
#0F2C46
(15,44,70)
#0D263B
(13,38,59)
#0B2030
(11,32,48)
#091A25
(9,26,37)
#07141A
(7,20,26)
#050E0F
(5,14,15)
#000000
(0,0,0)

Tints of #194A7D

#194A7D
(25,74,125)
#2D5A88
(45,90,136)
#416A93
(65,106,147)
#557A9E
(85,122,158)
#698AA9
(105,138,169)
#7D9AB4
(125,154,180)
#91AABF
(145,170,191)
#A5BACA
(165,186,202)
#B9CAD5
(185,202,213)
#CDDAE0
(205,218,224)
#E1EAEB
(225,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #194A7D color. Also use rgb(25,74,125) instead hex code.

Text Font Color

.myTextColor { color: #194A7D; }

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

This text font color is #194A7D.


Background Color

.myBgColor { background-color: #194A7D; }

<div style="background-color:#194A7D">Inner text</div>

This div background color is #194A7D.


Border color

.myBorderColor { border: 1px solid #194A7D; }

<div style="border:3px solid #194A7D">Div</div>

This div border color is #194A7D.


Opacity

.myOpacity80 { color: #194A7D; opacity: 0.8; }

<p style="color:#194A7D;opacity:0.8;">80%</p>

Text with #194A7D 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 #194A7D;}

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

This text has shadow with #194A7D color.

.textShadow {text-shadow: 3px 3px 1px #194A7D, 3px 3px 1px red;}

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

This text has shadow with #194A7D primary color and red secondary color.


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

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

This text has shadow with #194A7D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #194A7D on black background.


Color preview on white background

This text has color #194A7D on white background.



Black color preview on #194A7D background

This text has black color on #194A7D background.


White color preview on #194A7D background

This text has white color on #194A7D background.