COLOR #132B93

HEX: #132B93
RGB: (19,43,147)

Color info

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

RGB color model

#132B93 color RGB value is (19,43,147).

  • red value is 19;
  • green value is 43;
  • blue value is 147.
RGB:
(19,43,147)
(7%,17%,58%)

RGB channels and saturation

R 19 of 255 = 7%
G 43 of 255 = 17%
B 147 of 255 = 58%

19
43
147

R + G + B ~ 27%. #132B93 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 43 + 147 = 209 (100%)
R 19 of 209 ~ 9.09%
G 43 of 209 ~ 20.57%
B 147 of 209 ~ 70.33%

%20.57
%70.33

CMYK color model

#132B93 color CMYK value is (87,71,0,42).

  • cyan value is 87.07%
  • magenta value is 70.75%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(87,71,0,42)
C87M71Y0K42 
(87%,71%,0%,42%)
(0.87/0.71/0.00/0.42)	

CMYK percentages

%87.07
%70.75
%0
%42.35

Codes

Color #132B93 in popluar color models

132B93
RGB1943147
HSL229°77.11%32.55%
HSB/HSV229°87.07%57.65%
CMYK87.07%70.75%0.00%
42.35%

Color #132B93 in popluar number systems.

HEX132B93
Decimal1943147
Binary1001110101110010011
Octal2353223

Shades and tints

Shades of #132B93

#132B93
(19,43,147)
#122886
(18,40,134)
#112579
(17,37,121)
#10226C
(16,34,108)
#0F1F5F
(15,31,95)
#0E1C52
(14,28,82)
#0D1945
(13,25,69)
#0C1638
(12,22,56)
#0B132B
(11,19,43)
#0A101E
(10,16,30)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #132B93

#132B93
(19,43,147)
#283E9C
(40,62,156)
#3D51A5
(61,81,165)
#5264AE
(82,100,174)
#6777B7
(103,119,183)
#7C8AC0
(124,138,192)
#919DC9
(145,157,201)
#A6B0D2
(166,176,210)
#BBC3DB
(187,195,219)
#D0D6E4
(208,214,228)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132B93 color. Also use rgb(19,43,147) instead hex code.

Text Font Color

.myTextColor { color: #132B93; }

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

This text font color is #132B93.


Background Color

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

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

This div background color is #132B93.


Border color

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

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

This div border color is #132B93.


Opacity

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

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

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

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

This text has shadow with #132B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132B93 on black background.


Color preview on white background

This text has color #132B93 on white background.



Black color preview on #132B93 background

This text has black color on #132B93 background.


White color preview on #132B93 background

This text has white color on #132B93 background.