COLOR #150B26

HEX: #150B26
RGB: (21,11,38)

Color info

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

RGB color model

#150B26 color RGB value is (21,11,38).

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

RGB channels and saturation

R 21 of 255 = 8%
G 11 of 255 = 4%
B 38 of 255 = 15%

21
11
38

R + G + B ~ 9%. #150B26 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 11 + 38 = 70 (100%)
R 21 of 70 ~ 30%
G 11 of 70 ~ 15.71%
B 38 of 70 ~ 54.29%

%30
%15.71
%54.29

CMYK color model

#150B26 color CMYK value is (45,71,0,85).

  • cyan value is 44.74%
  • magenta value is 71.05%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(45,71,0,85)
C45M71Y0K85 
(45%,71%,0%,85%)
(0.45/0.71/0.00/0.85)	

CMYK percentages

%44.74
%71.05
%0
%85.1

Codes

Color #150B26 in popluar color models

150B26
RGB211138
HSL262°55.10%9.61%
HSB/HSV262°71.05%14.90%
CMYK44.74%71.05%0.00%
85.10%

Color #150B26 in popluar number systems.

HEX150B26
Decimal211138
Binary101011011100110
Octal251346

Shades and tints

Shades of #150B26

#150B26
(21,11,38)
#140A23
(20,10,35)
#130920
(19,9,32)
#12081D
(18,8,29)
#11071A
(17,7,26)
#100617
(16,6,23)
#0F0514
(15,5,20)
#0E0411
(14,4,17)
#0D030E
(13,3,14)
#0C020B
(12,2,11)
#0B0108
(11,1,8)
#000000
(0,0,0)

Tints of #150B26

#150B26
(21,11,38)
#2A2139
(42,33,57)
#3F374C
(63,55,76)
#544D5F
(84,77,95)
#696372
(105,99,114)
#7E7985
(126,121,133)
#938F98
(147,143,152)
#A8A5AB
(168,165,171)
#BDBBBE
(189,187,190)
#D2D1D1
(210,209,209)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150B26; }

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

This text font color is #150B26.


Background Color

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

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

This div background color is #150B26.


Border color

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

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

This div border color is #150B26.


Opacity

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

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

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

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

This text has shadow with #150B26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150B26 on black background.


Color preview on white background

This text has color #150B26 on white background.



Black color preview on #150B26 background

This text has black color on #150B26 background.


White color preview on #150B26 background

This text has white color on #150B26 background.