COLOR #150B38

HEX: #150B38
RGB: (21,11,56)

Color info

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

RGB color model

#150B38 color RGB value is (21,11,56).

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

RGB channels and saturation

R 21 of 255 = 8%
G 11 of 255 = 4%
B 56 of 255 = 22%

21
11
56

R + G + B ~ 11%. #150B38 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 11 + 56 = 88 (100%)
R 21 of 88 ~ 23.86%
G 11 of 88 ~ 12.5%
B 56 of 88 ~ 63.64%

%23.86
%12.5
%63.64

CMYK color model

#150B38 color CMYK value is (63,80,0,78).

  • cyan value is 62.50%
  • magenta value is 80.36%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(63,80,0,78)
C63M80Y0K78 
(63%,80%,0%,78%)
(0.63/0.80/0.00/0.78)	

CMYK percentages

%62.5
%80.36
%0
%78.04

Codes

Color #150B38 in popluar color models

150B38
RGB211156
HSL253°67.16%13.14%
HSB/HSV253°80.36%21.96%
CMYK62.50%80.36%0.00%
78.04%

Color #150B38 in popluar number systems.

HEX150B38
Decimal211156
Binary101011011111000
Octal251370

Shades and tints

Shades of #150B38

#150B38
(21,11,56)
#140A33
(20,10,51)
#13092E
(19,9,46)
#120829
(18,8,41)
#110724
(17,7,36)
#10061F
(16,6,31)
#0F051A
(15,5,26)
#0E0415
(14,4,21)
#0D0310
(13,3,16)
#0C020B
(12,2,11)
#0B0106
(11,1,6)
#000000
(0,0,0)

Tints of #150B38

#150B38
(21,11,56)
#2A214A
(42,33,74)
#3F375C
(63,55,92)
#544D6E
(84,77,110)
#696380
(105,99,128)
#7E7992
(126,121,146)
#938FA4
(147,143,164)
#A8A5B6
(168,165,182)
#BDBBC8
(189,187,200)
#D2D1DA
(210,209,218)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150B38; }

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

This text font color is #150B38.


Background Color

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

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

This div background color is #150B38.


Border color

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

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

This div border color is #150B38.


Opacity

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

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

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

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

This text has shadow with #150B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150B38 on black background.


Color preview on white background

This text has color #150B38 on white background.



Black color preview on #150B38 background

This text has black color on #150B38 background.


White color preview on #150B38 background

This text has white color on #150B38 background.