COLOR #133144

HEX: #133144
RGB: (19,49,68)

Color info

#133144 contains red, green and blue colors in about the same proportion. Web safe color of #133144 is #003333 (or #033).

RGB color model

#133144 color RGB value is (19,49,68).

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

RGB channels and saturation

R 19 of 255 = 7%
G 49 of 255 = 19%
B 68 of 255 = 27%

19
49
68

R + G + B ~ 18%. #133144 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 49 + 68 = 136 (100%)
R 19 of 136 ~ 13.97%
G 49 of 136 ~ 36.03%
B 68 of 136 ~ 50%

%13.97
%36.03
%50

CMYK color model

#133144 color CMYK value is (72,28,0,73).

  • cyan value is 72.06%
  • magenta value is 27.94%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(72,28,0,73)
C72M28Y0K73 
(72%,28%,0%,73%)
(0.72/0.28/0.00/0.73)	

CMYK percentages

%72.06
%27.94
%0
%73.33

Codes

Color #133144 in popluar color models

133144
RGB194968
HSL203°56.32%17.06%
HSB/HSV203°72.06%26.67%
CMYK72.06%27.94%0.00%
73.33%

Color #133144 in popluar number systems.

HEX133144
Decimal194968
Binary100111100011000100
Octal2361104

Shades and tints

Shades of #133144

#133144
(19,49,68)
#122D3E
(18,45,62)
#112938
(17,41,56)
#102532
(16,37,50)
#0F212C
(15,33,44)
#0E1D26
(14,29,38)
#0D1920
(13,25,32)
#0C151A
(12,21,26)
#0B1114
(11,17,20)
#0A0D0E
(10,13,14)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #133144

#133144
(19,49,68)
#284355
(40,67,85)
#3D5566
(61,85,102)
#526777
(82,103,119)
#677988
(103,121,136)
#7C8B99
(124,139,153)
#919DAA
(145,157,170)
#A6AFBB
(166,175,187)
#BBC1CC
(187,193,204)
#D0D3DD
(208,211,221)
#E5E5EE
(229,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133144; }

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

This text font color is #133144.


Background Color

.myBgColor { background-color: #133144; }

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

This div background color is #133144.


Border color

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

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

This div border color is #133144.


Opacity

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

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

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

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

This text has shadow with #133144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133144 on black background.


Color preview on white background

This text has color #133144 on white background.



Black color preview on #133144 background

This text has black color on #133144 background.


White color preview on #133144 background

This text has white color on #133144 background.