COLOR #15225C

HEX: #15225C RGB: (21,34,92)

Color info

#15225C contains mainly green and blue colors. Web safe color of #15225C is #003366 (or #036).

RGB color model

#15225C color RGB value is (21,34,92).

RGB: (21,34,92) (8%, 13%, 36%)

RGB channels and saturation

R 21 of 255 = 8%
G 34 of 255 = 13%
B 92 of 255 = 36%

21
34
92

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

Portions of RGB colors in percentages

R + G + B = 21 + 34 + 92 = 147 (100%)
R 21 of 147 ~ 14.29%
G 34 of 147 ~ 23.13%
B 92 of 147 ~ 62.59'%

%14.29
%23.13
%62.59

CMYK color model

#15225C color CMYK value is (77,63,0,64).

  • cyan value is 77.17%
  • magenta value is 63.04%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (77,63,0,64)
C77M63Y0K64 (77%, 63%, 0%, 64%)
(0.77 / 0.63 / 0.00 / 0.64)

CMYK percentages

%77.17
%63.04
%0
%63.92

Codes

Color #15225C in popluar color models

15 22 5C
RGB 21 34 92
HSL 229° 62.83% 22.16%
HSB/HSV 229° 77.17% 36.08%
CMYK 77.17% 63.04% 0.00%
63.92%

Color #15225C in popluar number systems.

HEX 15 22 5C
Decimal 21 34 92
Binary 10101 100010 1011100
Octal 25 42 134

Shades and tints

Shades of #15225C

#15225C
(21,34,92)
#141F54
(20,31,84)
#131C4C
(19,28,76)
#121944
(18,25,68)
#11163C
(17,22,60)
#101334
(16,19,52)
#0F102C
(15,16,44)
#0E0D24
(14,13,36)
#0D0A1C
(13,10,28)
#0C0714
(12,7,20)
#0B040C
(11,4,12)
#000000
(0,0,0)

Tints of #15225C

#15225C
(21,34,92)
#2A366A
(42,54,106)
#3F4A78
(63,74,120)
#545E86
(84,94,134)
#697294
(105,114,148)
#7E86A2
(126,134,162)
#939AB0
(147,154,176)
#A8AEBE
(168,174,190)
#BDC2CC
(189,194,204)
#D2D6DA
(210,214,218)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15225C color. Also use rgb(21,34,92) instead hex code.

Text Font Color

.myTextColor { color: #15225C; }

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

This text font color is #15225C.

Background Color

.myBgColor { background-color: #15225C; }

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

This div background color is #15225C.

Border color

.myBorderColor { border: 1px solid #15225C; }

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

This div border color is #15225C.

Opacity

.myOpacity80 { color: #15225C; opacity: 0.8; }

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

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

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

This text has shadow with #15225C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15225C.

Preview

Color preview on black background

This text has color #15225C on black background.


Color preview on white background

This text has color #15225C on white background.


Black color preview on #15225C background

This text has black color on #15225C background.


White color preview on #15225C background

This text has white color on #15225C background.


Related colors

Complementary color

Complementary color for #hex is #EADDA3.


I love getcolorcode.com

Triadic colors

1 #5C1522 and #225C15 with #15225C are triadic colors.

2 #5C2215 and #22155C with #15225C are triadic colors.