COLOR #132F83

HEX: #132F83
RGB: (19,47,131)

Color info

#132F83 contains mainly blue color. Web safe color of #132F83 is #003399 (or #039).

RGB color model

#132F83 color RGB value is (19,47,131).

  • red value is 19;
  • green value is 47;
  • blue value is 131.
RGB:
(19,47,131)
(7%,18%,51%)

RGB channels and saturation

R 19 of 255 = 7%
G 47 of 255 = 18%
B 131 of 255 = 51%

19
47
131

R + G + B ~ 25%. #132F83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 47 + 131 = 197 (100%)
R 19 of 197 ~ 9.64%
G 47 of 197 ~ 23.86%
B 131 of 197 ~ 66.5%

%9.64
%23.86
%66.5

CMYK color model

#132F83 color CMYK value is (85,64,0,49).

  • cyan value is 85.50%
  • magenta value is 64.12%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(85,64,0,49)
C85M64Y0K49 
(85%,64%,0%,49%)
(0.85/0.64/0.00/0.49)	

CMYK percentages

%85.5
%64.12
%0
%48.63

Codes

Color #132F83 in popluar color models

132F83
RGB1947131
HSL225°74.67%29.41%
HSB/HSV225°85.50%51.37%
CMYK85.50%64.12%0.00%
48.63%

Color #132F83 in popluar number systems.

HEX132F83
Decimal1947131
Binary1001110111110000011
Octal2357203

Shades and tints

Shades of #132F83

#132F83
(19,47,131)
#122B78
(18,43,120)
#11276D
(17,39,109)
#102362
(16,35,98)
#0F1F57
(15,31,87)
#0E1B4C
(14,27,76)
#0D1741
(13,23,65)
#0C1336
(12,19,54)
#0B0F2B
(11,15,43)
#0A0B20
(10,11,32)
#090715
(9,7,21)
#000000
(0,0,0)

Tints of #132F83

#132F83
(19,47,131)
#28418E
(40,65,142)
#3D5399
(61,83,153)
#5265A4
(82,101,164)
#6777AF
(103,119,175)
#7C89BA
(124,137,186)
#919BC5
(145,155,197)
#A6ADD0
(166,173,208)
#BBBFDB
(187,191,219)
#D0D1E6
(208,209,230)
#E5E3F1
(229,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132F83 color. Also use rgb(19,47,131) instead hex code.

Text Font Color

.myTextColor { color: #132F83; }

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

This text font color is #132F83.


Background Color

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

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

This div background color is #132F83.


Border color

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

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

This div border color is #132F83.


Opacity

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

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

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

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

This text has shadow with #132F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132F83 on black background.


Color preview on white background

This text has color #132F83 on white background.



Black color preview on #132F83 background

This text has black color on #132F83 background.


White color preview on #132F83 background

This text has white color on #132F83 background.