COLOR #131636

HEX: #131636
RGB: (19,22,54)

Color info

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

RGB color model

#131636 color RGB value is (19,22,54).

  • red value is 19;
  • green value is 22;
  • blue value is 54.
RGB:
(19,22,54)
(7%,9%,21%)

RGB channels and saturation

R 19 of 255 = 7%
G 22 of 255 = 9%
B 54 of 255 = 21%

19
22
54

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

Portions of RGB colors in percentages

R + G + B =
19 + 22 + 54 = 95 (100%)
R 19 of 95 ~ 20%
G 22 of 95 ~ 23.16%
B 54 of 95 ~ 56.84%

%20
%23.16
%56.84

CMYK color model

#131636 color CMYK value is (65,59,0,79).

  • cyan value is 64.81%
  • magenta value is 59.26%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(65,59,0,79)
C65M59Y0K79 
(65%,59%,0%,79%)
(0.65/0.59/0.00/0.79)	

CMYK percentages

%64.81
%59.26
%0
%78.82

Codes

Color #131636 in popluar color models

131636
RGB192254
HSL235°47.95%14.31%
HSB/HSV235°64.81%21.18%
CMYK64.81%59.26%0.00%
78.82%

Color #131636 in popluar number systems.

HEX131636
Decimal192254
Binary1001110110110110
Octal232666

Shades and tints

Shades of #131636

#131636
(19,22,54)
#121432
(18,20,50)
#11122E
(17,18,46)
#10102A
(16,16,42)
#0F0E26
(15,14,38)
#0E0C22
(14,12,34)
#0D0A1E
(13,10,30)
#0C081A
(12,8,26)
#0B0616
(11,6,22)
#0A0412
(10,4,18)
#09020E
(9,2,14)
#000000
(0,0,0)

Tints of #131636

#131636
(19,22,54)
#282B48
(40,43,72)
#3D405A
(61,64,90)
#52556C
(82,85,108)
#676A7E
(103,106,126)
#7C7F90
(124,127,144)
#9194A2
(145,148,162)
#A6A9B4
(166,169,180)
#BBBEC6
(187,190,198)
#D0D3D8
(208,211,216)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131636; }

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

This text font color is #131636.


Background Color

.myBgColor { background-color: #131636; }

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

This div background color is #131636.


Border color

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

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

This div border color is #131636.


Opacity

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

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

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

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

This text has shadow with #131636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131636 on black background.


Color preview on white background

This text has color #131636 on white background.



Black color preview on #131636 background

This text has black color on #131636 background.


White color preview on #131636 background

This text has white color on #131636 background.