COLOR #133244

HEX: #133244
RGB: (19,50,68)

Color info

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

RGB color model

#133244 color RGB value is (19,50,68).

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

RGB channels and saturation

R 19 of 255 = 7%
G 50 of 255 = 20%
B 68 of 255 = 27%

19
50
68

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

Portions of RGB colors in percentages

R + G + B =
19 + 50 + 68 = 137 (100%)
R 19 of 137 ~ 13.87%
G 50 of 137 ~ 36.5%
B 68 of 137 ~ 49.64%

%13.87
%36.5
%49.64

CMYK color model

#133244 color CMYK value is (72,26,0,73).

  • cyan value is 72.06%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(72,26,0,73)
C72M26Y0K73 
(72%,26%,0%,73%)
(0.72/0.26/0.00/0.73)	

CMYK percentages

%72.06
%26.47
%0
%73.33

Codes

Color #133244 in popluar color models

133244
RGB195068
HSL202°56.32%17.06%
HSB/HSV202°72.06%26.67%
CMYK72.06%26.47%0.00%
73.33%

Color #133244 in popluar number systems.

HEX133244
Decimal195068
Binary100111100101000100
Octal2362104

Shades and tints

Shades of #133244

#133244
(19,50,68)
#122E3E
(18,46,62)
#112A38
(17,42,56)
#102632
(16,38,50)
#0F222C
(15,34,44)
#0E1E26
(14,30,38)
#0D1A20
(13,26,32)
#0C161A
(12,22,26)
#0B1214
(11,18,20)
#0A0E0E
(10,14,14)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #133244

#133244
(19,50,68)
#284455
(40,68,85)
#3D5666
(61,86,102)
#526877
(82,104,119)
#677A88
(103,122,136)
#7C8C99
(124,140,153)
#919EAA
(145,158,170)
#A6B0BB
(166,176,187)
#BBC2CC
(187,194,204)
#D0D4DD
(208,212,221)
#E5E6EE
(229,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133244; }

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

This text font color is #133244.


Background Color

.myBgColor { background-color: #133244; }

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

This div background color is #133244.


Border color

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

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

This div border color is #133244.


Opacity

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

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

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

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

This text has shadow with #133244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133244 on black background.


Color preview on white background

This text has color #133244 on white background.



Black color preview on #133244 background

This text has black color on #133244 background.


White color preview on #133244 background

This text has white color on #133244 background.