COLOR #132A74

HEX: #132A74
RGB: (19,42,116)

Color info

#132A74 contains mainly blue color. Web safe color of #132A74 is #003366 (or #036).

RGB color model

#132A74 color RGB value is (19,42,116).

  • red value is 19;
  • green value is 42;
  • blue value is 116.
RGB:
(19,42,116)
(7%,16%,45%)

RGB channels and saturation

R 19 of 255 = 7%
G 42 of 255 = 16%
B 116 of 255 = 45%

19
42
116

R + G + B ~ 23%. #132A74 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 42 + 116 = 177 (100%)
R 19 of 177 ~ 10.73%
G 42 of 177 ~ 23.73%
B 116 of 177 ~ 65.54%

%10.73
%23.73
%65.54

CMYK color model

#132A74 color CMYK value is (84,64,0,55).

  • cyan value is 83.62%
  • magenta value is 63.79%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(84,64,0,55)
C84M64Y0K55 
(84%,64%,0%,55%)
(0.84/0.64/0.00/0.55)	

CMYK percentages

%83.62
%63.79
%0
%54.51

Codes

Color #132A74 in popluar color models

132A74
RGB1942116
HSL226°71.85%26.47%
HSB/HSV226°83.62%45.49%
CMYK83.62%63.79%0.00%
54.51%

Color #132A74 in popluar number systems.

HEX132A74
Decimal1942116
Binary100111010101110100
Octal2352164

Shades and tints

Shades of #132A74

#132A74
(19,42,116)
#12276A
(18,39,106)
#112460
(17,36,96)
#102156
(16,33,86)
#0F1E4C
(15,30,76)
#0E1B42
(14,27,66)
#0D1838
(13,24,56)
#0C152E
(12,21,46)
#0B1224
(11,18,36)
#0A0F1A
(10,15,26)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #132A74

#132A74
(19,42,116)
#283D80
(40,61,128)
#3D508C
(61,80,140)
#526398
(82,99,152)
#6776A4
(103,118,164)
#7C89B0
(124,137,176)
#919CBC
(145,156,188)
#A6AFC8
(166,175,200)
#BBC2D4
(187,194,212)
#D0D5E0
(208,213,224)
#E5E8EC
(229,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132A74 color. Also use rgb(19,42,116) instead hex code.

Text Font Color

.myTextColor { color: #132A74; }

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

This text font color is #132A74.


Background Color

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

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

This div background color is #132A74.


Border color

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

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

This div border color is #132A74.


Opacity

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

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

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

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

This text has shadow with #132A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132A74 on black background.


Color preview on white background

This text has color #132A74 on white background.



Black color preview on #132A74 background

This text has black color on #132A74 background.


White color preview on #132A74 background

This text has white color on #132A74 background.