COLOR #150128

HEX: #150128 RGB: (21,1,40)

Color info

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

RGB color model

#150128 color RGB value is (21,1,40).

RGB: (21,1,40) (8%, 0%, 16%)

RGB channels and saturation

R 21 of 255 = 8%
G 1 of 255 = 0%
B 40 of 255 = 16%

21
1
40

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

Portions of RGB colors in percentages

R + G + B = 21 + 1 + 40 = 62 (100%)
R 21 of 62 ~ 33.87%
G 1 of 62 ~ 1.61%
B 40 of 62 ~ 64.52'%

%33.87
%64.52

CMYK color model

#150128 color CMYK value is (48,98,0,84).

  • cyan value is 47.50%
  • magenta value is 97.50%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (48,98,0,84)
C48M98Y0K84 (48%, 98%, 0%, 84%)
(0.48 / 0.98 / 0.00 / 0.84)

CMYK percentages

%47.5
%97.5
%0
%84.31

Codes

Color #150128 in popluar color models

15 01 28
RGB 21 1 40
HSL 271° 95.12% 8.04%
HSB/HSV 271° 97.50% 15.69%
CMYK 47.50% 97.50% 0.00%
84.31%

Color #150128 in popluar number systems.

HEX 15 01 28
Decimal 21 1 40
Binary 10101 1 101000
Octal 25 1 50

Shades and tints

Shades of #150128

#150128
(21,1,40)
#140125
(20,1,37)
#130122
(19,1,34)
#12011F
(18,1,31)
#11011C
(17,1,28)
#100119
(16,1,25)
#0F0116
(15,1,22)
#0E0113
(14,1,19)
#0D0110
(13,1,16)
#0C010D
(12,1,13)
#0B010A
(11,1,10)
#000000
(0,0,0)

Tints of #150128

#150128
(21,1,40)
#2A183B
(42,24,59)
#3F2F4E
(63,47,78)
#544661
(84,70,97)
#695D74
(105,93,116)
#7E7487
(126,116,135)
#938B9A
(147,139,154)
#A8A2AD
(168,162,173)
#BDB9C0
(189,185,192)
#D2D0D3
(210,208,211)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150128; }

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

This text font color is #150128.

Background Color

.myBgColor { background-color: #150128; }

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

This div background color is #150128.

Border color

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

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

This div border color is #150128.

Opacity

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

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

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

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

This text has shadow with #150128 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150128.

Preview

Color preview on black background

This text has color #150128 on black background.


Color preview on white background

This text has color #150128 on white background.


Black color preview on #150128 background

This text has black color on #150128 background.


White color preview on #150128 background

This text has white color on #150128 background.


Related colors

Complementary color

Complementary color for #hex is #EAFED7.


I love getcolorcode.com

Triadic colors

1 #281501 and #012815 with #150128 are triadic colors.

2 #280115 and #011528 with #150128 are triadic colors.