COLOR #150E56

HEX: #150E56
RGB: (21,14,86)

Color info

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

RGB color model

#150E56 color RGB value is (21,14,86).

  • red value is 21;
  • green value is 14;
  • blue value is 86.
RGB:
(21,14,86)
(8%,5%,34%)

RGB channels and saturation

R 21 of 255 = 8%
G 14 of 255 = 5%
B 86 of 255 = 34%

21
14
86

R + G + B ~ 16%. #150E56 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 14 + 86 = 121 (100%)
R 21 of 121 ~ 17.36%
G 14 of 121 ~ 11.57%
B 86 of 121 ~ 71.07%

%17.36
%11.57
%71.07

CMYK color model

#150E56 color CMYK value is (76,84,0,66).

  • cyan value is 75.58%
  • magenta value is 83.72%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(76,84,0,66)
C76M84Y0K66 
(76%,84%,0%,66%)
(0.76/0.84/0.00/0.66)	

CMYK percentages

%75.58
%83.72
%0
%66.27

Codes

Color #150E56 in popluar color models

150E56
RGB211486
HSL246°72.00%19.61%
HSB/HSV246°83.72%33.73%
CMYK75.58%83.72%0.00%
66.27%

Color #150E56 in popluar number systems.

HEX150E56
Decimal211486
Binary1010111101010110
Octal2516126

Shades and tints

Shades of #150E56

#150E56
(21,14,86)
#140D4F
(20,13,79)
#130C48
(19,12,72)
#120B41
(18,11,65)
#110A3A
(17,10,58)
#100933
(16,9,51)
#0F082C
(15,8,44)
#0E0725
(14,7,37)
#0D061E
(13,6,30)
#0C0517
(12,5,23)
#0B0410
(11,4,16)
#000000
(0,0,0)

Tints of #150E56

#150E56
(21,14,86)
#2A2365
(42,35,101)
#3F3874
(63,56,116)
#544D83
(84,77,131)
#696292
(105,98,146)
#7E77A1
(126,119,161)
#938CB0
(147,140,176)
#A8A1BF
(168,161,191)
#BDB6CE
(189,182,206)
#D2CBDD
(210,203,221)
#E7E0EC
(231,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150E56 color. Also use rgb(21,14,86) instead hex code.

Text Font Color

.myTextColor { color: #150E56; }

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

This text font color is #150E56.


Background Color

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

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

This div background color is #150E56.


Border color

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

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

This div border color is #150E56.


Opacity

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

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

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

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

This text has shadow with #150E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150E56 on black background.


Color preview on white background

This text has color #150E56 on white background.



Black color preview on #150E56 background

This text has black color on #150E56 background.


White color preview on #150E56 background

This text has white color on #150E56 background.