COLOR #132266

HEX: #132266
RGB: (19,34,102)

Color info

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

RGB color model

#132266 color RGB value is (19,34,102).

  • red value is 19;
  • green value is 34;
  • blue value is 102.
RGB:
(19,34,102)
(7%,13%,40%)

RGB channels and saturation

R 19 of 255 = 7%
G 34 of 255 = 13%
B 102 of 255 = 40%

19
34
102

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

Portions of RGB colors in percentages

R + G + B =
19 + 34 + 102 = 155 (100%)
R 19 of 155 ~ 12.26%
G 34 of 155 ~ 21.94%
B 102 of 155 ~ 65.81%

%12.26
%21.94
%65.81

CMYK color model

#132266 color CMYK value is (81,67,0,60).

  • cyan value is 81.37%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(81,67,0,60)
C81M67Y0K60 
(81%,67%,0%,60%)
(0.81/0.67/0.00/0.60)	

CMYK percentages

%81.37
%66.67
%0
%60

Codes

Color #132266 in popluar color models

132266
RGB1934102
HSL229°68.60%23.73%
HSB/HSV229°81.37%40.00%
CMYK81.37%66.67%0.00%
60.00%

Color #132266 in popluar number systems.

HEX132266
Decimal1934102
Binary100111000101100110
Octal2342146

Shades and tints

Shades of #132266

#132266
(19,34,102)
#121F5D
(18,31,93)
#111C54
(17,28,84)
#10194B
(16,25,75)
#0F1642
(15,22,66)
#0E1339
(14,19,57)
#0D1030
(13,16,48)
#0C0D27
(12,13,39)
#0B0A1E
(11,10,30)
#0A0715
(10,7,21)
#09040C
(9,4,12)
#000000
(0,0,0)

Tints of #132266

#132266
(19,34,102)
#283673
(40,54,115)
#3D4A80
(61,74,128)
#525E8D
(82,94,141)
#67729A
(103,114,154)
#7C86A7
(124,134,167)
#919AB4
(145,154,180)
#A6AEC1
(166,174,193)
#BBC2CE
(187,194,206)
#D0D6DB
(208,214,219)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #132266 color. Also use rgb(19,34,102) instead hex code.

Text Font Color

.myTextColor { color: #132266; }

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

This text font color is #132266.


Background Color

.myBgColor { background-color: #132266; }

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

This div background color is #132266.


Border color

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

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

This div border color is #132266.


Opacity

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

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

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

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

This text has shadow with #132266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132266 on black background.


Color preview on white background

This text has color #132266 on white background.



Black color preview on #132266 background

This text has black color on #132266 background.


White color preview on #132266 background

This text has white color on #132266 background.