COLOR #150A57

HEX: #150A57
RGB: (21,10,87)

Color info

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

RGB color model

#150A57 color RGB value is (21,10,87).

  • red value is 21;
  • green value is 10;
  • blue value is 87.
RGB:
(21,10,87)
(8%,4%,34%)

RGB channels and saturation

R 21 of 255 = 8%
G 10 of 255 = 4%
B 87 of 255 = 34%

21
10
87

R + G + B ~ 15%. #150A57 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 10 + 87 = 118 (100%)
R 21 of 118 ~ 17.8%
G 10 of 118 ~ 8.47%
B 87 of 118 ~ 73.73%

%17.8
%73.73

CMYK color model

#150A57 color CMYK value is (76,89,0,66).

  • cyan value is 75.86%
  • magenta value is 88.51%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(76,89,0,66)
C76M89Y0K66 
(76%,89%,0%,66%)
(0.76/0.89/0.00/0.66)	

CMYK percentages

%75.86
%88.51
%0
%65.88

Codes

Color #150A57 in popluar color models

150A57
RGB211087
HSL249°79.38%19.02%
HSB/HSV249°88.51%34.12%
CMYK75.86%88.51%0.00%
65.88%

Color #150A57 in popluar number systems.

HEX150A57
Decimal211087
Binary1010110101010111
Octal2512127

Shades and tints

Shades of #150A57

#150A57
(21,10,87)
#140A50
(20,10,80)
#130A49
(19,10,73)
#120A42
(18,10,66)
#110A3B
(17,10,59)
#100A34
(16,10,52)
#0F0A2D
(15,10,45)
#0E0A26
(14,10,38)
#0D0A1F
(13,10,31)
#0C0A18
(12,10,24)
#0B0A11
(11,10,17)
#000000
(0,0,0)

Tints of #150A57

#150A57
(21,10,87)
#2A2066
(42,32,102)
#3F3675
(63,54,117)
#544C84
(84,76,132)
#696293
(105,98,147)
#7E78A2
(126,120,162)
#938EB1
(147,142,177)
#A8A4C0
(168,164,192)
#BDBACF
(189,186,207)
#D2D0DE
(210,208,222)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150A57 color. Also use rgb(21,10,87) instead hex code.

Text Font Color

.myTextColor { color: #150A57; }

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

This text font color is #150A57.


Background Color

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

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

This div background color is #150A57.


Border color

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

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

This div border color is #150A57.


Opacity

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

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

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

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

This text has shadow with #150A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150A57 on black background.


Color preview on white background

This text has color #150A57 on white background.



Black color preview on #150A57 background

This text has black color on #150A57 background.


White color preview on #150A57 background

This text has white color on #150A57 background.