COLOR #132588

HEX: #132588 RGB: (19,37,136)

Color info

#132588 contains mainly blue color. Web safe color of #132588 is #003399 (or #039).

RGB color model

#132588 color RGB value is (19,37,136).

RGB: (19,37,136) (7%, 15%, 53%)

RGB channels and saturation

R 19 of 255 = 7%
G 37 of 255 = 15%
B 136 of 255 = 53%

19
37
136

R + G + B ~ 25%. #132588 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 37 + 136 = 192 (100%)
R 19 of 192 ~ 9.9%
G 37 of 192 ~ 19.27%
B 136 of 192 ~ 70.83'%

%19.27
%70.83

CMYK color model

#132588 color CMYK value is (86,73,0,47).

  • cyan value is 86.03%
  • magenta value is 72.79%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (86,73,0,47)
C86M73Y0K47 (86%, 73%, 0%, 47%)
(0.86 / 0.73 / 0.00 / 0.47)

CMYK percentages

%86.03
%72.79
%0
%46.67

Codes

Color #132588 in popluar color models

13 25 88
RGB 19 37 136
HSL 231° 75.48% 30.39%
HSB/HSV 231° 86.03% 53.33%
CMYK 86.03% 72.79% 0.00%
46.67%

Color #132588 in popluar number systems.

HEX 13 25 88
Decimal 19 37 136
Binary 10011 100101 10001000
Octal 23 45 210

Shades and tints

Shades of #132588

#132588
(19,37,136)
#12227C
(18,34,124)
#111F70
(17,31,112)
#101C64
(16,28,100)
#0F1958
(15,25,88)
#0E164C
(14,22,76)
#0D1340
(13,19,64)
#0C1034
(12,16,52)
#0B0D28
(11,13,40)
#0A0A1C
(10,10,28)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #132588

#132588
(19,37,136)
#283892
(40,56,146)
#3D4B9C
(61,75,156)
#525EA6
(82,94,166)
#6771B0
(103,113,176)
#7C84BA
(124,132,186)
#9197C4
(145,151,196)
#A6AACE
(166,170,206)
#BBBDD8
(187,189,216)
#D0D0E2
(208,208,226)
#E5E3EC
(229,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132588; }

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

This text font color is #132588.

Background Color

.myBgColor { background-color: #132588; }

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

This div background color is #132588.

Border color

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

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

This div border color is #132588.

Opacity

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

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

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

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

This text has shadow with #132588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #132588.

Preview

Color preview on black background

This text has color #132588 on black background.


Color preview on white background

This text has color #132588 on white background.


Black color preview on #132588 background

This text has black color on #132588 background.


White color preview on #132588 background

This text has white color on #132588 background.


Related colors

Complementary color

Complementary color for #hex is #ECDA77.


I love getcolorcode.com

Triadic colors

1 #881325 and #258813 with #132588 are triadic colors.

2 #882513 and #251388 with #132588 are triadic colors.