COLOR #150126

HEX: #150126
RGB: (21,1,38)

Color info

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

RGB color model

#150126 color RGB value is (21,1,38).

  • red value is 21;
  • green value is 1;
  • blue value is 38.
RGB:
(21,1,38)
(8%,0%,15%)

RGB channels and saturation

R 21 of 255 = 8%
G 1 of 255 = 0%
B 38 of 255 = 15%

21
1
38

R + G + B ~ 8%. #150126 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 1 + 38 = 60 (100%)
R 21 of 60 ~ 35%
G 1 of 60 ~ 1.67%
B 38 of 60 ~ 63.33%

%35
%63.33

CMYK color model

#150126 color CMYK value is (45,97,0,85).

  • cyan value is 44.74%
  • magenta value is 97.37%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(45,97,0,85)
C45M97Y0K85 
(45%,97%,0%,85%)
(0.45/0.97/0.00/0.85)	

CMYK percentages

%44.74
%97.37
%0
%85.1

Codes

Color #150126 in popluar color models

150126
RGB21138
HSL272°94.87%7.65%
HSB/HSV272°97.37%14.90%
CMYK44.74%97.37%0.00%
85.10%

Color #150126 in popluar number systems.

HEX150126
Decimal21138
Binary101011100110
Octal25146

Shades and tints

Shades of #150126

#150126
(21,1,38)
#140123
(20,1,35)
#130120
(19,1,32)
#12011D
(18,1,29)
#11011A
(17,1,26)
#100117
(16,1,23)
#0F0114
(15,1,20)
#0E0111
(14,1,17)
#0D010E
(13,1,14)
#0C010B
(12,1,11)
#0B0108
(11,1,8)
#000000
(0,0,0)

Tints of #150126

#150126
(21,1,38)
#2A1839
(42,24,57)
#3F2F4C
(63,47,76)
#54465F
(84,70,95)
#695D72
(105,93,114)
#7E7485
(126,116,133)
#938B98
(147,139,152)
#A8A2AB
(168,162,171)
#BDB9BE
(189,185,190)
#D2D0D1
(210,208,209)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150126 color. Also use rgb(21,1,38) instead hex code.

Text Font Color

.myTextColor { color: #150126; }

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

This text font color is #150126.


Background Color

.myBgColor { background-color: #150126; }

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

This div background color is #150126.


Border color

.myBorderColor { border: 1px solid #150126; }

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

This div border color is #150126.


Opacity

.myOpacity80 { color: #150126; opacity: 0.8; }

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

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

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

This text has shadow with #150126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150126 on black background.


Color preview on white background

This text has color #150126 on white background.



Black color preview on #150126 background

This text has black color on #150126 background.


White color preview on #150126 background

This text has white color on #150126 background.