COLOR #131B2D

HEX: #131B2D
RGB: (19,27,45)

Color info

#131B2D contains red, green and blue colors in about the same proportion. Web safe color of #131B2D is #003333 (or #033).

RGB color model

#131B2D color RGB value is (19,27,45).

  • red value is 19;
  • green value is 27;
  • blue value is 45.
RGB:
(19,27,45)
(7%,11%,18%)

RGB channels and saturation

R 19 of 255 = 7%
G 27 of 255 = 11%
B 45 of 255 = 18%

19
27
45

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

Portions of RGB colors in percentages

R + G + B =
19 + 27 + 45 = 91 (100%)
R 19 of 91 ~ 20.88%
G 27 of 91 ~ 29.67%
B 45 of 91 ~ 49.45%

%20.88
%29.67
%49.45

CMYK color model

#131B2D color CMYK value is (58,40,0,82).

  • cyan value is 57.78%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(58,40,0,82)
C58M40Y0K82 
(58%,40%,0%,82%)
(0.58/0.40/0.00/0.82)	

CMYK percentages

%57.78
%40
%0
%82.35

Codes

Color #131B2D in popluar color models

131B2D
RGB192745
HSL222°40.63%12.55%
HSB/HSV222°57.78%17.65%
CMYK57.78%40.00%0.00%
82.35%

Color #131B2D in popluar number systems.

HEX131B2D
Decimal192745
Binary1001111011101101
Octal233355

Shades and tints

Shades of #131B2D

#131B2D
(19,27,45)
#121929
(18,25,41)
#111725
(17,23,37)
#101521
(16,21,33)
#0F131D
(15,19,29)
#0E1119
(14,17,25)
#0D0F15
(13,15,21)
#0C0D11
(12,13,17)
#0B0B0D
(11,11,13)
#0A0909
(10,9,9)
#090705
(9,7,5)
#000000
(0,0,0)

Tints of #131B2D

#131B2D
(19,27,45)
#282F40
(40,47,64)
#3D4353
(61,67,83)
#525766
(82,87,102)
#676B79
(103,107,121)
#7C7F8C
(124,127,140)
#91939F
(145,147,159)
#A6A7B2
(166,167,178)
#BBBBC5
(187,187,197)
#D0CFD8
(208,207,216)
#E5E3EB
(229,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131B2D color. Also use rgb(19,27,45) instead hex code.

Text Font Color

.myTextColor { color: #131B2D; }

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

This text font color is #131B2D.


Background Color

.myBgColor { background-color: #131B2D; }

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

This div background color is #131B2D.


Border color

.myBorderColor { border: 1px solid #131B2D; }

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

This div border color is #131B2D.


Opacity

.myOpacity80 { color: #131B2D; opacity: 0.8; }

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

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

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

This text has shadow with #131B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131B2D on black background.


Color preview on white background

This text has color #131B2D on white background.



Black color preview on #131B2D background

This text has black color on #131B2D background.


White color preview on #131B2D background

This text has white color on #131B2D background.