COLOR #00194F

HEX: #00194F
RGB: (0,25,79)

Color info

#00194F contains only green and blue colors. Web safe color of #00194F is #000066 (or #006).

RGB color model

#00194F color RGB value is (0,25,79).

  • red value is 0;
  • green value is 25;
  • blue value is 79.
RGB:
(0,25,79)
(0%,10%,31%)

RGB channels and saturation

R 0 of 255 = 0%
G 25 of 255 = 10%
B 79 of 255 = 31%

0
25
79

R + G + B ~ 14%. #00194F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 25 + 79 = 104 (100%)
R 0 of 104 ~ 0%
G 25 of 104 ~ 24.04%
B 79 of 104 ~ 75.96%

%24.04
%75.96

CMYK color model

#00194F color CMYK value is (100,68,0,69).

  • cyan value is 100.00%
  • magenta value is 68.35%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(100,68,0,69)
C100M68Y0K69 
(100%,68%,0%,69%)
(1.00/0.68/0.00/0.69)	

CMYK percentages

%100
%68.35
%0
%69.02

Codes

Color #00194F in popluar color models

00194F
RGB02579
HSL221°100.00%15.49%
HSB/HSV221°100.00%30.98%
CMYK100.00%68.35%0.00%
69.02%

Color #00194F in popluar number systems.

HEX00194F
Decimal02579
Binary0110011001111
Octal031117

Shades and tints

Shades of #00194F

#00194F
(0,25,79)
#001748
(0,23,72)
#001541
(0,21,65)
#00133A
(0,19,58)
#001133
(0,17,51)
#000F2C
(0,15,44)
#000D25
(0,13,37)
#000B1E
(0,11,30)
#000917
(0,9,23)
#000710
(0,7,16)
#000509
(0,5,9)
#000000
(0,0,0)

Tints of #00194F

#00194F
(0,25,79)
#172D5F
(23,45,95)
#2E416F
(46,65,111)
#45557F
(69,85,127)
#5C698F
(92,105,143)
#737D9F
(115,125,159)
#8A91AF
(138,145,175)
#A1A5BF
(161,165,191)
#B8B9CF
(184,185,207)
#CFCDDF
(207,205,223)
#E6E1EF
(230,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00194F color. Also use rgb(0,25,79) instead hex code.

Text Font Color

.myTextColor { color: #00194F; }

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

This text font color is #00194F.


Background Color

.myBgColor { background-color: #00194F; }

<div style="background-color:#00194F">Inner text</div>

This div background color is #00194F.


Border color

.myBorderColor { border: 1px solid #00194F; }

<div style="border:3px solid #00194F">Div</div>

This div border color is #00194F.


Opacity

.myOpacity80 { color: #00194F; opacity: 0.8; }

<p style="color:#00194F;opacity:0.8;">80%</p>

Text with #00194F 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 #00194F;}

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

This text has shadow with #00194F color.

.textShadow {text-shadow: 3px 3px 1px #00194F, 3px 3px 1px red;}

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

This text has shadow with #00194F primary color and red secondary color.


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

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

This text has shadow with #00194F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00194F on black background.


Color preview on white background

This text has color #00194F on white background.



Black color preview on #00194F background

This text has black color on #00194F background.


White color preview on #00194F background

This text has white color on #00194F background.