COLOR #132B55

HEX: #132B55
RGB: (19,43,85)

Color info

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

RGB color model

#132B55 color RGB value is (19,43,85).

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

RGB channels and saturation

R 19 of 255 = 7%
G 43 of 255 = 17%
B 85 of 255 = 33%

19
43
85

R + G + B ~ 19%. #132B55 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 43 + 85 = 147 (100%)
R 19 of 147 ~ 12.93%
G 43 of 147 ~ 29.25%
B 85 of 147 ~ 57.82%

%12.93
%29.25
%57.82

CMYK color model

#132B55 color CMYK value is (78,49,0,67).

  • cyan value is 77.65%
  • magenta value is 49.41%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(78,49,0,67)
C78M49Y0K67 
(78%,49%,0%,67%)
(0.78/0.49/0.00/0.67)	

CMYK percentages

%77.65
%49.41
%0
%66.67

Codes

Color #132B55 in popluar color models

132B55
RGB194385
HSL218°63.46%20.39%
HSB/HSV218°77.65%33.33%
CMYK77.65%49.41%0.00%
66.67%

Color #132B55 in popluar number systems.

HEX132B55
Decimal194385
Binary100111010111010101
Octal2353125

Shades and tints

Shades of #132B55

#132B55
(19,43,85)
#12284E
(18,40,78)
#112547
(17,37,71)
#102240
(16,34,64)
#0F1F39
(15,31,57)
#0E1C32
(14,28,50)
#0D192B
(13,25,43)
#0C1624
(12,22,36)
#0B131D
(11,19,29)
#0A1016
(10,16,22)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #132B55

#132B55
(19,43,85)
#283E64
(40,62,100)
#3D5173
(61,81,115)
#526482
(82,100,130)
#677791
(103,119,145)
#7C8AA0
(124,138,160)
#919DAF
(145,157,175)
#A6B0BE
(166,176,190)
#BBC3CD
(187,195,205)
#D0D6DC
(208,214,220)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132B55; }

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

This text font color is #132B55.


Background Color

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

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

This div background color is #132B55.


Border color

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

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

This div border color is #132B55.


Opacity

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

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

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

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

This text has shadow with #132B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132B55 on black background.


Color preview on white background

This text has color #132B55 on white background.



Black color preview on #132B55 background

This text has black color on #132B55 background.


White color preview on #132B55 background

This text has white color on #132B55 background.