COLOR #15203F

HEX: #15203F RGB: (21,32,63)

Color info

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

RGB color model

#15203F color RGB value is (21,32,63).

RGB: (21,32,63) (8%, 13%, 25%)

RGB channels and saturation

R 21 of 255 = 8%
G 32 of 255 = 13%
B 63 of 255 = 25%

21
32
63

R + G + B ~ 15%. #15203F is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 32 + 63 = 116 (100%)
R 21 of 116 ~ 18.1%
G 32 of 116 ~ 27.59%
B 63 of 116 ~ 54.31'%

%18.1
%27.59
%54.31

CMYK color model

#15203F color CMYK value is (67,49,0,75).

  • cyan value is 66.67%
  • magenta value is 49.21%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK: (67,49,0,75) C67M49Y0K75 (67%,49%,0%,75%) (0.67/0.49/0.00/0.75) 

CMYK percentages

%66.67
%49.21
%0
%75.29

Codes

Color #15203F in popluar color models

15 20 3F
RGB 21 32 63
HSL 224° 50.00% 16.47%
HSB/HSV 224° 66.67% 24.71%
CMYK 66.67% 49.21% 0.00%
75.29%

Color #15203F in popluar number systems.

HEX 15 20 3F
Decimal 21 32 63
Binary 10101 100000 111111
Octal 25 40 77

Shades and tints

Shades of #15203F

#15203F
(21,32,63)
#141E3A
(20,30,58)
#131C35
(19,28,53)
#121A30
(18,26,48)
#11182B
(17,24,43)
#101626
(16,22,38)
#0F1421
(15,20,33)
#0E121C
(14,18,28)
#0D1017
(13,16,23)
#0C0E12
(12,14,18)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #15203F

#15203F
(21,32,63)
#2A3450
(42,52,80)
#3F4861
(63,72,97)
#545C72
(84,92,114)
#697083
(105,112,131)
#7E8494
(126,132,148)
#9398A5
(147,152,165)
#A8ACB6
(168,172,182)
#BDC0C7
(189,192,199)
#D2D4D8
(210,212,216)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15203F color. Also use rgb(21,32,63) instead hex code.

Text Font Color

.myTextColor { color: #15203F; }

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

This text font color is #15203F.

Background Color

.myBgColor { background-color: #15203F; }

<div style="background-color:#15203F">Inner text</div>

This div background color is #15203F.

Border color

.myBorderColor { border: 1px solid #15203F; }

<div style="border:3px solid #15203F">Div</div>

This div border color is #15203F.

Opacity

.myOpacity80 { color: #15203F; opacity: 0.8; }

<p style="color:#15203F;opacity:0.8;">80%</p>

Text with #15203F 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 #15203F;}

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

This text has shadow with #15203F color.


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

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

This text has shadow with #15203F primary color and red secondary color.


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

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

This text has shadow with #15203F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #15203F.

Preview

Color preview on black background

This text has color #15203F on black background.


Color preview on white background

This text has color #15203F on white background.


Black color preview on #15203F background

This text has black color on #15203F background.


White color preview on #15203F background

This text has white color on #15203F background.


Related colors

Complementary color

Complementary color for #hex is #EADFC0.


I love getcolorcode.com

Triadic colors

1 #3F1520 and #203F15 with #15203F are triadic colors.

2 #3F2015 and #20153F with #15203F are triadic colors.