COLOR #150678

HEX: #150678
RGB: (21,6,120)

Color info

#150678 contains mainly blue color. Web safe color of #150678 is #000066 (or #006).

RGB color model

#150678 color RGB value is (21,6,120).

  • red value is 21;
  • green value is 6;
  • blue value is 120.
RGB:
(21,6,120)
(8%,2%,47%)

RGB channels and saturation

R 21 of 255 = 8%
G 6 of 255 = 2%
B 120 of 255 = 47%

21
6
120

R + G + B ~ 19%. #150678 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 6 + 120 = 147 (100%)
R 21 of 147 ~ 14.29%
G 6 of 147 ~ 4.08%
B 120 of 147 ~ 81.63%

%14.29
%81.63

CMYK color model

#150678 color CMYK value is (83,95,0,53).

  • cyan value is 82.50%
  • magenta value is 95.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(83,95,0,53)
C83M95Y0K53 
(83%,95%,0%,53%)
(0.83/0.95/0.00/0.53)	

CMYK percentages

%82.5
%95
%0
%52.94

Codes

Color #150678 in popluar color models

150678
RGB216120
HSL248°90.48%24.71%
HSB/HSV248°95.00%47.06%
CMYK82.50%95.00%0.00%
52.94%

Color #150678 in popluar number systems.

HEX150678
Decimal216120
Binary101011101111000
Octal256170

Shades and tints

Shades of #150678

#150678
(21,6,120)
#14066E
(20,6,110)
#130664
(19,6,100)
#12065A
(18,6,90)
#110650
(17,6,80)
#100646
(16,6,70)
#0F063C
(15,6,60)
#0E0632
(14,6,50)
#0D0628
(13,6,40)
#0C061E
(12,6,30)
#0B0614
(11,6,20)
#000000
(0,0,0)

Tints of #150678

#150678
(21,6,120)
#2A1C84
(42,28,132)
#3F3290
(63,50,144)
#54489C
(84,72,156)
#695EA8
(105,94,168)
#7E74B4
(126,116,180)
#938AC0
(147,138,192)
#A8A0CC
(168,160,204)
#BDB6D8
(189,182,216)
#D2CCE4
(210,204,228)
#E7E2F0
(231,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150678 color. Also use rgb(21,6,120) instead hex code.

Text Font Color

.myTextColor { color: #150678; }

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

This text font color is #150678.


Background Color

.myBgColor { background-color: #150678; }

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

This div background color is #150678.


Border color

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

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

This div border color is #150678.


Opacity

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

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

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

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

This text has shadow with #150678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150678 on black background.


Color preview on white background

This text has color #150678 on white background.



Black color preview on #150678 background

This text has black color on #150678 background.


White color preview on #150678 background

This text has white color on #150678 background.