COLOR #131A34

HEX: #131A34
RGB: (19,26,52)

Color info

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

RGB color model

#131A34 color RGB value is (19,26,52).

  • red value is 19;
  • green value is 26;
  • blue value is 52.
RGB:
(19,26,52)
(7%,10%,20%)

RGB channels and saturation

R 19 of 255 = 7%
G 26 of 255 = 10%
B 52 of 255 = 20%

19
26
52

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

Portions of RGB colors in percentages

R + G + B =
19 + 26 + 52 = 97 (100%)
R 19 of 97 ~ 19.59%
G 26 of 97 ~ 26.8%
B 52 of 97 ~ 53.61%

%19.59
%26.8
%53.61

CMYK color model

#131A34 color CMYK value is (63,50,0,80).

  • cyan value is 63.46%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(63,50,0,80)
C63M50Y0K80 
(63%,50%,0%,80%)
(0.63/0.50/0.00/0.80)	

CMYK percentages

%63.46
%50
%0
%79.61

Codes

Color #131A34 in popluar color models

131A34
RGB192652
HSL227°46.48%13.92%
HSB/HSV227°63.46%20.39%
CMYK63.46%50.00%0.00%
79.61%

Color #131A34 in popluar number systems.

HEX131A34
Decimal192652
Binary1001111010110100
Octal233264

Shades and tints

Shades of #131A34

#131A34
(19,26,52)
#121830
(18,24,48)
#11162C
(17,22,44)
#101428
(16,20,40)
#0F1224
(15,18,36)
#0E1020
(14,16,32)
#0D0E1C
(13,14,28)
#0C0C18
(12,12,24)
#0B0A14
(11,10,20)
#0A0810
(10,8,16)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #131A34

#131A34
(19,26,52)
#282E46
(40,46,70)
#3D4258
(61,66,88)
#52566A
(82,86,106)
#676A7C
(103,106,124)
#7C7E8E
(124,126,142)
#9192A0
(145,146,160)
#A6A6B2
(166,166,178)
#BBBAC4
(187,186,196)
#D0CED6
(208,206,214)
#E5E2E8
(229,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131A34 color. Also use rgb(19,26,52) instead hex code.

Text Font Color

.myTextColor { color: #131A34; }

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

This text font color is #131A34.


Background Color

.myBgColor { background-color: #131A34; }

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

This div background color is #131A34.


Border color

.myBorderColor { border: 1px solid #131A34; }

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

This div border color is #131A34.


Opacity

.myOpacity80 { color: #131A34; opacity: 0.8; }

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

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

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

This text has shadow with #131A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131A34 on black background.


Color preview on white background

This text has color #131A34 on white background.



Black color preview on #131A34 background

This text has black color on #131A34 background.


White color preview on #131A34 background

This text has white color on #131A34 background.