COLOR #151D39

HEX: #151D39
RGB: (21,29,57)

Color info

#151D39 contains red, green and blue colors in about the same proportion. Web safe color of #151D39 is #003333 (or #033).

RGB color model

#151D39 color RGB value is (21,29,57).

  • red value is 21;
  • green value is 29;
  • blue value is 57.
RGB:
(21,29,57)
(8%,11%,22%)

RGB channels and saturation

R 21 of 255 = 8%
G 29 of 255 = 11%
B 57 of 255 = 22%

21
29
57

R + G + B ~ 14%. #151D39 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 29 + 57 = 107 (100%)
R 21 of 107 ~ 19.63%
G 29 of 107 ~ 27.1%
B 57 of 107 ~ 53.27%

%19.63
%27.1
%53.27

CMYK color model

#151D39 color CMYK value is (63,49,0,78).

  • cyan value is 63.16%
  • magenta value is 49.12%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(63,49,0,78)
C63M49Y0K78 
(63%,49%,0%,78%)
(0.63/0.49/0.00/0.78)	

CMYK percentages

%63.16
%49.12
%0
%77.65

Codes

Color #151D39 in popluar color models

151D39
RGB212957
HSL227°46.15%15.29%
HSB/HSV227°63.16%22.35%
CMYK63.16%49.12%0.00%
77.65%

Color #151D39 in popluar number systems.

HEX151D39
Decimal212957
Binary1010111101111001
Octal253571

Shades and tints

Shades of #151D39

#151D39
(21,29,57)
#141B34
(20,27,52)
#13192F
(19,25,47)
#12172A
(18,23,42)
#111525
(17,21,37)
#101320
(16,19,32)
#0F111B
(15,17,27)
#0E0F16
(14,15,22)
#0D0D11
(13,13,17)
#0C0B0C
(12,11,12)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #151D39

#151D39
(21,29,57)
#2A314B
(42,49,75)
#3F455D
(63,69,93)
#54596F
(84,89,111)
#696D81
(105,109,129)
#7E8193
(126,129,147)
#9395A5
(147,149,165)
#A8A9B7
(168,169,183)
#BDBDC9
(189,189,201)
#D2D1DB
(210,209,219)
#E7E5ED
(231,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #151D39 color. Also use rgb(21,29,57) instead hex code.

Text Font Color

.myTextColor { color: #151D39; }

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

This text font color is #151D39.


Background Color

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

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

This div background color is #151D39.


Border color

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

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

This div border color is #151D39.


Opacity

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

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

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

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

This text has shadow with #151D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151D39 on black background.


Color preview on white background

This text has color #151D39 on white background.



Black color preview on #151D39 background

This text has black color on #151D39 background.


White color preview on #151D39 background

This text has white color on #151D39 background.