COLOR #15488B

HEX: #15488B RGB: (21,72,139)

Color info

#15488B contains mainly blue color. Web safe color of #15488B is #003399 (or #039).

RGB color model

#15488B color RGB value is (21,72,139).

RGB: (21,72,139) (8%, 28%, 55%)

RGB channels and saturation

R 21 of 255 = 8%
G 72 of 255 = 28%
B 139 of 255 = 55%

21
72
139

R + G + B ~ 30%. #15488B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 72 + 139 = 232 (100%)
R 21 of 232 ~ 9.05%
G 72 of 232 ~ 31.03%
B 139 of 232 ~ 59.91'%

%31.03
%59.91

CMYK color model

#15488B color CMYK value is (85,48,0,45).

  • cyan value is 84.89%
  • magenta value is 48.20%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (85,48,0,45)
C85M48Y0K45 (85%, 48%, 0%, 45%)
(0.85 / 0.48 / 0.00 / 0.45)

CMYK percentages

%84.89
%48.2
%0
%45.49

Codes

Color #15488B in popluar color models

15 48 8B
RGB 21 72 139
HSL 214° 73.75% 31.37%
HSB/HSV 214° 84.89% 54.51%
CMYK 84.89% 48.20% 0.00%
45.49%

Color #15488B in popluar number systems.

HEX 15 48 8B
Decimal 21 72 139
Binary 10101 1001000 10001011
Octal 25 110 213

Shades and tints

Shades of #15488B

#15488B
(21,72,139)
#14427F
(20,66,127)
#133C73
(19,60,115)
#123667
(18,54,103)
#11305B
(17,48,91)
#102A4F
(16,42,79)
#0F2443
(15,36,67)
#0E1E37
(14,30,55)
#0D182B
(13,24,43)
#0C121F
(12,18,31)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #15488B

#15488B
(21,72,139)
#2A5895
(42,88,149)
#3F689F
(63,104,159)
#5478A9
(84,120,169)
#6988B3
(105,136,179)
#7E98BD
(126,152,189)
#93A8C7
(147,168,199)
#A8B8D1
(168,184,209)
#BDC8DB
(189,200,219)
#D2D8E5
(210,216,229)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15488B color. Also use rgb(21,72,139) instead hex code.

Text Font Color

.myTextColor { color: #15488B; }

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

This text font color is #15488B.

Background Color

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

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

This div background color is #15488B.

Border color

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

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

This div border color is #15488B.

Opacity

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

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

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

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

This text has shadow with #15488B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15488B.

Preview

Color preview on black background

This text has color #15488B on black background.


Color preview on white background

This text has color #15488B on white background.


Black color preview on #15488B background

This text has black color on #15488B background.


White color preview on #15488B background

This text has white color on #15488B background.


Related colors

Complementary color

Complementary color for #hex is #EAB774.


I love getcolorcode.com

Triadic colors

1 #8B1548 and #488B15 with #15488B are triadic colors.

2 #8B4815 and #48158B with #15488B are triadic colors.