COLOR #133156

HEX: #133156
RGB: (19,49,86)

Color info

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

RGB color model

#133156 color RGB value is (19,49,86).

  • red value is 19;
  • green value is 49;
  • blue value is 86.
RGB:
(19,49,86)
(7%,19%,34%)

RGB channels and saturation

R 19 of 255 = 7%
G 49 of 255 = 19%
B 86 of 255 = 34%

19
49
86

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

Portions of RGB colors in percentages

R + G + B =
19 + 49 + 86 = 154 (100%)
R 19 of 154 ~ 12.34%
G 49 of 154 ~ 31.82%
B 86 of 154 ~ 55.84%

%12.34
%31.82
%55.84

CMYK color model

#133156 color CMYK value is (78,43,0,66).

  • cyan value is 77.91%
  • magenta value is 43.02%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(78,43,0,66)
C78M43Y0K66 
(78%,43%,0%,66%)
(0.78/0.43/0.00/0.66)	

CMYK percentages

%77.91
%43.02
%0
%66.27

Codes

Color #133156 in popluar color models

133156
RGB194986
HSL213°63.81%20.59%
HSB/HSV213°77.91%33.73%
CMYK77.91%43.02%0.00%
66.27%

Color #133156 in popluar number systems.

HEX133156
Decimal194986
Binary100111100011010110
Octal2361126

Shades and tints

Shades of #133156

#133156
(19,49,86)
#122D4F
(18,45,79)
#112948
(17,41,72)
#102541
(16,37,65)
#0F213A
(15,33,58)
#0E1D33
(14,29,51)
#0D192C
(13,25,44)
#0C1525
(12,21,37)
#0B111E
(11,17,30)
#0A0D17
(10,13,23)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #133156

#133156
(19,49,86)
#284365
(40,67,101)
#3D5574
(61,85,116)
#526783
(82,103,131)
#677992
(103,121,146)
#7C8BA1
(124,139,161)
#919DB0
(145,157,176)
#A6AFBF
(166,175,191)
#BBC1CE
(187,193,206)
#D0D3DD
(208,211,221)
#E5E5EC
(229,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133156 color. Also use rgb(19,49,86) instead hex code.

Text Font Color

.myTextColor { color: #133156; }

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

This text font color is #133156.


Background Color

.myBgColor { background-color: #133156; }

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

This div background color is #133156.


Border color

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

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

This div border color is #133156.


Opacity

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

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

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

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

This text has shadow with #133156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133156 on black background.


Color preview on white background

This text has color #133156 on white background.



Black color preview on #133156 background

This text has black color on #133156 background.


White color preview on #133156 background

This text has white color on #133156 background.