COLOR #131526

HEX: #131526
RGB: (19,21,38)

Color info

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

RGB color model

#131526 color RGB value is (19,21,38).

  • red value is 19;
  • green value is 21;
  • blue value is 38.
RGB:
(19,21,38)
(7%,8%,15%)

RGB channels and saturation

R 19 of 255 = 7%
G 21 of 255 = 8%
B 38 of 255 = 15%

19
21
38

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

Portions of RGB colors in percentages

R + G + B =
19 + 21 + 38 = 78 (100%)
R 19 of 78 ~ 24.36%
G 21 of 78 ~ 26.92%
B 38 of 78 ~ 48.72%

%24.36
%26.92
%48.72

CMYK color model

#131526 color CMYK value is (50,45,0,85).

  • cyan value is 50.00%
  • magenta value is 44.74%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(50,45,0,85)
C50M45Y0K85 
(50%,45%,0%,85%)
(0.50/0.45/0.00/0.85)	

CMYK percentages

%50
%44.74
%0
%85.1

Codes

Color #131526 in popluar color models

131526
RGB192138
HSL234°33.33%11.18%
HSB/HSV234°50.00%14.90%
CMYK50.00%44.74%0.00%
85.10%

Color #131526 in popluar number systems.

HEX131526
Decimal192138
Binary1001110101100110
Octal232546

Shades and tints

Shades of #131526

#131526
(19,21,38)
#121423
(18,20,35)
#111320
(17,19,32)
#10121D
(16,18,29)
#0F111A
(15,17,26)
#0E1017
(14,16,23)
#0D0F14
(13,15,20)
#0C0E11
(12,14,17)
#0B0D0E
(11,13,14)
#0A0C0B
(10,12,11)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #131526

#131526
(19,21,38)
#282A39
(40,42,57)
#3D3F4C
(61,63,76)
#52545F
(82,84,95)
#676972
(103,105,114)
#7C7E85
(124,126,133)
#919398
(145,147,152)
#A6A8AB
(166,168,171)
#BBBDBE
(187,189,190)
#D0D2D1
(208,210,209)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131526; }

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

This text font color is #131526.


Background Color

.myBgColor { background-color: #131526; }

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

This div background color is #131526.


Border color

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

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

This div border color is #131526.


Opacity

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

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

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

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

This text has shadow with #131526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131526 on black background.


Color preview on white background

This text has color #131526 on white background.



Black color preview on #131526 background

This text has black color on #131526 background.


White color preview on #131526 background

This text has white color on #131526 background.