COLOR #131328

HEX: #131328 RGB: (19,19,40)

Color info

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

RGB color model

#131328 color RGB value is (19,19,40).

RGB: (19,19,40) (7%, 7%, 16%)

RGB channels and saturation

R 19 of 255 = 7%
G 19 of 255 = 7%
B 40 of 255 = 16%

19
19
40

R + G + B ~ 10%. #131328 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 19 + 40 = 78 (100%)
R 19 of 78 ~ 24.36%
G 19 of 78 ~ 24.36%
B 40 of 78 ~ 51.28'%

%24.36
%24.36
%51.28

CMYK color model

#131328 color CMYK value is (53,53,0,84).

  • cyan value is 52.50%
  • magenta value is 52.50%
  • yellow value is 0.00%
  • key color value is 84.31%

CMYK: (53,53,0,84)
C53M53Y0K84 (53%, 53%, 0%, 84%)
(0.53 / 0.53 / 0.00 / 0.84)

CMYK percentages

%52.5
%52.5
%0
%84.31

Codes

Color #131328 in popluar color models

13 13 28
RGB 19 19 40
HSL 240° 35.59% 11.57%
HSB/HSV 240° 52.50% 15.69%
CMYK 52.50% 52.50% 0.00%
84.31%

Color #131328 in popluar number systems.

HEX 13 13 28
Decimal 19 19 40
Binary 10011 10011 101000
Octal 23 23 50

Shades and tints

Shades of #131328

#131328
(19,19,40)
#121225
(18,18,37)
#111122
(17,17,34)
#10101F
(16,16,31)
#0F0F1C
(15,15,28)
#0E0E19
(14,14,25)
#0D0D16
(13,13,22)
#0C0C13
(12,12,19)
#0B0B10
(11,11,16)
#0A0A0D
(10,10,13)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #131328

#131328
(19,19,40)
#28283B
(40,40,59)
#3D3D4E
(61,61,78)
#525261
(82,82,97)
#676774
(103,103,116)
#7C7C87
(124,124,135)
#91919A
(145,145,154)
#A6A6AD
(166,166,173)
#BBBBC0
(187,187,192)
#D0D0D3
(208,208,211)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131328 color. Also use rgb(19,19,40) instead hex code.

Text Font Color

.myTextColor { color: #131328; }

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

This text font color is #131328.

Background Color

.myBgColor { background-color: #131328; }

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

This div background color is #131328.

Border color

.myBorderColor { border: 1px solid #131328; }

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

This div border color is #131328.

Opacity

.myOpacity80 { color: #131328; opacity: 0.8; }

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

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

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

This text has shadow with #131328 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131328.

Preview

Color preview on black background

This text has color #131328 on black background.


Color preview on white background

This text has color #131328 on white background.


Black color preview on #131328 background

This text has black color on #131328 background.


White color preview on #131328 background

This text has white color on #131328 background.


Related colors

Complementary color

Complementary color for #hex is #ECECD7.


I love getcolorcode.com