COLOR #15285C

HEX: #15285C RGB: (21,40,92)

Color info

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

RGB color model

#15285C color RGB value is (21,40,92).

RGB: (21,40,92) (8%, 16%, 36%)

RGB channels and saturation

R 21 of 255 = 8%
G 40 of 255 = 16%
B 92 of 255 = 36%

21
40
92

R + G + B ~ 20%. #15285C is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 40 + 92 = 153 (100%)
R 21 of 153 ~ 13.73%
G 40 of 153 ~ 26.14%
B 92 of 153 ~ 60.13'%

%13.73
%26.14
%60.13

CMYK color model

#15285C color CMYK value is (77,57,0,64).

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

CMYK: (77,57,0,64)
C77M57Y0K64 (77%, 57%, 0%, 64%)
(0.77 / 0.57 / 0.00 / 0.64)

CMYK percentages

%77.17
%56.52
%0
%63.92

Codes

Color #15285C in popluar color models

15 28 5C
RGB 21 40 92
HSL 224° 62.83% 22.16%
HSB/HSV 224° 77.17% 36.08%
CMYK 77.17% 56.52% 0.00%
63.92%

Color #15285C in popluar number systems.

HEX 15 28 5C
Decimal 21 40 92
Binary 10101 101000 1011100
Octal 25 50 134

Shades and tints

Shades of #15285C

#15285C
(21,40,92)
#142554
(20,37,84)
#13224C
(19,34,76)
#121F44
(18,31,68)
#111C3C
(17,28,60)
#101934
(16,25,52)
#0F162C
(15,22,44)
#0E1324
(14,19,36)
#0D101C
(13,16,28)
#0C0D14
(12,13,20)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #15285C

#15285C
(21,40,92)
#2A3B6A
(42,59,106)
#3F4E78
(63,78,120)
#546186
(84,97,134)
#697494
(105,116,148)
#7E87A2
(126,135,162)
#939AB0
(147,154,176)
#A8ADBE
(168,173,190)
#BDC0CC
(189,192,204)
#D2D3DA
(210,211,218)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15285C; }

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

This text font color is #15285C.

Background Color

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

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

This div background color is #15285C.

Border color

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

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

This div border color is #15285C.

Opacity

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

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

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

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

This text has shadow with #15285C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15285C.

Preview

Color preview on black background

This text has color #15285C on black background.


Color preview on white background

This text has color #15285C on white background.


Black color preview on #15285C background

This text has black color on #15285C background.


White color preview on #15285C background

This text has white color on #15285C background.


Related colors

Complementary color

Complementary color for #hex is #EAD7A3.


I love getcolorcode.com

Triadic colors

1 #5C1528 and #285C15 with #15285C are triadic colors.

2 #5C2815 and #28155C with #15285C are triadic colors.