COLOR #150B33

HEX: #150B33
RGB: (21,11,51)

Color info

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

RGB color model

#150B33 color RGB value is (21,11,51).

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

RGB channels and saturation

R 21 of 255 = 8%
G 11 of 255 = 4%
B 51 of 255 = 20%

21
11
51

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

Portions of RGB colors in percentages

R + G + B =
21 + 11 + 51 = 83 (100%)
R 21 of 83 ~ 25.3%
G 11 of 83 ~ 13.25%
B 51 of 83 ~ 61.45%

%25.3
%13.25
%61.45

CMYK color model

#150B33 color CMYK value is (59,78,0,80).

  • cyan value is 58.82%
  • magenta value is 78.43%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(59,78,0,80)
C59M78Y0K80 
(59%,78%,0%,80%)
(0.59/0.78/0.00/0.80)	

CMYK percentages

%58.82
%78.43
%0
%80

Codes

Color #150B33 in popluar color models

150B33
RGB211151
HSL255°64.52%12.16%
HSB/HSV255°78.43%20.00%
CMYK58.82%78.43%0.00%
80.00%

Color #150B33 in popluar number systems.

HEX150B33
Decimal211151
Binary101011011110011
Octal251363

Shades and tints

Shades of #150B33

#150B33
(21,11,51)
#140A2F
(20,10,47)
#13092B
(19,9,43)
#120827
(18,8,39)
#110723
(17,7,35)
#10061F
(16,6,31)
#0F051B
(15,5,27)
#0E0417
(14,4,23)
#0D0313
(13,3,19)
#0C020F
(12,2,15)
#0B010B
(11,1,11)
#000000
(0,0,0)

Tints of #150B33

#150B33
(21,11,51)
#2A2145
(42,33,69)
#3F3757
(63,55,87)
#544D69
(84,77,105)
#69637B
(105,99,123)
#7E798D
(126,121,141)
#938F9F
(147,143,159)
#A8A5B1
(168,165,177)
#BDBBC3
(189,187,195)
#D2D1D5
(210,209,213)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150B33; }

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

This text font color is #150B33.


Background Color

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

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

This div background color is #150B33.


Border color

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

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

This div border color is #150B33.


Opacity

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

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

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

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

This text has shadow with #150B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150B33 on black background.


Color preview on white background

This text has color #150B33 on white background.



Black color preview on #150B33 background

This text has black color on #150B33 background.


White color preview on #150B33 background

This text has white color on #150B33 background.