COLOR #133767

HEX: #133767
RGB: (19,55,103)

Color info

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

RGB color model

#133767 color RGB value is (19,55,103).

  • red value is 19;
  • green value is 55;
  • blue value is 103.
RGB:
(19,55,103)
(7%,22%,40%)

RGB channels and saturation

R 19 of 255 = 7%
G 55 of 255 = 22%
B 103 of 255 = 40%

19
55
103

R + G + B ~ 23%. #133767 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 55 + 103 = 177 (100%)
R 19 of 177 ~ 10.73%
G 55 of 177 ~ 31.07%
B 103 of 177 ~ 58.19%

%10.73
%31.07
%58.19

CMYK color model

#133767 color CMYK value is (82,47,0,60).

  • cyan value is 81.55%
  • magenta value is 46.60%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(82,47,0,60)
C82M47Y0K60 
(82%,47%,0%,60%)
(0.82/0.47/0.00/0.60)	

CMYK percentages

%81.55
%46.6
%0
%59.61

Codes

Color #133767 in popluar color models

133767
RGB1955103
HSL214°68.85%23.92%
HSB/HSV214°81.55%40.39%
CMYK81.55%46.60%0.00%
59.61%

Color #133767 in popluar number systems.

HEX133767
Decimal1955103
Binary100111101111100111
Octal2367147

Shades and tints

Shades of #133767

#133767
(19,55,103)
#12325E
(18,50,94)
#112D55
(17,45,85)
#10284C
(16,40,76)
#0F2343
(15,35,67)
#0E1E3A
(14,30,58)
#0D1931
(13,25,49)
#0C1428
(12,20,40)
#0B0F1F
(11,15,31)
#0A0A16
(10,10,22)
#09050D
(9,5,13)
#000000
(0,0,0)

Tints of #133767

#133767
(19,55,103)
#284974
(40,73,116)
#3D5B81
(61,91,129)
#526D8E
(82,109,142)
#677F9B
(103,127,155)
#7C91A8
(124,145,168)
#91A3B5
(145,163,181)
#A6B5C2
(166,181,194)
#BBC7CF
(187,199,207)
#D0D9DC
(208,217,220)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133767 color. Also use rgb(19,55,103) instead hex code.

Text Font Color

.myTextColor { color: #133767; }

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

This text font color is #133767.


Background Color

.myBgColor { background-color: #133767; }

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

This div background color is #133767.


Border color

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

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

This div border color is #133767.


Opacity

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

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

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

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

This text has shadow with #133767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133767 on black background.


Color preview on white background

This text has color #133767 on white background.



Black color preview on #133767 background

This text has black color on #133767 background.


White color preview on #133767 background

This text has white color on #133767 background.