COLOR #150D5E

HEX: #150D5E
RGB: (21,13,94)

Color info

#150D5E contains mainly blue color. Web safe color of #150D5E is #000066 (or #006).

RGB color model

#150D5E color RGB value is (21,13,94).

  • red value is 21;
  • green value is 13;
  • blue value is 94.
RGB:
(21,13,94)
(8%,5%,37%)

RGB channels and saturation

R 21 of 255 = 8%
G 13 of 255 = 5%
B 94 of 255 = 37%

21
13
94

R + G + B ~ 17%. #150D5E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 13 + 94 = 128 (100%)
R 21 of 128 ~ 16.41%
G 13 of 128 ~ 10.16%
B 94 of 128 ~ 73.44%

%16.41
%10.16
%73.44

CMYK color model

#150D5E color CMYK value is (78,86,0,63).

  • cyan value is 77.66%
  • magenta value is 86.17%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(78,86,0,63)
C78M86Y0K63 
(78%,86%,0%,63%)
(0.78/0.86/0.00/0.63)	

CMYK percentages

%77.66
%86.17
%0
%63.14

Codes

Color #150D5E in popluar color models

150D5E
RGB211394
HSL246°75.70%20.98%
HSB/HSV246°86.17%36.86%
CMYK77.66%86.17%0.00%
63.14%

Color #150D5E in popluar number systems.

HEX150D5E
Decimal211394
Binary1010111011011110
Octal2515136

Shades and tints

Shades of #150D5E

#150D5E
(21,13,94)
#140C56
(20,12,86)
#130B4E
(19,11,78)
#120A46
(18,10,70)
#11093E
(17,9,62)
#100836
(16,8,54)
#0F072E
(15,7,46)
#0E0626
(14,6,38)
#0D051E
(13,5,30)
#0C0416
(12,4,22)
#0B030E
(11,3,14)
#000000
(0,0,0)

Tints of #150D5E

#150D5E
(21,13,94)
#2A236C
(42,35,108)
#3F397A
(63,57,122)
#544F88
(84,79,136)
#696596
(105,101,150)
#7E7BA4
(126,123,164)
#9391B2
(147,145,178)
#A8A7C0
(168,167,192)
#BDBDCE
(189,189,206)
#D2D3DC
(210,211,220)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150D5E color. Also use rgb(21,13,94) instead hex code.

Text Font Color

.myTextColor { color: #150D5E; }

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

This text font color is #150D5E.


Background Color

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

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

This div background color is #150D5E.


Border color

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

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

This div border color is #150D5E.


Opacity

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

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

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

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

This text has shadow with #150D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150D5E on black background.


Color preview on white background

This text has color #150D5E on white background.



Black color preview on #150D5E background

This text has black color on #150D5E background.


White color preview on #150D5E background

This text has white color on #150D5E background.