COLOR #151E4E

HEX: #151E4E
RGB: (21,30,78)

Color info

#151E4E contains red, green and blue colors in about the same proportion. Web safe color of #151E4E is #003366 (or #036).

RGB color model

#151E4E color RGB value is (21,30,78).

  • red value is 21;
  • green value is 30;
  • blue value is 78.
RGB:
(21,30,78)
(8%,12%,31%)

RGB channels and saturation

R 21 of 255 = 8%
G 30 of 255 = 12%
B 78 of 255 = 31%

21
30
78

R + G + B ~ 17%. #151E4E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 30 + 78 = 129 (100%)
R 21 of 129 ~ 16.28%
G 30 of 129 ~ 23.26%
B 78 of 129 ~ 60.47%

%16.28
%23.26
%60.47

CMYK color model

#151E4E color CMYK value is (73,62,0,69).

  • cyan value is 73.08%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(73,62,0,69)
C73M62Y0K69 
(73%,62%,0%,69%)
(0.73/0.62/0.00/0.69)	

CMYK percentages

%73.08
%61.54
%0
%69.41

Codes

Color #151E4E in popluar color models

151E4E
RGB213078
HSL231°57.58%19.41%
HSB/HSV231°73.08%30.59%
CMYK73.08%61.54%0.00%
69.41%

Color #151E4E in popluar number systems.

HEX151E4E
Decimal213078
Binary10101111101001110
Octal2536116

Shades and tints

Shades of #151E4E

#151E4E
(21,30,78)
#141C47
(20,28,71)
#131A40
(19,26,64)
#121839
(18,24,57)
#111632
(17,22,50)
#10142B
(16,20,43)
#0F1224
(15,18,36)
#0E101D
(14,16,29)
#0D0E16
(13,14,22)
#0C0C0F
(12,12,15)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #151E4E

#151E4E
(21,30,78)
#2A325E
(42,50,94)
#3F466E
(63,70,110)
#545A7E
(84,90,126)
#696E8E
(105,110,142)
#7E829E
(126,130,158)
#9396AE
(147,150,174)
#A8AABE
(168,170,190)
#BDBECE
(189,190,206)
#D2D2DE
(210,210,222)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #151E4E color. Also use rgb(21,30,78) instead hex code.

Text Font Color

.myTextColor { color: #151E4E; }

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

This text font color is #151E4E.


Background Color

.myBgColor { background-color: #151E4E; }

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

This div background color is #151E4E.


Border color

.myBorderColor { border: 1px solid #151E4E; }

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

This div border color is #151E4E.


Opacity

.myOpacity80 { color: #151E4E; opacity: 0.8; }

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

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

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

This text has shadow with #151E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151E4E on black background.


Color preview on white background

This text has color #151E4E on white background.



Black color preview on #151E4E background

This text has black color on #151E4E background.


White color preview on #151E4E background

This text has white color on #151E4E background.