COLOR #150E69

HEX: #150E69
RGB: (21,14,105)

Color info

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

RGB color model

#150E69 color RGB value is (21,14,105).

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

RGB channels and saturation

R 21 of 255 = 8%
G 14 of 255 = 5%
B 105 of 255 = 41%

21
14
105

R + G + B ~ 18%. #150E69 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 14 + 105 = 140 (100%)
R 21 of 140 ~ 15%
G 14 of 140 ~ 10%
B 105 of 140 ~ 75%

%15
%10
%75

CMYK color model

#150E69 color CMYK value is (80,87,0,59).

  • cyan value is 80.00%
  • magenta value is 86.67%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(80,87,0,59)
C80M87Y0K59 
(80%,87%,0%,59%)
(0.80/0.87/0.00/0.59)	

CMYK percentages

%80
%86.67
%0
%58.82

Codes

Color #150E69 in popluar color models

150E69
RGB2114105
HSL245°76.47%23.33%
HSB/HSV245°86.67%41.18%
CMYK80.00%86.67%0.00%
58.82%

Color #150E69 in popluar number systems.

HEX150E69
Decimal2114105
Binary1010111101101001
Octal2516151

Shades and tints

Shades of #150E69

#150E69
(21,14,105)
#140D60
(20,13,96)
#130C57
(19,12,87)
#120B4E
(18,11,78)
#110A45
(17,10,69)
#10093C
(16,9,60)
#0F0833
(15,8,51)
#0E072A
(14,7,42)
#0D0621
(13,6,33)
#0C0518
(12,5,24)
#0B040F
(11,4,15)
#000000
(0,0,0)

Tints of #150E69

#150E69
(21,14,105)
#2A2376
(42,35,118)
#3F3883
(63,56,131)
#544D90
(84,77,144)
#69629D
(105,98,157)
#7E77AA
(126,119,170)
#938CB7
(147,140,183)
#A8A1C4
(168,161,196)
#BDB6D1
(189,182,209)
#D2CBDE
(210,203,222)
#E7E0EB
(231,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150E69; }

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

This text font color is #150E69.


Background Color

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

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

This div background color is #150E69.


Border color

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

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

This div border color is #150E69.


Opacity

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

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

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

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

This text has shadow with #150E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150E69 on black background.


Color preview on white background

This text has color #150E69 on white background.



Black color preview on #150E69 background

This text has black color on #150E69 background.


White color preview on #150E69 background

This text has white color on #150E69 background.