COLOR #131B34

HEX: #131B34 RGB: (19,27,52)

Color info

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

RGB color model

#131B34 color RGB value is (19,27,52).

RGB: (19,27,52) (7%, 11%, 20%)

RGB channels and saturation

R 19 of 255 = 7%
G 27 of 255 = 11%
B 52 of 255 = 20%

19
27
52

R + G + B ~ 13%. #131B34 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 27 + 52 = 98 (100%)
R 19 of 98 ~ 19.39%
G 27 of 98 ~ 27.55%
B 52 of 98 ~ 53.06'%

%19.39
%27.55
%53.06

CMYK color model

#131B34 color CMYK value is (63,48,0,80).

  • cyan value is 63.46%
  • magenta value is 48.08%
  • yellow value is 0.00%
  • key color value is 79.61%

CMYK: (63,48,0,80)
C63M48Y0K80 (63%, 48%, 0%, 80%)
(0.63 / 0.48 / 0.00 / 0.80)

CMYK percentages

%63.46
%48.08
%0
%79.61

Codes

Color #131B34 in popluar color models

13 1B 34
RGB 19 27 52
HSL 225° 46.48% 13.92%
HSB/HSV 225° 63.46% 20.39%
CMYK 63.46% 48.08% 0.00%
79.61%

Color #131B34 in popluar number systems.

HEX 13 1B 34
Decimal 19 27 52
Binary 10011 11011 110100
Octal 23 33 64

Shades and tints

Shades of #131B34

#131B34
(19,27,52)
#121930
(18,25,48)
#11172C
(17,23,44)
#101528
(16,21,40)
#0F1324
(15,19,36)
#0E1120
(14,17,32)
#0D0F1C
(13,15,28)
#0C0D18
(12,13,24)
#0B0B14
(11,11,20)
#0A0910
(10,9,16)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #131B34

#131B34
(19,27,52)
#282F46
(40,47,70)
#3D4358
(61,67,88)
#52576A
(82,87,106)
#676B7C
(103,107,124)
#7C7F8E
(124,127,142)
#9193A0
(145,147,160)
#A6A7B2
(166,167,178)
#BBBBC4
(187,187,196)
#D0CFD6
(208,207,214)
#E5E3E8
(229,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131B34; }

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

This text font color is #131B34.

Background Color

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

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

This div background color is #131B34.

Border color

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

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

This div border color is #131B34.

Opacity

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

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

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

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

This text has shadow with #131B34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131B34.

Preview

Color preview on black background

This text has color #131B34 on black background.


Color preview on white background

This text has color #131B34 on white background.


Black color preview on #131B34 background

This text has black color on #131B34 background.


White color preview on #131B34 background

This text has white color on #131B34 background.


Related colors

Complementary color

Complementary color for #hex is #ECE4CB.


I love getcolorcode.com

Triadic colors

1 #34131B and #1B3413 with #131B34 are triadic colors.

2 #341B13 and #1B1334 with #131B34 are triadic colors.