COLOR #132139

HEX: #132139
RGB: (19,33,57)

Color info

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

RGB color model

#132139 color RGB value is (19,33,57).

  • red value is 19;
  • green value is 33;
  • blue value is 57.
RGB:
(19,33,57)
(7%,13%,22%)

RGB channels and saturation

R 19 of 255 = 7%
G 33 of 255 = 13%
B 57 of 255 = 22%

19
33
57

R + G + B ~ 14%. #132139 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 33 + 57 = 109 (100%)
R 19 of 109 ~ 17.43%
G 33 of 109 ~ 30.28%
B 57 of 109 ~ 52.29%

%17.43
%30.28
%52.29

CMYK color model

#132139 color CMYK value is (67,42,0,78).

  • cyan value is 66.67%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(67,42,0,78)
C67M42Y0K78 
(67%,42%,0%,78%)
(0.67/0.42/0.00/0.78)	

CMYK percentages

%66.67
%42.11
%0
%77.65

Codes

Color #132139 in popluar color models

132139
RGB193357
HSL218°50.00%14.90%
HSB/HSV218°66.67%22.35%
CMYK66.67%42.11%0.00%
77.65%

Color #132139 in popluar number systems.

HEX132139
Decimal193357
Binary10011100001111001
Octal234171

Shades and tints

Shades of #132139

#132139
(19,33,57)
#121E34
(18,30,52)
#111B2F
(17,27,47)
#10182A
(16,24,42)
#0F1525
(15,21,37)
#0E1220
(14,18,32)
#0D0F1B
(13,15,27)
#0C0C16
(12,12,22)
#0B0911
(11,9,17)
#0A060C
(10,6,12)
#090307
(9,3,7)
#000000
(0,0,0)

Tints of #132139

#132139
(19,33,57)
#28354B
(40,53,75)
#3D495D
(61,73,93)
#525D6F
(82,93,111)
#677181
(103,113,129)
#7C8593
(124,133,147)
#9199A5
(145,153,165)
#A6ADB7
(166,173,183)
#BBC1C9
(187,193,201)
#D0D5DB
(208,213,219)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132139 color. Also use rgb(19,33,57) instead hex code.

Text Font Color

.myTextColor { color: #132139; }

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

This text font color is #132139.


Background Color

.myBgColor { background-color: #132139; }

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

This div background color is #132139.


Border color

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

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

This div border color is #132139.


Opacity

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

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

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

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

This text has shadow with #132139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132139 on black background.


Color preview on white background

This text has color #132139 on white background.



Black color preview on #132139 background

This text has black color on #132139 background.


White color preview on #132139 background

This text has white color on #132139 background.