COLOR #131826

HEX: #131826
RGB: (19,24,38)

Color info

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

RGB color model

#131826 color RGB value is (19,24,38).

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

RGB channels and saturation

R 19 of 255 = 7%
G 24 of 255 = 9%
B 38 of 255 = 15%

19
24
38

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

Portions of RGB colors in percentages

R + G + B =
19 + 24 + 38 = 81 (100%)
R 19 of 81 ~ 23.46%
G 24 of 81 ~ 29.63%
B 38 of 81 ~ 46.91%

%23.46
%29.63
%46.91

CMYK color model

#131826 color CMYK value is (50,37,0,85).

  • cyan value is 50.00%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(50,37,0,85)
C50M37Y0K85 
(50%,37%,0%,85%)
(0.50/0.37/0.00/0.85)	

CMYK percentages

%50
%36.84
%0
%85.1

Codes

Color #131826 in popluar color models

131826
RGB192438
HSL224°33.33%11.18%
HSB/HSV224°50.00%14.90%
CMYK50.00%36.84%0.00%
85.10%

Color #131826 in popluar number systems.

HEX131826
Decimal192438
Binary1001111000100110
Octal233046

Shades and tints

Shades of #131826

#131826
(19,24,38)
#121623
(18,22,35)
#111420
(17,20,32)
#10121D
(16,18,29)
#0F101A
(15,16,26)
#0E0E17
(14,14,23)
#0D0C14
(13,12,20)
#0C0A11
(12,10,17)
#0B080E
(11,8,14)
#0A060B
(10,6,11)
#090408
(9,4,8)
#000000
(0,0,0)

Tints of #131826

#131826
(19,24,38)
#282D39
(40,45,57)
#3D424C
(61,66,76)
#52575F
(82,87,95)
#676C72
(103,108,114)
#7C8185
(124,129,133)
#919698
(145,150,152)
#A6ABAB
(166,171,171)
#BBC0BE
(187,192,190)
#D0D5D1
(208,213,209)
#E5EAE4
(229,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131826; }

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

This text font color is #131826.


Background Color

.myBgColor { background-color: #131826; }

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

This div background color is #131826.


Border color

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

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

This div border color is #131826.


Opacity

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

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

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

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

This text has shadow with #131826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131826 on black background.


Color preview on white background

This text has color #131826 on white background.



Black color preview on #131826 background

This text has black color on #131826 background.


White color preview on #131826 background

This text has white color on #131826 background.