COLOR #15224B

HEX: #15224B RGB: (21,34,75)

Color info

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

RGB color model

#15224B color RGB value is (21,34,75).

RGB: (21,34,75) (8%, 13%, 29%)

RGB channels and saturation

R 21 of 255 = 8%
G 34 of 255 = 13%
B 75 of 255 = 29%

21
34
75

R + G + B ~ 17%. #15224B is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 34 + 75 = 130 (100%)
R 21 of 130 ~ 16.15%
G 34 of 130 ~ 26.15%
B 75 of 130 ~ 57.69'%

%16.15
%26.15
%57.69

CMYK color model

#15224B color CMYK value is (72,55,0,71).

  • cyan value is 72.00%
  • magenta value is 54.67%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (72,55,0,71)
C72M55Y0K71 (72%, 55%, 0%, 71%)
(0.72 / 0.55 / 0.00 / 0.71)

CMYK percentages

%72
%54.67
%0
%70.59

Codes

Color #15224B in popluar color models

15 22 4B
RGB 21 34 75
HSL 226° 56.25% 18.82%
HSB/HSV 226° 72.00% 29.41%
CMYK 72.00% 54.67% 0.00%
70.59%

Color #15224B in popluar number systems.

HEX 15 22 4B
Decimal 21 34 75
Binary 10101 100010 1001011
Octal 25 42 113

Shades and tints

Shades of #15224B

#15224B
(21,34,75)
#141F45
(20,31,69)
#131C3F
(19,28,63)
#121939
(18,25,57)
#111633
(17,22,51)
#10132D
(16,19,45)
#0F1027
(15,16,39)
#0E0D21
(14,13,33)
#0D0A1B
(13,10,27)
#0C0715
(12,7,21)
#0B040F
(11,4,15)
#000000
(0,0,0)

Tints of #15224B

#15224B
(21,34,75)
#2A365B
(42,54,91)
#3F4A6B
(63,74,107)
#545E7B
(84,94,123)
#69728B
(105,114,139)
#7E869B
(126,134,155)
#939AAB
(147,154,171)
#A8AEBB
(168,174,187)
#BDC2CB
(189,194,203)
#D2D6DB
(210,214,219)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15224B color. Also use rgb(21,34,75) instead hex code.

Text Font Color

.myTextColor { color: #15224B; }

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

This text font color is #15224B.

Background Color

.myBgColor { background-color: #15224B; }

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

This div background color is #15224B.

Border color

.myBorderColor { border: 1px solid #15224B; }

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

This div border color is #15224B.

Opacity

.myOpacity80 { color: #15224B; opacity: 0.8; }

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

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

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

This text has shadow with #15224B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15224B.

Preview

Color preview on black background

This text has color #15224B on black background.


Color preview on white background

This text has color #15224B on white background.


Black color preview on #15224B background

This text has black color on #15224B background.


White color preview on #15224B background

This text has white color on #15224B background.


Related colors

Complementary color

Complementary color for #hex is #EADDB4.


I love getcolorcode.com

Triadic colors

1 #4B1522 and #224B15 with #15224B are triadic colors.

2 #4B2215 and #22154B with #15224B are triadic colors.