COLOR #132E56

HEX: #132E56
RGB: (19,46,86)

Color info

#132E56 contains mainly green and blue colors. Web safe color of #132E56 is #003366 (or #036).

RGB color model

#132E56 color RGB value is (19,46,86).

  • red value is 19;
  • green value is 46;
  • blue value is 86.
RGB:
(19,46,86)
(7%,18%,34%)

RGB channels and saturation

R 19 of 255 = 7%
G 46 of 255 = 18%
B 86 of 255 = 34%

19
46
86

R + G + B ~ 20%. #132E56 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 46 + 86 = 151 (100%)
R 19 of 151 ~ 12.58%
G 46 of 151 ~ 30.46%
B 86 of 151 ~ 56.95%

%12.58
%30.46
%56.95

CMYK color model

#132E56 color CMYK value is (78,47,0,66).

  • cyan value is 77.91%
  • magenta value is 46.51%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(78,47,0,66)
C78M47Y0K66 
(78%,47%,0%,66%)
(0.78/0.47/0.00/0.66)	

CMYK percentages

%77.91
%46.51
%0
%66.27

Codes

Color #132E56 in popluar color models

132E56
RGB194686
HSL216°63.81%20.59%
HSB/HSV216°77.91%33.73%
CMYK77.91%46.51%0.00%
66.27%

Color #132E56 in popluar number systems.

HEX132E56
Decimal194686
Binary100111011101010110
Octal2356126

Shades and tints

Shades of #132E56

#132E56
(19,46,86)
#122A4F
(18,42,79)
#112648
(17,38,72)
#102241
(16,34,65)
#0F1E3A
(15,30,58)
#0E1A33
(14,26,51)
#0D162C
(13,22,44)
#0C1225
(12,18,37)
#0B0E1E
(11,14,30)
#0A0A17
(10,10,23)
#090610
(9,6,16)
#000000
(0,0,0)

Tints of #132E56

#132E56
(19,46,86)
#284165
(40,65,101)
#3D5474
(61,84,116)
#526783
(82,103,131)
#677A92
(103,122,146)
#7C8DA1
(124,141,161)
#91A0B0
(145,160,176)
#A6B3BF
(166,179,191)
#BBC6CE
(187,198,206)
#D0D9DD
(208,217,221)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132E56 color. Also use rgb(19,46,86) instead hex code.

Text Font Color

.myTextColor { color: #132E56; }

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

This text font color is #132E56.


Background Color

.myBgColor { background-color: #132E56; }

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

This div background color is #132E56.


Border color

.myBorderColor { border: 1px solid #132E56; }

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

This div border color is #132E56.


Opacity

.myOpacity80 { color: #132E56; opacity: 0.8; }

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

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

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

This text has shadow with #132E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132E56 on black background.


Color preview on white background

This text has color #132E56 on white background.



Black color preview on #132E56 background

This text has black color on #132E56 background.


White color preview on #132E56 background

This text has white color on #132E56 background.