COLOR #133A89

HEX: #133A89
RGB: (19,58,137)

Color info

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

RGB color model

#133A89 color RGB value is (19,58,137).

  • red value is 19;
  • green value is 58;
  • blue value is 137.
RGB:
(19,58,137)
(7%,23%,54%)

RGB channels and saturation

R 19 of 255 = 7%
G 58 of 255 = 23%
B 137 of 255 = 54%

19
58
137

R + G + B ~ 28%. #133A89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 58 + 137 = 214 (100%)
R 19 of 214 ~ 8.88%
G 58 of 214 ~ 27.1%
B 137 of 214 ~ 64.02%

%27.1
%64.02

CMYK color model

#133A89 color CMYK value is (86,58,0,46).

  • cyan value is 86.13%
  • magenta value is 57.66%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(86,58,0,46)
C86M58Y0K46 
(86%,58%,0%,46%)
(0.86/0.58/0.00/0.46)	

CMYK percentages

%86.13
%57.66
%0
%46.27

Codes

Color #133A89 in popluar color models

133A89
RGB1958137
HSL220°75.64%30.59%
HSB/HSV220°86.13%53.73%
CMYK86.13%57.66%0.00%
46.27%

Color #133A89 in popluar number systems.

HEX133A89
Decimal1958137
Binary1001111101010001001
Octal2372211

Shades and tints

Shades of #133A89

#133A89
(19,58,137)
#12357D
(18,53,125)
#113071
(17,48,113)
#102B65
(16,43,101)
#0F2659
(15,38,89)
#0E214D
(14,33,77)
#0D1C41
(13,28,65)
#0C1735
(12,23,53)
#0B1229
(11,18,41)
#0A0D1D
(10,13,29)
#090811
(9,8,17)
#000000
(0,0,0)

Tints of #133A89

#133A89
(19,58,137)
#284B93
(40,75,147)
#3D5C9D
(61,92,157)
#526DA7
(82,109,167)
#677EB1
(103,126,177)
#7C8FBB
(124,143,187)
#91A0C5
(145,160,197)
#A6B1CF
(166,177,207)
#BBC2D9
(187,194,217)
#D0D3E3
(208,211,227)
#E5E4ED
(229,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133A89 color. Also use rgb(19,58,137) instead hex code.

Text Font Color

.myTextColor { color: #133A89; }

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

This text font color is #133A89.


Background Color

.myBgColor { background-color: #133A89; }

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

This div background color is #133A89.


Border color

.myBorderColor { border: 1px solid #133A89; }

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

This div border color is #133A89.


Opacity

.myOpacity80 { color: #133A89; opacity: 0.8; }

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

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

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

This text has shadow with #133A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133A89 on black background.


Color preview on white background

This text has color #133A89 on white background.



Black color preview on #133A89 background

This text has black color on #133A89 background.


White color preview on #133A89 background

This text has white color on #133A89 background.