COLOR #150054

HEX: #150054
RGB: (21,0,84)

Color info

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

RGB color model

#150054 color RGB value is (21,0,84).

  • red value is 21;
  • green value is 0;
  • blue value is 84.
RGB:
(21,0,84)
(8%,0%,33%)

RGB channels and saturation

R 21 of 255 = 8%
G 0 of 255 = 0%
B 84 of 255 = 33%

21
0
84

R + G + B ~ 14%. #150054 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 0 + 84 = 105 (100%)
R 21 of 105 ~ 20%
G 0 of 105 ~ 0%
B 84 of 105 ~ 80%

%20
%80

CMYK color model

#150054 color CMYK value is (75,100,0,67).

  • cyan value is 75.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(75,100,0,67)
C75M100Y0K67 
(75%,100%,0%,67%)
(0.75/1.00/0.00/0.67)	

CMYK percentages

%75
%100
%0
%67.06

Codes

Color #150054 in popluar color models

150054
RGB21084
HSL255°100.00%16.47%
HSB/HSV255°100.00%32.94%
CMYK75.00%100.00%0.00%
67.06%

Color #150054 in popluar number systems.

HEX150054
Decimal21084
Binary1010101010100
Octal250124

Shades and tints

Shades of #150054

#150054
(21,0,84)
#14004D
(20,0,77)
#130046
(19,0,70)
#12003F
(18,0,63)
#110038
(17,0,56)
#100031
(16,0,49)
#0F002A
(15,0,42)
#0E0023
(14,0,35)
#0D001C
(13,0,28)
#0C0015
(12,0,21)
#0B000E
(11,0,14)
#000000
(0,0,0)

Tints of #150054

#150054
(21,0,84)
#2A1763
(42,23,99)
#3F2E72
(63,46,114)
#544581
(84,69,129)
#695C90
(105,92,144)
#7E739F
(126,115,159)
#938AAE
(147,138,174)
#A8A1BD
(168,161,189)
#BDB8CC
(189,184,204)
#D2CFDB
(210,207,219)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150054 color. Also use rgb(21,0,84) instead hex code.

Text Font Color

.myTextColor { color: #150054; }

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

This text font color is #150054.


Background Color

.myBgColor { background-color: #150054; }

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

This div background color is #150054.


Border color

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

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

This div border color is #150054.


Opacity

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

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

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

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

This text has shadow with #150054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150054 on black background.


Color preview on white background

This text has color #150054 on white background.



Black color preview on #150054 background

This text has black color on #150054 background.


White color preview on #150054 background

This text has white color on #150054 background.