COLOR #132942

HEX: #132942
RGB: (19,41,66)

Color info

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

RGB color model

#132942 color RGB value is (19,41,66).

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

RGB channels and saturation

R 19 of 255 = 7%
G 41 of 255 = 16%
B 66 of 255 = 26%

19
41
66

R + G + B ~ 16%. #132942 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 41 + 66 = 126 (100%)
R 19 of 126 ~ 15.08%
G 41 of 126 ~ 32.54%
B 66 of 126 ~ 52.38%

%15.08
%32.54
%52.38

CMYK color model

#132942 color CMYK value is (71,38,0,74).

  • cyan value is 71.21%
  • magenta value is 37.88%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(71,38,0,74)
C71M38Y0K74 
(71%,38%,0%,74%)
(0.71/0.38/0.00/0.74)	

CMYK percentages

%71.21
%37.88
%0
%74.12

Codes

Color #132942 in popluar color models

132942
RGB194166
HSL212°55.29%16.67%
HSB/HSV212°71.21%25.88%
CMYK71.21%37.88%0.00%
74.12%

Color #132942 in popluar number systems.

HEX132942
Decimal194166
Binary100111010011000010
Octal2351102

Shades and tints

Shades of #132942

#132942
(19,41,66)
#12263C
(18,38,60)
#112336
(17,35,54)
#102030
(16,32,48)
#0F1D2A
(15,29,42)
#0E1A24
(14,26,36)
#0D171E
(13,23,30)
#0C1418
(12,20,24)
#0B1112
(11,17,18)
#0A0E0C
(10,14,12)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #132942

#132942
(19,41,66)
#283C53
(40,60,83)
#3D4F64
(61,79,100)
#526275
(82,98,117)
#677586
(103,117,134)
#7C8897
(124,136,151)
#919BA8
(145,155,168)
#A6AEB9
(166,174,185)
#BBC1CA
(187,193,202)
#D0D4DB
(208,212,219)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132942; }

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

This text font color is #132942.


Background Color

.myBgColor { background-color: #132942; }

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

This div background color is #132942.


Border color

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

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

This div border color is #132942.


Opacity

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

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

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

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

This text has shadow with #132942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132942 on black background.


Color preview on white background

This text has color #132942 on white background.



Black color preview on #132942 background

This text has black color on #132942 background.


White color preview on #132942 background

This text has white color on #132942 background.