COLOR #150F49

HEX: #150F49
RGB: (21,15,73)

Color info

#150F49 contains red, green and blue colors in about the same proportion. Web safe color of #150F49 is #000033 (or #003).

RGB color model

#150F49 color RGB value is (21,15,73).

  • red value is 21;
  • green value is 15;
  • blue value is 73.
RGB:
(21,15,73)
(8%,6%,29%)

RGB channels and saturation

R 21 of 255 = 8%
G 15 of 255 = 6%
B 73 of 255 = 29%

21
15
73

R + G + B ~ 14%. #150F49 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 15 + 73 = 109 (100%)
R 21 of 109 ~ 19.27%
G 15 of 109 ~ 13.76%
B 73 of 109 ~ 66.97%

%19.27
%13.76
%66.97

CMYK color model

#150F49 color CMYK value is (71,79,0,71).

  • cyan value is 71.23%
  • magenta value is 79.45%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(71,79,0,71)
C71M79Y0K71 
(71%,79%,0%,71%)
(0.71/0.79/0.00/0.71)	

CMYK percentages

%71.23
%79.45
%0
%71.37

Codes

Color #150F49 in popluar color models

150F49
RGB211573
HSL246°65.91%17.25%
HSB/HSV246°79.45%28.63%
CMYK71.23%79.45%0.00%
71.37%

Color #150F49 in popluar number systems.

HEX150F49
Decimal211573
Binary1010111111001001
Octal2517111

Shades and tints

Shades of #150F49

#150F49
(21,15,73)
#140E43
(20,14,67)
#130D3D
(19,13,61)
#120C37
(18,12,55)
#110B31
(17,11,49)
#100A2B
(16,10,43)
#0F0925
(15,9,37)
#0E081F
(14,8,31)
#0D0719
(13,7,25)
#0C0613
(12,6,19)
#0B050D
(11,5,13)
#000000
(0,0,0)

Tints of #150F49

#150F49
(21,15,73)
#2A2459
(42,36,89)
#3F3969
(63,57,105)
#544E79
(84,78,121)
#696389
(105,99,137)
#7E7899
(126,120,153)
#938DA9
(147,141,169)
#A8A2B9
(168,162,185)
#BDB7C9
(189,183,201)
#D2CCD9
(210,204,217)
#E7E1E9
(231,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150F49 color. Also use rgb(21,15,73) instead hex code.

Text Font Color

.myTextColor { color: #150F49; }

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

This text font color is #150F49.


Background Color

.myBgColor { background-color: #150F49; }

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

This div background color is #150F49.


Border color

.myBorderColor { border: 1px solid #150F49; }

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

This div border color is #150F49.


Opacity

.myOpacity80 { color: #150F49; opacity: 0.8; }

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

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

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

This text has shadow with #150F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150F49 on black background.


Color preview on white background

This text has color #150F49 on white background.



Black color preview on #150F49 background

This text has black color on #150F49 background.


White color preview on #150F49 background

This text has white color on #150F49 background.