COLOR #133B56

HEX: #133B56
RGB: (19,59,86)

Color info

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

RGB color model

#133B56 color RGB value is (19,59,86).

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

RGB channels and saturation

R 19 of 255 = 7%
G 59 of 255 = 23%
B 86 of 255 = 34%

19
59
86

R + G + B ~ 21%. #133B56 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 59 + 86 = 164 (100%)
R 19 of 164 ~ 11.59%
G 59 of 164 ~ 35.98%
B 86 of 164 ~ 52.44%

%11.59
%35.98
%52.44

CMYK color model

#133B56 color CMYK value is (78,31,0,66).

  • cyan value is 77.91%
  • magenta value is 31.40%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(78,31,0,66)
C78M31Y0K66 
(78%,31%,0%,66%)
(0.78/0.31/0.00/0.66)	

CMYK percentages

%77.91
%31.4
%0
%66.27

Codes

Color #133B56 in popluar color models

133B56
RGB195986
HSL204°63.81%20.59%
HSB/HSV204°77.91%33.73%
CMYK77.91%31.40%0.00%
66.27%

Color #133B56 in popluar number systems.

HEX133B56
Decimal195986
Binary100111110111010110
Octal2373126

Shades and tints

Shades of #133B56

#133B56
(19,59,86)
#12364F
(18,54,79)
#113148
(17,49,72)
#102C41
(16,44,65)
#0F273A
(15,39,58)
#0E2233
(14,34,51)
#0D1D2C
(13,29,44)
#0C1825
(12,24,37)
#0B131E
(11,19,30)
#0A0E17
(10,14,23)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #133B56

#133B56
(19,59,86)
#284C65
(40,76,101)
#3D5D74
(61,93,116)
#526E83
(82,110,131)
#677F92
(103,127,146)
#7C90A1
(124,144,161)
#91A1B0
(145,161,176)
#A6B2BF
(166,178,191)
#BBC3CE
(187,195,206)
#D0D4DD
(208,212,221)
#E5E5EC
(229,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133B56; }

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

This text font color is #133B56.


Background Color

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

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

This div background color is #133B56.


Border color

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

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

This div border color is #133B56.


Opacity

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

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

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

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

This text has shadow with #133B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133B56 on black background.


Color preview on white background

This text has color #133B56 on white background.



Black color preview on #133B56 background

This text has black color on #133B56 background.


White color preview on #133B56 background

This text has white color on #133B56 background.