COLOR #15004D

HEX: #15004D RGB: (21,0,77)

Color info

#15004D contains only red and blue colors. Web safe color of #15004D is #000033 (or #003).

RGB color model

#15004D color RGB value is (21,0,77).

RGB: (21,0,77) (8%, 0%, 30%)

RGB channels and saturation

R 21 of 255 = 8%
G 0 of 255 = 0%
B 77 of 255 = 30%

21
0
77

R + G + B ~ 13%. #15004D is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 0 + 77 = 98 (100%)
R 21 of 98 ~ 21.43%
G 0 of 98 ~ 0%
B 77 of 98 ~ 78.57'%

%21.43
%78.57

CMYK color model

#15004D color CMYK value is (73,100,0,70).

  • cyan value is 72.73%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (73,100,0,70)
C73M100Y0K70 (73%, 100%, 0%, 70%)
(0.73 / 1.00 / 0.00 / 0.70)

CMYK percentages

%72.73
%100
%0
%69.8

Codes

Color #15004D in popluar color models

15 00 4D
RGB 21 0 77
HSL 256° 100.00% 15.10%
HSB/HSV 256° 100.00% 30.20%
CMYK 72.73% 100.00% 0.00%
69.80%

Color #15004D in popluar number systems.

HEX 15 00 4D
Decimal 21 0 77
Binary 10101 0 1001101
Octal 25 0 115

Shades and tints

Shades of #15004D

#15004D
(21,0,77)
#140046
(20,0,70)
#13003F
(19,0,63)
#120038
(18,0,56)
#110031
(17,0,49)
#10002A
(16,0,42)
#0F0023
(15,0,35)
#0E001C
(14,0,28)
#0D0015
(13,0,21)
#0C000E
(12,0,14)
#0B0007
(11,0,7)
#000000
(0,0,0)

Tints of #15004D

#15004D
(21,0,77)
#2A175D
(42,23,93)
#3F2E6D
(63,46,109)
#54457D
(84,69,125)
#695C8D
(105,92,141)
#7E739D
(126,115,157)
#938AAD
(147,138,173)
#A8A1BD
(168,161,189)
#BDB8CD
(189,184,205)
#D2CFDD
(210,207,221)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15004D; }

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

This text font color is #15004D.

Background Color

.myBgColor { background-color: #15004D; }

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

This div background color is #15004D.

Border color

.myBorderColor { border: 1px solid #15004D; }

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

This div border color is #15004D.

Opacity

.myOpacity80 { color: #15004D; opacity: 0.8; }

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

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

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

This text has shadow with #15004D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15004D.

Preview

Color preview on black background

This text has color #15004D on black background.


Color preview on white background

This text has color #15004D on white background.


Black color preview on #15004D background

This text has black color on #15004D background.


White color preview on #15004D background

This text has white color on #15004D background.


Related colors

Complementary color

Complementary color for #hex is #EAFFB2.


I love getcolorcode.com

Triadic colors

1 #4D1500 and #004D15 with #15004D are triadic colors.

2 #4D0015 and #00154D with #15004D are triadic colors.