COLOR #132B5D

HEX: #132B5D
RGB: (19,43,93)

Color info

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

RGB color model

#132B5D color RGB value is (19,43,93).

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

RGB channels and saturation

R 19 of 255 = 7%
G 43 of 255 = 17%
B 93 of 255 = 36%

19
43
93

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

Portions of RGB colors in percentages

R + G + B =
19 + 43 + 93 = 155 (100%)
R 19 of 155 ~ 12.26%
G 43 of 155 ~ 27.74%
B 93 of 155 ~ 60%

%12.26
%27.74
%60

CMYK color model

#132B5D color CMYK value is (80,54,0,64).

  • cyan value is 79.57%
  • magenta value is 53.76%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(80,54,0,64)
C80M54Y0K64 
(80%,54%,0%,64%)
(0.80/0.54/0.00/0.64)	

CMYK percentages

%79.57
%53.76
%0
%63.53

Codes

Color #132B5D in popluar color models

132B5D
RGB194393
HSL221°66.07%21.96%
HSB/HSV221°79.57%36.47%
CMYK79.57%53.76%0.00%
63.53%

Color #132B5D in popluar number systems.

HEX132B5D
Decimal194393
Binary100111010111011101
Octal2353135

Shades and tints

Shades of #132B5D

#132B5D
(19,43,93)
#122855
(18,40,85)
#11254D
(17,37,77)
#102245
(16,34,69)
#0F1F3D
(15,31,61)
#0E1C35
(14,28,53)
#0D192D
(13,25,45)
#0C1625
(12,22,37)
#0B131D
(11,19,29)
#0A1015
(10,16,21)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #132B5D

#132B5D
(19,43,93)
#283E6B
(40,62,107)
#3D5179
(61,81,121)
#526487
(82,100,135)
#677795
(103,119,149)
#7C8AA3
(124,138,163)
#919DB1
(145,157,177)
#A6B0BF
(166,176,191)
#BBC3CD
(187,195,205)
#D0D6DB
(208,214,219)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132B5D; }

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

This text font color is #132B5D.


Background Color

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

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

This div background color is #132B5D.


Border color

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

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

This div border color is #132B5D.


Opacity

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

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

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

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

This text has shadow with #132B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132B5D on black background.


Color preview on white background

This text has color #132B5D on white background.



Black color preview on #132B5D background

This text has black color on #132B5D background.


White color preview on #132B5D background

This text has white color on #132B5D background.