COLOR #131635

HEX: #131635
RGB: (19,22,53)

Color info

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

RGB color model

#131635 color RGB value is (19,22,53).

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

RGB channels and saturation

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

19
22
53

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

Portions of RGB colors in percentages

R + G + B =
19 + 22 + 53 = 94 (100%)
R 19 of 94 ~ 20.21%
G 22 of 94 ~ 23.4%
B 53 of 94 ~ 56.38%

%20.21
%23.4
%56.38

CMYK color model

#131635 color CMYK value is (64,58,0,79).

  • cyan value is 64.15%
  • magenta value is 58.49%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(64,58,0,79)
C64M58Y0K79 
(64%,58%,0%,79%)
(0.64/0.58/0.00/0.79)	

CMYK percentages

%64.15
%58.49
%0
%79.22

Codes

Color #131635 in popluar color models

131635
RGB192253
HSL235°47.22%14.12%
HSB/HSV235°64.15%20.78%
CMYK64.15%58.49%0.00%
79.22%

Color #131635 in popluar number systems.

HEX131635
Decimal192253
Binary1001110110110101
Octal232665

Shades and tints

Shades of #131635

#131635
(19,22,53)
#121431
(18,20,49)
#11122D
(17,18,45)
#101029
(16,16,41)
#0F0E25
(15,14,37)
#0E0C21
(14,12,33)
#0D0A1D
(13,10,29)
#0C0819
(12,8,25)
#0B0615
(11,6,21)
#0A0411
(10,4,17)
#09020D
(9,2,13)
#000000
(0,0,0)

Tints of #131635

#131635
(19,22,53)
#282B47
(40,43,71)
#3D4059
(61,64,89)
#52556B
(82,85,107)
#676A7D
(103,106,125)
#7C7F8F
(124,127,143)
#9194A1
(145,148,161)
#A6A9B3
(166,169,179)
#BBBEC5
(187,190,197)
#D0D3D7
(208,211,215)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131635; }

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

This text font color is #131635.


Background Color

.myBgColor { background-color: #131635; }

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

This div background color is #131635.


Border color

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

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

This div border color is #131635.


Opacity

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

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

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

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

This text has shadow with #131635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131635 on black background.


Color preview on white background

This text has color #131635 on white background.



Black color preview on #131635 background

This text has black color on #131635 background.


White color preview on #131635 background

This text has white color on #131635 background.