COLOR #133249

HEX: #133249
RGB: (19,50,73)

Color info

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

RGB color model

#133249 color RGB value is (19,50,73).

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

RGB channels and saturation

R 19 of 255 = 7%
G 50 of 255 = 20%
B 73 of 255 = 29%

19
50
73

R + G + B ~ 19%. #133249 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 50 + 73 = 142 (100%)
R 19 of 142 ~ 13.38%
G 50 of 142 ~ 35.21%
B 73 of 142 ~ 51.41%

%13.38
%35.21
%51.41

CMYK color model

#133249 color CMYK value is (74,32,0,71).

  • cyan value is 73.97%
  • magenta value is 31.51%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(74,32,0,71)
C74M32Y0K71 
(74%,32%,0%,71%)
(0.74/0.32/0.00/0.71)	

CMYK percentages

%73.97
%31.51
%0
%71.37

Codes

Color #133249 in popluar color models

133249
RGB195073
HSL206°58.70%18.04%
HSB/HSV206°73.97%28.63%
CMYK73.97%31.51%0.00%
71.37%

Color #133249 in popluar number systems.

HEX133249
Decimal195073
Binary100111100101001001
Octal2362111

Shades and tints

Shades of #133249

#133249
(19,50,73)
#122E43
(18,46,67)
#112A3D
(17,42,61)
#102637
(16,38,55)
#0F2231
(15,34,49)
#0E1E2B
(14,30,43)
#0D1A25
(13,26,37)
#0C161F
(12,22,31)
#0B1219
(11,18,25)
#0A0E13
(10,14,19)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #133249

#133249
(19,50,73)
#284459
(40,68,89)
#3D5669
(61,86,105)
#526879
(82,104,121)
#677A89
(103,122,137)
#7C8C99
(124,140,153)
#919EA9
(145,158,169)
#A6B0B9
(166,176,185)
#BBC2C9
(187,194,201)
#D0D4D9
(208,212,217)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133249; }

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

This text font color is #133249.


Background Color

.myBgColor { background-color: #133249; }

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

This div background color is #133249.


Border color

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

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

This div border color is #133249.


Opacity

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

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

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

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

This text has shadow with #133249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133249 on black background.


Color preview on white background

This text has color #133249 on white background.



Black color preview on #133249 background

This text has black color on #133249 background.


White color preview on #133249 background

This text has white color on #133249 background.