COLOR #132952

HEX: #132952 RGB: (19,41,82)

Color info

#132952 contains mainly green and blue colors. Web safe color of #132952 is #003366 (or #036).

RGB color model

#132952 color RGB value is (19,41,82).

RGB: (19,41,82) (7%, 16%, 32%)

RGB channels and saturation

R 19 of 255 = 7%
G 41 of 255 = 16%
B 82 of 255 = 32%

19
41
82

R + G + B ~ 18%. #132952 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 41 + 82 = 142 (100%)
R 19 of 142 ~ 13.38%
G 41 of 142 ~ 28.87%
B 82 of 142 ~ 57.75'%

%13.38
%28.87
%57.75

CMYK color model

#132952 color CMYK value is (77,50,0,68).

  • cyan value is 76.83%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK: (77,50,0,68) C77M50Y0K68 (77%,50%,0%,68%) (0.77/0.50/0.00/0.68) 

CMYK percentages

%76.83
%50
%0
%67.84

Codes

Color #132952 in popluar color models

13 29 52
RGB 19 41 82
HSL 219° 62.38% 19.80%
HSB/HSV 219° 76.83% 32.16%
CMYK 76.83% 50.00% 0.00%
67.84%

Color #132952 in popluar number systems.

HEX 13 29 52
Decimal 19 41 82
Binary 10011 101001 1010010
Octal 23 51 122

Shades and tints

Shades of #132952

#132952
(19,41,82)
#12264B
(18,38,75)
#112344
(17,35,68)
#10203D
(16,32,61)
#0F1D36
(15,29,54)
#0E1A2F
(14,26,47)
#0D1728
(13,23,40)
#0C1421
(12,20,33)
#0B111A
(11,17,26)
#0A0E13
(10,14,19)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #132952

#132952
(19,41,82)
#283C61
(40,60,97)
#3D4F70
(61,79,112)
#52627F
(82,98,127)
#67758E
(103,117,142)
#7C889D
(124,136,157)
#919BAC
(145,155,172)
#A6AEBB
(166,174,187)
#BBC1CA
(187,193,202)
#D0D4D9
(208,212,217)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132952; }

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

This text font color is #132952.

Background Color

.myBgColor { background-color: #132952; }

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

This div background color is #132952.

Border color

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

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

This div border color is #132952.

Opacity

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

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

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

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

This text has shadow with #132952 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #132952.

Preview

Color preview on black background

This text has color #132952 on black background.


Color preview on white background

This text has color #132952 on white background.


Black color preview on #132952 background

This text has black color on #132952 background.


White color preview on #132952 background

This text has white color on #132952 background.


Related colors

Complementary color

Complementary color for #hex is #ECD6AD.


I love getcolorcode.com

Triadic colors

1 #521329 and #295213 with #132952 are triadic colors.

2 #522913 and #291352 with #132952 are triadic colors.