COLOR #15294A

HEX: #15294A RGB: (21,41,74)

Color info

#15294A contains red, green and blue colors in about the same proportion. Web safe color of #15294A is #003333 (or #033).

RGB color model

#15294A color RGB value is (21,41,74).

RGB: (21,41,74) (8%, 16%, 29%)

RGB channels and saturation

R 21 of 255 = 8%
G 41 of 255 = 16%
B 74 of 255 = 29%

21
41
74

R + G + B ~ 18%. #15294A is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 41 + 74 = 136 (100%)
R 21 of 136 ~ 15.44%
G 41 of 136 ~ 30.15%
B 74 of 136 ~ 54.41'%

%15.44
%30.15
%54.41

CMYK color model

#15294A color CMYK value is (72,45,0,71).

  • cyan value is 71.62%
  • magenta value is 44.59%
  • yellow value is 0.00%
  • key color value is 70.98%

CMYK: (72,45,0,71)
C72M45Y0K71 (72%, 45%, 0%, 71%)
(0.72 / 0.45 / 0.00 / 0.71)

CMYK percentages

%71.62
%44.59
%0
%70.98

Codes

Color #15294A in popluar color models

15 29 4A
RGB 21 41 74
HSL 217° 55.79% 18.63%
HSB/HSV 217° 71.62% 29.02%
CMYK 71.62% 44.59% 0.00%
70.98%

Color #15294A in popluar number systems.

HEX 15 29 4A
Decimal 21 41 74
Binary 10101 101001 1001010
Octal 25 51 112

Shades and tints

Shades of #15294A

#15294A
(21,41,74)
#142644
(20,38,68)
#13233E
(19,35,62)
#122038
(18,32,56)
#111D32
(17,29,50)
#101A2C
(16,26,44)
#0F1726
(15,23,38)
#0E1420
(14,20,32)
#0D111A
(13,17,26)
#0C0E14
(12,14,20)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #15294A

#15294A
(21,41,74)
#2A3C5A
(42,60,90)
#3F4F6A
(63,79,106)
#54627A
(84,98,122)
#69758A
(105,117,138)
#7E889A
(126,136,154)
#939BAA
(147,155,170)
#A8AEBA
(168,174,186)
#BDC1CA
(189,193,202)
#D2D4DA
(210,212,218)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15294A color. Also use rgb(21,41,74) instead hex code.

Text Font Color

.myTextColor { color: #15294A; }

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

This text font color is #15294A.

Background Color

.myBgColor { background-color: #15294A; }

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

This div background color is #15294A.

Border color

.myBorderColor { border: 1px solid #15294A; }

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

This div border color is #15294A.

Opacity

.myOpacity80 { color: #15294A; opacity: 0.8; }

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

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

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

This text has shadow with #15294A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15294A.

Preview

Color preview on black background

This text has color #15294A on black background.


Color preview on white background

This text has color #15294A on white background.


Black color preview on #15294A background

This text has black color on #15294A background.


White color preview on #15294A background

This text has white color on #15294A background.


Related colors

Complementary color

Complementary color for #hex is #EAD6B5.


I love getcolorcode.com

Triadic colors

1 #4A1529 and #294A15 with #15294A are triadic colors.

2 #4A2915 and #29154A with #15294A are triadic colors.