COLOR #132575

HEX: #132575
RGB: (19,37,117)

Color info

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

RGB color model

#132575 color RGB value is (19,37,117).

  • red value is 19;
  • green value is 37;
  • blue value is 117.
RGB:
(19,37,117)
(7%,15%,46%)

RGB channels and saturation

R 19 of 255 = 7%
G 37 of 255 = 15%
B 117 of 255 = 46%

19
37
117

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

Portions of RGB colors in percentages

R + G + B =
19 + 37 + 117 = 173 (100%)
R 19 of 173 ~ 10.98%
G 37 of 173 ~ 21.39%
B 117 of 173 ~ 67.63%

%10.98
%21.39
%67.63

CMYK color model

#132575 color CMYK value is (84,68,0,54).

  • cyan value is 83.76%
  • magenta value is 68.38%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(84,68,0,54)
C84M68Y0K54 
(84%,68%,0%,54%)
(0.84/0.68/0.00/0.54)	

CMYK percentages

%83.76
%68.38
%0
%54.12

Codes

Color #132575 in popluar color models

132575
RGB1937117
HSL229°72.06%26.67%
HSB/HSV229°83.76%45.88%
CMYK83.76%68.38%0.00%
54.12%

Color #132575 in popluar number systems.

HEX132575
Decimal1937117
Binary100111001011110101
Octal2345165

Shades and tints

Shades of #132575

#132575
(19,37,117)
#12226B
(18,34,107)
#111F61
(17,31,97)
#101C57
(16,28,87)
#0F194D
(15,25,77)
#0E1643
(14,22,67)
#0D1339
(13,19,57)
#0C102F
(12,16,47)
#0B0D25
(11,13,37)
#0A0A1B
(10,10,27)
#090711
(9,7,17)
#000000
(0,0,0)

Tints of #132575

#132575
(19,37,117)
#283881
(40,56,129)
#3D4B8D
(61,75,141)
#525E99
(82,94,153)
#6771A5
(103,113,165)
#7C84B1
(124,132,177)
#9197BD
(145,151,189)
#A6AAC9
(166,170,201)
#BBBDD5
(187,189,213)
#D0D0E1
(208,208,225)
#E5E3ED
(229,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132575 color. Also use rgb(19,37,117) instead hex code.

Text Font Color

.myTextColor { color: #132575; }

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

This text font color is #132575.


Background Color

.myBgColor { background-color: #132575; }

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

This div background color is #132575.


Border color

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

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

This div border color is #132575.


Opacity

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

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

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

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

This text has shadow with #132575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132575 on black background.


Color preview on white background

This text has color #132575 on white background.



Black color preview on #132575 background

This text has black color on #132575 background.


White color preview on #132575 background

This text has white color on #132575 background.