COLOR #132140

HEX: #132140
RGB: (19,33,64)

Color info

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

RGB color model

#132140 color RGB value is (19,33,64).

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

RGB channels and saturation

R 19 of 255 = 7%
G 33 of 255 = 13%
B 64 of 255 = 25%

19
33
64

R + G + B ~ 15%. #132140 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 33 + 64 = 116 (100%)
R 19 of 116 ~ 16.38%
G 33 of 116 ~ 28.45%
B 64 of 116 ~ 55.17%

%16.38
%28.45
%55.17

CMYK color model

#132140 color CMYK value is (70,48,0,75).

  • cyan value is 70.31%
  • magenta value is 48.44%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(70,48,0,75)
C70M48Y0K75 
(70%,48%,0%,75%)
(0.70/0.48/0.00/0.75)	

CMYK percentages

%70.31
%48.44
%0
%74.9

Codes

Color #132140 in popluar color models

132140
RGB193364
HSL221°54.22%16.27%
HSB/HSV221°70.31%25.10%
CMYK70.31%48.44%0.00%
74.90%

Color #132140 in popluar number systems.

HEX132140
Decimal193364
Binary100111000011000000
Octal2341100

Shades and tints

Shades of #132140

#132140
(19,33,64)
#121E3B
(18,30,59)
#111B36
(17,27,54)
#101831
(16,24,49)
#0F152C
(15,21,44)
#0E1227
(14,18,39)
#0D0F22
(13,15,34)
#0C0C1D
(12,12,29)
#0B0918
(11,9,24)
#0A0613
(10,6,19)
#09030E
(9,3,14)
#000000
(0,0,0)

Tints of #132140

#132140
(19,33,64)
#283551
(40,53,81)
#3D4962
(61,73,98)
#525D73
(82,93,115)
#677184
(103,113,132)
#7C8595
(124,133,149)
#9199A6
(145,153,166)
#A6ADB7
(166,173,183)
#BBC1C8
(187,193,200)
#D0D5D9
(208,213,217)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132140; }

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

This text font color is #132140.


Background Color

.myBgColor { background-color: #132140; }

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

This div background color is #132140.


Border color

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

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

This div border color is #132140.


Opacity

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

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

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

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

This text has shadow with #132140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132140 on black background.


Color preview on white background

This text has color #132140 on white background.



Black color preview on #132140 background

This text has black color on #132140 background.


White color preview on #132140 background

This text has white color on #132140 background.