COLOR #150CE4

HEX: #150CE4
RGB: (21,12,228)

Color info

#150CE4 contains mainly blue color. Web safe color of #150CE4 is #0000CC (or #00C).

RGB color model

#150CE4 color RGB value is (21,12,228).

  • red value is 21;
  • green value is 12;
  • blue value is 228.
RGB:
(21,12,228)
(8%,5%,89%)

RGB channels and saturation

R 21 of 255 = 8%
G 12 of 255 = 5%
B 228 of 255 = 89%

21
12
228

R + G + B ~ 34%. #150CE4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 12 + 228 = 261 (100%)
R 21 of 261 ~ 8.05%
G 12 of 261 ~ 4.6%
B 228 of 261 ~ 87.36%

%87.36

CMYK color model

#150CE4 color CMYK value is (91,95,0,11).

  • cyan value is 90.79%
  • magenta value is 94.74%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(91,95,0,11)
C91M95Y0K11 
(91%,95%,0%,11%)
(0.91/0.95/0.00/0.11)	

CMYK percentages

%90.79
%94.74
%0
%10.59

Codes

Color #150CE4 in popluar color models

150CE4
RGB2112228
HSL243°90.00%47.06%
HSB/HSV243°94.74%89.41%
CMYK90.79%94.74%0.00%
10.59%

Color #150CE4 in popluar number systems.

HEX150CE4
Decimal2112228
Binary10101110011100100
Octal2514344

Shades and tints

Shades of #150CE4

#150CE4
(21,12,228)
#140BD0
(20,11,208)
#130ABC
(19,10,188)
#1209A8
(18,9,168)
#110894
(17,8,148)
#100780
(16,7,128)
#0F066C
(15,6,108)
#0E0558
(14,5,88)
#0D0444
(13,4,68)
#0C0330
(12,3,48)
#0B021C
(11,2,28)
#000000
(0,0,0)

Tints of #150CE4

#150CE4
(21,12,228)
#2A22E6
(42,34,230)
#3F38E8
(63,56,232)
#544EEA
(84,78,234)
#6964EC
(105,100,236)
#7E7AEE
(126,122,238)
#9390F0
(147,144,240)
#A8A6F2
(168,166,242)
#BDBCF4
(189,188,244)
#D2D2F6
(210,210,246)
#E7E8F8
(231,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150CE4 color. Also use rgb(21,12,228) instead hex code.

Text Font Color

.myTextColor { color: #150CE4; }

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

This text font color is #150CE4.


Background Color

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

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

This div background color is #150CE4.


Border color

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

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

This div border color is #150CE4.


Opacity

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

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

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

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

This text has shadow with #150CE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150CE4 on black background.


Color preview on white background

This text has color #150CE4 on white background.



Black color preview on #150CE4 background

This text has black color on #150CE4 background.


White color preview on #150CE4 background

This text has white color on #150CE4 background.