COLOR #15285B

HEX: #15285B RGB: (21,40,91)

Color info

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

RGB color model

#15285B color RGB value is (21,40,91).

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

RGB channels and saturation

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

21
40
91

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

Portions of RGB colors in percentages

R + G + B = 21 + 40 + 91 = 152 (100%)
R 21 of 152 ~ 13.82%
G 40 of 152 ~ 26.32%
B 91 of 152 ~ 59.87'%

%13.82
%26.32
%59.87

CMYK color model

#15285B color CMYK value is (77,56,0,64).

  • cyan value is 76.92%
  • magenta value is 56.04%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (77,56,0,64)
C77M56Y0K64 (77%, 56%, 0%, 64%)
(0.77 / 0.56 / 0.00 / 0.64)

CMYK percentages

%76.92
%56.04
%0
%64.31

Codes

Color #15285B in popluar color models

15 28 5B
RGB 21 40 91
HSL 224° 62.50% 21.96%
HSB/HSV 224° 76.92% 35.69%
CMYK 76.92% 56.04% 0.00%
64.31%

Color #15285B in popluar number systems.

HEX 15 28 5B
Decimal 21 40 91
Binary 10101 101000 1011011
Octal 25 50 133

Shades and tints

Shades of #15285B

#15285B
(21,40,91)
#142553
(20,37,83)
#13224B
(19,34,75)
#121F43
(18,31,67)
#111C3B
(17,28,59)
#101933
(16,25,51)
#0F162B
(15,22,43)
#0E1323
(14,19,35)
#0D101B
(13,16,27)
#0C0D13
(12,13,19)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #15285B

#15285B
(21,40,91)
#2A3B69
(42,59,105)
#3F4E77
(63,78,119)
#546185
(84,97,133)
#697493
(105,116,147)
#7E87A1
(126,135,161)
#939AAF
(147,154,175)
#A8ADBD
(168,173,189)
#BDC0CB
(189,192,203)
#D2D3D9
(210,211,217)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15285B; }

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

This text font color is #15285B.

Background Color

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

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

This div background color is #15285B.

Border color

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

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

This div border color is #15285B.

Opacity

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

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

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

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

This text has shadow with #15285B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15285B.

Preview

Color preview on black background

This text has color #15285B on black background.


Color preview on white background

This text has color #15285B on white background.


Black color preview on #15285B background

This text has black color on #15285B background.


White color preview on #15285B background

This text has white color on #15285B background.


Related colors

Complementary color

Complementary color for #hex is #EAD7A4.


I love getcolorcode.com

Triadic colors

1 #5B1528 and #285B15 with #15285B are triadic colors.

2 #5B2815 and #28155B with #15285B are triadic colors.