COLOR #132861

HEX: #132861
RGB: (19,40,97)

Color info

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

RGB color model

#132861 color RGB value is (19,40,97).

  • red value is 19;
  • green value is 40;
  • blue value is 97.
RGB:
(19,40,97)
(7%,16%,38%)

RGB channels and saturation

R 19 of 255 = 7%
G 40 of 255 = 16%
B 97 of 255 = 38%

19
40
97

R + G + B ~ 20%. #132861 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 40 + 97 = 156 (100%)
R 19 of 156 ~ 12.18%
G 40 of 156 ~ 25.64%
B 97 of 156 ~ 62.18%

%12.18
%25.64
%62.18

CMYK color model

#132861 color CMYK value is (80,59,0,62).

  • cyan value is 80.41%
  • magenta value is 58.76%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(80,59,0,62)
C80M59Y0K62 
(80%,59%,0%,62%)
(0.80/0.59/0.00/0.62)	

CMYK percentages

%80.41
%58.76
%0
%61.96

Codes

Color #132861 in popluar color models

132861
RGB194097
HSL224°67.24%22.75%
HSB/HSV224°80.41%38.04%
CMYK80.41%58.76%0.00%
61.96%

Color #132861 in popluar number systems.

HEX132861
Decimal194097
Binary100111010001100001
Octal2350141

Shades and tints

Shades of #132861

#132861
(19,40,97)
#122559
(18,37,89)
#112251
(17,34,81)
#101F49
(16,31,73)
#0F1C41
(15,28,65)
#0E1939
(14,25,57)
#0D1631
(13,22,49)
#0C1329
(12,19,41)
#0B1021
(11,16,33)
#0A0D19
(10,13,25)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #132861

#132861
(19,40,97)
#283B6F
(40,59,111)
#3D4E7D
(61,78,125)
#52618B
(82,97,139)
#677499
(103,116,153)
#7C87A7
(124,135,167)
#919AB5
(145,154,181)
#A6ADC3
(166,173,195)
#BBC0D1
(187,192,209)
#D0D3DF
(208,211,223)
#E5E6ED
(229,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132861 color. Also use rgb(19,40,97) instead hex code.

Text Font Color

.myTextColor { color: #132861; }

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

This text font color is #132861.


Background Color

.myBgColor { background-color: #132861; }

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

This div background color is #132861.


Border color

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

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

This div border color is #132861.


Opacity

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

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

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

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

This text has shadow with #132861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132861 on black background.


Color preview on white background

This text has color #132861 on white background.



Black color preview on #132861 background

This text has black color on #132861 background.


White color preview on #132861 background

This text has white color on #132861 background.