COLOR #132B4D

HEX: #132B4D
RGB: (19,43,77)

Color info

#132B4D contains red, green and blue colors in about the same proportion. Web safe color of #132B4D is #003333 (or #033).

RGB color model

#132B4D color RGB value is (19,43,77).

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

RGB channels and saturation

R 19 of 255 = 7%
G 43 of 255 = 17%
B 77 of 255 = 30%

19
43
77

R + G + B ~ 18%. #132B4D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 43 + 77 = 139 (100%)
R 19 of 139 ~ 13.67%
G 43 of 139 ~ 30.94%
B 77 of 139 ~ 55.4%

%13.67
%30.94
%55.4

CMYK color model

#132B4D color CMYK value is (75,44,0,70).

  • cyan value is 75.32%
  • magenta value is 44.16%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(75,44,0,70)
C75M44Y0K70 
(75%,44%,0%,70%)
(0.75/0.44/0.00/0.70)	

CMYK percentages

%75.32
%44.16
%0
%69.8

Codes

Color #132B4D in popluar color models

132B4D
RGB194377
HSL215°60.42%18.82%
HSB/HSV215°75.32%30.20%
CMYK75.32%44.16%0.00%
69.80%

Color #132B4D in popluar number systems.

HEX132B4D
Decimal194377
Binary100111010111001101
Octal2353115

Shades and tints

Shades of #132B4D

#132B4D
(19,43,77)
#122846
(18,40,70)
#11253F
(17,37,63)
#102238
(16,34,56)
#0F1F31
(15,31,49)
#0E1C2A
(14,28,42)
#0D1923
(13,25,35)
#0C161C
(12,22,28)
#0B1315
(11,19,21)
#0A100E
(10,16,14)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #132B4D

#132B4D
(19,43,77)
#283E5D
(40,62,93)
#3D516D
(61,81,109)
#52647D
(82,100,125)
#67778D
(103,119,141)
#7C8A9D
(124,138,157)
#919DAD
(145,157,173)
#A6B0BD
(166,176,189)
#BBC3CD
(187,195,205)
#D0D6DD
(208,214,221)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132B4D; }

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

This text font color is #132B4D.


Background Color

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

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

This div background color is #132B4D.


Border color

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

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

This div border color is #132B4D.


Opacity

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

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

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

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

This text has shadow with #132B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132B4D on black background.


Color preview on white background

This text has color #132B4D on white background.



Black color preview on #132B4D background

This text has black color on #132B4D background.


White color preview on #132B4D background

This text has white color on #132B4D background.