COLOR #15103B

HEX: #15103B RGB: (21,16,59)

Color info

#15103B contains red, green and blue colors in about the same proportion. Web safe color of #15103B is #000033 (or #003).

RGB color model

#15103B color RGB value is (21,16,59).

RGB: (21,16,59) (8%, 6%, 23%)

RGB channels and saturation

R 21 of 255 = 8%
G 16 of 255 = 6%
B 59 of 255 = 23%

21
16
59

R + G + B ~ 12%. #15103B is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 16 + 59 = 96 (100%)
R 21 of 96 ~ 21.88%
G 16 of 96 ~ 16.67%
B 59 of 96 ~ 61.46'%

%21.88
%16.67
%61.46

CMYK color model

#15103B color CMYK value is (64,73,0,77).

  • cyan value is 64.41%
  • magenta value is 72.88%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (64,73,0,77)
C64M73Y0K77 (64%, 73%, 0%, 77%)
(0.64 / 0.73 / 0.00 / 0.77)

CMYK percentages

%64.41
%72.88
%0
%76.86

Codes

Color #15103B in popluar color models

15 10 3B
RGB 21 16 59
HSL 247° 57.33% 14.71%
HSB/HSV 247° 72.88% 23.14%
CMYK 64.41% 72.88% 0.00%
76.86%

Color #15103B in popluar number systems.

HEX 15 10 3B
Decimal 21 16 59
Binary 10101 10000 111011
Octal 25 20 73

Shades and tints

Shades of #15103B

#15103B
(21,16,59)
#140F36
(20,15,54)
#130E31
(19,14,49)
#120D2C
(18,13,44)
#110C27
(17,12,39)
#100B22
(16,11,34)
#0F0A1D
(15,10,29)
#0E0918
(14,9,24)
#0D0813
(13,8,19)
#0C070E
(12,7,14)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #15103B

#15103B
(21,16,59)
#2A254C
(42,37,76)
#3F3A5D
(63,58,93)
#544F6E
(84,79,110)
#69647F
(105,100,127)
#7E7990
(126,121,144)
#938EA1
(147,142,161)
#A8A3B2
(168,163,178)
#BDB8C3
(189,184,195)
#D2CDD4
(210,205,212)
#E7E2E5
(231,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15103B color. Also use rgb(21,16,59) instead hex code.

Text Font Color

.myTextColor { color: #15103B; }

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

This text font color is #15103B.

Background Color

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

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

This div background color is #15103B.

Border color

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

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

This div border color is #15103B.

Opacity

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

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

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

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

This text has shadow with #15103B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15103B.

Preview

Color preview on black background

This text has color #15103B on black background.


Color preview on white background

This text has color #15103B on white background.


Black color preview on #15103B background

This text has black color on #15103B background.


White color preview on #15103B background

This text has white color on #15103B background.


Related colors

Complementary color

Complementary color for #hex is #EAEFC4.


I love getcolorcode.com

Triadic colors

1 #3B1510 and #103B15 with #15103B are triadic colors.

2 #3B1015 and #10153B with #15103B are triadic colors.