COLOR #191970

HEX: #191970
RGB: (25,25,112)

Color info

Color name is MidnightBlue. #191970 contains mainly blue color. Web safe color of #191970 is #000066 (or #006).

RGB color model

#191970 color RGB value is (25,25,112).

  • red value is 25;
  • green value is 25;
  • blue value is 112.
RGB:
(25,25,112)
(10%,10%,44%)

RGB channels and saturation

R 25 of 255 = 10%
G 25 of 255 = 10%
B 112 of 255 = 44%

25
25
112

R + G + B ~ 21%. #191970 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 25 + 112 = 162 (100%)
R 25 of 162 ~ 15.43%
G 25 of 162 ~ 15.43%
B 112 of 162 ~ 69.14%

%15.43
%15.43
%69.14

CMYK color model

#191970 color CMYK value is (78,78,0,56).

  • cyan value is 77.68%
  • magenta value is 77.68%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(78,78,0,56)
C78M78Y0K56 
(78%,78%,0%,56%)
(0.78/0.78/0.00/0.56)	

CMYK percentages

%77.68
%77.68
%0
%56.08

Codes

Color #191970 in popluar color models

191970
RGB2525112
HSL240°63.50%26.86%
HSB/HSV240°77.68%43.92%
CMYK77.68%77.68%0.00%
56.08%

Color #191970 in popluar number systems.

HEX191970
Decimal2525112
Binary11001110011110000
Octal3131160

Shades and tints

Shades of #191970

#191970
(25,25,112)
#171766
(23,23,102)
#15155C
(21,21,92)
#131352
(19,19,82)
#111148
(17,17,72)
#0F0F3E
(15,15,62)
#0D0D34
(13,13,52)
#0B0B2A
(11,11,42)
#090920
(9,9,32)
#070716
(7,7,22)
#05050C
(5,5,12)
#000000
(0,0,0)

Tints of #191970

#191970
(25,25,112)
#2D2D7D
(45,45,125)
#41418A
(65,65,138)
#555597
(85,85,151)
#6969A4
(105,105,164)
#7D7DB1
(125,125,177)
#9191BE
(145,145,190)
#A5A5CB
(165,165,203)
#B9B9D8
(185,185,216)
#CDCDE5
(205,205,229)
#E1E1F2
(225,225,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #191970 color. Also use rgb(25,25,112) instead hex code.

Text Font Color

.myTextColor { color: #191970; }

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

This text font color is #191970.


Background Color

.myBgColor { background-color: #191970; }

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

This div background color is #191970.


Border color

.myBorderColor { border: 1px solid #191970; }

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

This div border color is #191970.


Opacity

.myOpacity80 { color: #191970; opacity: 0.8; }

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

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

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

This text has shadow with #191970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191970 on black background.


Color preview on white background

This text has color #191970 on white background.



Black color preview on #191970 background

This text has black color on #191970 background.


White color preview on #191970 background

This text has white color on #191970 background.