COLOR #150B36

HEX: #150B36 RGB: (21,11,54)

Color info

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

RGB color model

#150B36 color RGB value is (21,11,54).

RGB: (21,11,54) (8%, 4%, 21%)

RGB channels and saturation

R 21 of 255 = 8%
G 11 of 255 = 4%
B 54 of 255 = 21%

21
11
54

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

Portions of RGB colors in percentages

R + G + B = 21 + 11 + 54 = 86 (100%)
R 21 of 86 ~ 24.42%
G 11 of 86 ~ 12.79%
B 54 of 86 ~ 62.79'%

%24.42
%12.79
%62.79

CMYK color model

#150B36 color CMYK value is (61,80,0,79).

  • cyan value is 61.11%
  • magenta value is 79.63%
  • yellow value is 0.00%
  • key color value is 78.82%

CMYK: (61,80,0,79)
C61M80Y0K79 (61%, 80%, 0%, 79%)
(0.61 / 0.80 / 0.00 / 0.79)

CMYK percentages

%61.11
%79.63
%0
%78.82

Codes

Color #150B36 in popluar color models

15 0B 36
RGB 21 11 54
HSL 254° 66.15% 12.75%
HSB/HSV 254° 79.63% 21.18%
CMYK 61.11% 79.63% 0.00%
78.82%

Color #150B36 in popluar number systems.

HEX 15 0B 36
Decimal 21 11 54
Binary 10101 1011 110110
Octal 25 13 66

Shades and tints

Shades of #150B36

#150B36
(21,11,54)
#140A32
(20,10,50)
#13092E
(19,9,46)
#12082A
(18,8,42)
#110726
(17,7,38)
#100622
(16,6,34)
#0F051E
(15,5,30)
#0E041A
(14,4,26)
#0D0316
(13,3,22)
#0C0212
(12,2,18)
#0B010E
(11,1,14)
#000000
(0,0,0)

Tints of #150B36

#150B36
(21,11,54)
#2A2148
(42,33,72)
#3F375A
(63,55,90)
#544D6C
(84,77,108)
#69637E
(105,99,126)
#7E7990
(126,121,144)
#938FA2
(147,143,162)
#A8A5B4
(168,165,180)
#BDBBC6
(189,187,198)
#D2D1D8
(210,209,216)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150B36; }

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

This text font color is #150B36.

Background Color

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

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

This div background color is #150B36.

Border color

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

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

This div border color is #150B36.

Opacity

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

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

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

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

This text has shadow with #150B36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150B36.

Preview

Color preview on black background

This text has color #150B36 on black background.


Color preview on white background

This text has color #150B36 on white background.


Black color preview on #150B36 background

This text has black color on #150B36 background.


White color preview on #150B36 background

This text has white color on #150B36 background.


Related colors

Complementary color

Complementary color for #hex is #EAF4C9.


I love getcolorcode.com

Triadic colors

1 #36150B and #0B3615 with #150B36 are triadic colors.

2 #360B15 and #0B1536 with #150B36 are triadic colors.