COLOR #131836

HEX: #131836
RGB: (19,24,54)

Color info

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

RGB color model

#131836 color RGB value is (19,24,54).

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

RGB channels and saturation

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

19
24
54

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

Portions of RGB colors in percentages

R + G + B =
19 + 24 + 54 = 97 (100%)
R 19 of 97 ~ 19.59%
G 24 of 97 ~ 24.74%
B 54 of 97 ~ 55.67%

%19.59
%24.74
%55.67

CMYK color model

#131836 color CMYK value is (65,56,0,79).

  • cyan value is 64.81%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(65,56,0,79)
C65M56Y0K79 
(65%,56%,0%,79%)
(0.65/0.56/0.00/0.79)	

CMYK percentages

%64.81
%55.56
%0
%78.82

Codes

Color #131836 in popluar color models

131836
RGB192454
HSL231°47.95%14.31%
HSB/HSV231°64.81%21.18%
CMYK64.81%55.56%0.00%
78.82%

Color #131836 in popluar number systems.

HEX131836
Decimal192454
Binary1001111000110110
Octal233066

Shades and tints

Shades of #131836

#131836
(19,24,54)
#121632
(18,22,50)
#11142E
(17,20,46)
#10122A
(16,18,42)
#0F1026
(15,16,38)
#0E0E22
(14,14,34)
#0D0C1E
(13,12,30)
#0C0A1A
(12,10,26)
#0B0816
(11,8,22)
#0A0612
(10,6,18)
#09040E
(9,4,14)
#000000
(0,0,0)

Tints of #131836

#131836
(19,24,54)
#282D48
(40,45,72)
#3D425A
(61,66,90)
#52576C
(82,87,108)
#676C7E
(103,108,126)
#7C8190
(124,129,144)
#9196A2
(145,150,162)
#A6ABB4
(166,171,180)
#BBC0C6
(187,192,198)
#D0D5D8
(208,213,216)
#E5EAEA
(229,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131836; }

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

This text font color is #131836.


Background Color

.myBgColor { background-color: #131836; }

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

This div background color is #131836.


Border color

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

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

This div border color is #131836.


Opacity

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

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

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

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

This text has shadow with #131836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131836 on black background.


Color preview on white background

This text has color #131836 on white background.



Black color preview on #131836 background

This text has black color on #131836 background.


White color preview on #131836 background

This text has white color on #131836 background.