COLOR #132F89

HEX: #132F89
RGB: (19,47,137)

Color info

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

RGB color model

#132F89 color RGB value is (19,47,137).

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

RGB channels and saturation

R 19 of 255 = 7%
G 47 of 255 = 18%
B 137 of 255 = 54%

19
47
137

R + G + B ~ 26%. #132F89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 47 + 137 = 203 (100%)
R 19 of 203 ~ 9.36%
G 47 of 203 ~ 23.15%
B 137 of 203 ~ 67.49%

%23.15
%67.49

CMYK color model

#132F89 color CMYK value is (86,66,0,46).

  • cyan value is 86.13%
  • magenta value is 65.69%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(86,66,0,46)
C86M66Y0K46 
(86%,66%,0%,46%)
(0.86/0.66/0.00/0.46)	

CMYK percentages

%86.13
%65.69
%0
%46.27

Codes

Color #132F89 in popluar color models

132F89
RGB1947137
HSL226°75.64%30.59%
HSB/HSV226°86.13%53.73%
CMYK86.13%65.69%0.00%
46.27%

Color #132F89 in popluar number systems.

HEX132F89
Decimal1947137
Binary1001110111110001001
Octal2357211

Shades and tints

Shades of #132F89

#132F89
(19,47,137)
#122B7D
(18,43,125)
#112771
(17,39,113)
#102365
(16,35,101)
#0F1F59
(15,31,89)
#0E1B4D
(14,27,77)
#0D1741
(13,23,65)
#0C1335
(12,19,53)
#0B0F29
(11,15,41)
#0A0B1D
(10,11,29)
#090711
(9,7,17)
#000000
(0,0,0)

Tints of #132F89

#132F89
(19,47,137)
#284193
(40,65,147)
#3D539D
(61,83,157)
#5265A7
(82,101,167)
#6777B1
(103,119,177)
#7C89BB
(124,137,187)
#919BC5
(145,155,197)
#A6ADCF
(166,173,207)
#BBBFD9
(187,191,217)
#D0D1E3
(208,209,227)
#E5E3ED
(229,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132F89; }

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

This text font color is #132F89.


Background Color

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

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

This div background color is #132F89.


Border color

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

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

This div border color is #132F89.


Opacity

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

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

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

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

This text has shadow with #132F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132F89 on black background.


Color preview on white background

This text has color #132F89 on white background.



Black color preview on #132F89 background

This text has black color on #132F89 background.


White color preview on #132F89 background

This text has white color on #132F89 background.