COLOR #132955

HEX: #132955
RGB: (19,41,85)

Color info

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

RGB color model

#132955 color RGB value is (19,41,85).

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

RGB channels and saturation

R 19 of 255 = 7%
G 41 of 255 = 16%
B 85 of 255 = 33%

19
41
85

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

Portions of RGB colors in percentages

R + G + B =
19 + 41 + 85 = 145 (100%)
R 19 of 145 ~ 13.1%
G 41 of 145 ~ 28.28%
B 85 of 145 ~ 58.62%

%13.1
%28.28
%58.62

CMYK color model

#132955 color CMYK value is (78,52,0,67).

  • cyan value is 77.65%
  • magenta value is 51.76%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(78,52,0,67)
C78M52Y0K67 
(78%,52%,0%,67%)
(0.78/0.52/0.00/0.67)	

CMYK percentages

%77.65
%51.76
%0
%66.67

Codes

Color #132955 in popluar color models

132955
RGB194185
HSL220°63.46%20.39%
HSB/HSV220°77.65%33.33%
CMYK77.65%51.76%0.00%
66.67%

Color #132955 in popluar number systems.

HEX132955
Decimal194185
Binary100111010011010101
Octal2351125

Shades and tints

Shades of #132955

#132955
(19,41,85)
#12264E
(18,38,78)
#112347
(17,35,71)
#102040
(16,32,64)
#0F1D39
(15,29,57)
#0E1A32
(14,26,50)
#0D172B
(13,23,43)
#0C1424
(12,20,36)
#0B111D
(11,17,29)
#0A0E16
(10,14,22)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #132955

#132955
(19,41,85)
#283C64
(40,60,100)
#3D4F73
(61,79,115)
#526282
(82,98,130)
#677591
(103,117,145)
#7C88A0
(124,136,160)
#919BAF
(145,155,175)
#A6AEBE
(166,174,190)
#BBC1CD
(187,193,205)
#D0D4DC
(208,212,220)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132955; }

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

This text font color is #132955.


Background Color

.myBgColor { background-color: #132955; }

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

This div background color is #132955.


Border color

.myBorderColor { border: 1px solid #132955; }

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

This div border color is #132955.


Opacity

.myOpacity80 { color: #132955; opacity: 0.8; }

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

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

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

This text has shadow with #132955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132955 on black background.


Color preview on white background

This text has color #132955 on white background.



Black color preview on #132955 background

This text has black color on #132955 background.


White color preview on #132955 background

This text has white color on #132955 background.