COLOR #132148

HEX: #132148
RGB: (19,33,72)

Color info

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

RGB color model

#132148 color RGB value is (19,33,72).

  • red value is 19;
  • green value is 33;
  • blue value is 72.
RGB:
(19,33,72)
(7%,13%,28%)

RGB channels and saturation

R 19 of 255 = 7%
G 33 of 255 = 13%
B 72 of 255 = 28%

19
33
72

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

Portions of RGB colors in percentages

R + G + B =
19 + 33 + 72 = 124 (100%)
R 19 of 124 ~ 15.32%
G 33 of 124 ~ 26.61%
B 72 of 124 ~ 58.06%

%15.32
%26.61
%58.06

CMYK color model

#132148 color CMYK value is (74,54,0,72).

  • cyan value is 73.61%
  • magenta value is 54.17%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(74,54,0,72)
C74M54Y0K72 
(74%,54%,0%,72%)
(0.74/0.54/0.00/0.72)	

CMYK percentages

%73.61
%54.17
%0
%71.76

Codes

Color #132148 in popluar color models

132148
RGB193372
HSL224°58.24%17.84%
HSB/HSV224°73.61%28.24%
CMYK73.61%54.17%0.00%
71.76%

Color #132148 in popluar number systems.

HEX132148
Decimal193372
Binary100111000011001000
Octal2341110

Shades and tints

Shades of #132148

#132148
(19,33,72)
#121E42
(18,30,66)
#111B3C
(17,27,60)
#101836
(16,24,54)
#0F1530
(15,21,48)
#0E122A
(14,18,42)
#0D0F24
(13,15,36)
#0C0C1E
(12,12,30)
#0B0918
(11,9,24)
#0A0612
(10,6,18)
#09030C
(9,3,12)
#000000
(0,0,0)

Tints of #132148

#132148
(19,33,72)
#283558
(40,53,88)
#3D4968
(61,73,104)
#525D78
(82,93,120)
#677188
(103,113,136)
#7C8598
(124,133,152)
#9199A8
(145,153,168)
#A6ADB8
(166,173,184)
#BBC1C8
(187,193,200)
#D0D5D8
(208,213,216)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132148 color. Also use rgb(19,33,72) instead hex code.

Text Font Color

.myTextColor { color: #132148; }

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

This text font color is #132148.


Background Color

.myBgColor { background-color: #132148; }

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

This div background color is #132148.


Border color

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

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

This div border color is #132148.


Opacity

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

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

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

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

This text has shadow with #132148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132148 on black background.


Color preview on white background

This text has color #132148 on white background.



Black color preview on #132148 background

This text has black color on #132148 background.


White color preview on #132148 background

This text has white color on #132148 background.