COLOR #133B4E

HEX: #133B4E
RGB: (19,59,78)

Color info

#133B4E contains red, green and blue colors in about the same proportion. Web safe color of #133B4E is #003366 (or #036).

RGB color model

#133B4E color RGB value is (19,59,78).

  • red value is 19;
  • green value is 59;
  • blue value is 78.
RGB:
(19,59,78)
(7%,23%,31%)

RGB channels and saturation

R 19 of 255 = 7%
G 59 of 255 = 23%
B 78 of 255 = 31%

19
59
78

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

Portions of RGB colors in percentages

R + G + B =
19 + 59 + 78 = 156 (100%)
R 19 of 156 ~ 12.18%
G 59 of 156 ~ 37.82%
B 78 of 156 ~ 50%

%12.18
%37.82
%50

CMYK color model

#133B4E color CMYK value is (76,24,0,69).

  • cyan value is 75.64%
  • magenta value is 24.36%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(76,24,0,69)
C76M24Y0K69 
(76%,24%,0%,69%)
(0.76/0.24/0.00/0.69)	

CMYK percentages

%75.64
%24.36
%0
%69.41

Codes

Color #133B4E in popluar color models

133B4E
RGB195978
HSL199°60.82%19.02%
HSB/HSV199°75.64%30.59%
CMYK75.64%24.36%0.00%
69.41%

Color #133B4E in popluar number systems.

HEX133B4E
Decimal195978
Binary100111110111001110
Octal2373116

Shades and tints

Shades of #133B4E

#133B4E
(19,59,78)
#123647
(18,54,71)
#113140
(17,49,64)
#102C39
(16,44,57)
#0F2732
(15,39,50)
#0E222B
(14,34,43)
#0D1D24
(13,29,36)
#0C181D
(12,24,29)
#0B1316
(11,19,22)
#0A0E0F
(10,14,15)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #133B4E

#133B4E
(19,59,78)
#284C5E
(40,76,94)
#3D5D6E
(61,93,110)
#526E7E
(82,110,126)
#677F8E
(103,127,142)
#7C909E
(124,144,158)
#91A1AE
(145,161,174)
#A6B2BE
(166,178,190)
#BBC3CE
(187,195,206)
#D0D4DE
(208,212,222)
#E5E5EE
(229,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133B4E color. Also use rgb(19,59,78) instead hex code.

Text Font Color

.myTextColor { color: #133B4E; }

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

This text font color is #133B4E.


Background Color

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

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

This div background color is #133B4E.


Border color

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

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

This div border color is #133B4E.


Opacity

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

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

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

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

This text has shadow with #133B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133B4E on black background.


Color preview on white background

This text has color #133B4E on white background.



Black color preview on #133B4E background

This text has black color on #133B4E background.


White color preview on #133B4E background

This text has white color on #133B4E background.