COLOR #131440

HEX: #131440
RGB: (19,20,64)

Color info

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

RGB color model

#131440 color RGB value is (19,20,64).

  • red value is 19;
  • green value is 20;
  • blue value is 64.
RGB:
(19,20,64)
(7%,8%,25%)

RGB channels and saturation

R 19 of 255 = 7%
G 20 of 255 = 8%
B 64 of 255 = 25%

19
20
64

R + G + B ~ 13%. #131440 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 20 + 64 = 103 (100%)
R 19 of 103 ~ 18.45%
G 20 of 103 ~ 19.42%
B 64 of 103 ~ 62.14%

%18.45
%19.42
%62.14

CMYK color model

#131440 color CMYK value is (70,69,0,75).

  • cyan value is 70.31%
  • magenta value is 68.75%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(70,69,0,75)
C70M69Y0K75 
(70%,69%,0%,75%)
(0.70/0.69/0.00/0.75)	

CMYK percentages

%70.31
%68.75
%0
%74.9

Codes

Color #131440 in popluar color models

131440
RGB192064
HSL239°54.22%16.27%
HSB/HSV239°70.31%25.10%
CMYK70.31%68.75%0.00%
74.90%

Color #131440 in popluar number systems.

HEX131440
Decimal192064
Binary10011101001000000
Octal2324100

Shades and tints

Shades of #131440

#131440
(19,20,64)
#12133B
(18,19,59)
#111236
(17,18,54)
#101131
(16,17,49)
#0F102C
(15,16,44)
#0E0F27
(14,15,39)
#0D0E22
(13,14,34)
#0C0D1D
(12,13,29)
#0B0C18
(11,12,24)
#0A0B13
(10,11,19)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #131440

#131440
(19,20,64)
#282951
(40,41,81)
#3D3E62
(61,62,98)
#525373
(82,83,115)
#676884
(103,104,132)
#7C7D95
(124,125,149)
#9192A6
(145,146,166)
#A6A7B7
(166,167,183)
#BBBCC8
(187,188,200)
#D0D1D9
(208,209,217)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131440; }

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

This text font color is #131440.


Background Color

.myBgColor { background-color: #131440; }

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

This div background color is #131440.


Border color

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

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

This div border color is #131440.


Opacity

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

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

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

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

This text has shadow with #131440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131440 on black background.


Color preview on white background

This text has color #131440 on white background.



Black color preview on #131440 background

This text has black color on #131440 background.


White color preview on #131440 background

This text has white color on #131440 background.