COLOR #133450

HEX: #133450
RGB: (19,52,80)

Color info

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

RGB color model

#133450 color RGB value is (19,52,80).

  • red value is 19;
  • green value is 52;
  • blue value is 80.
RGB:
(19,52,80)
(7%,20%,31%)

RGB channels and saturation

R 19 of 255 = 7%
G 52 of 255 = 20%
B 80 of 255 = 31%

19
52
80

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

Portions of RGB colors in percentages

R + G + B =
19 + 52 + 80 = 151 (100%)
R 19 of 151 ~ 12.58%
G 52 of 151 ~ 34.44%
B 80 of 151 ~ 52.98%

%12.58
%34.44
%52.98

CMYK color model

#133450 color CMYK value is (76,35,0,69).

  • cyan value is 76.25%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(76,35,0,69)
C76M35Y0K69 
(76%,35%,0%,69%)
(0.76/0.35/0.00/0.69)	

CMYK percentages

%76.25
%35
%0
%68.63

Codes

Color #133450 in popluar color models

133450
RGB195280
HSL208°61.62%19.41%
HSB/HSV208°76.25%31.37%
CMYK76.25%35.00%0.00%
68.63%

Color #133450 in popluar number systems.

HEX133450
Decimal195280
Binary100111101001010000
Octal2364120

Shades and tints

Shades of #133450

#133450
(19,52,80)
#123049
(18,48,73)
#112C42
(17,44,66)
#10283B
(16,40,59)
#0F2434
(15,36,52)
#0E202D
(14,32,45)
#0D1C26
(13,28,38)
#0C181F
(12,24,31)
#0B1418
(11,20,24)
#0A1011
(10,16,17)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #133450

#133450
(19,52,80)
#28465F
(40,70,95)
#3D586E
(61,88,110)
#526A7D
(82,106,125)
#677C8C
(103,124,140)
#7C8E9B
(124,142,155)
#91A0AA
(145,160,170)
#A6B2B9
(166,178,185)
#BBC4C8
(187,196,200)
#D0D6D7
(208,214,215)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133450 color. Also use rgb(19,52,80) instead hex code.

Text Font Color

.myTextColor { color: #133450; }

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

This text font color is #133450.


Background Color

.myBgColor { background-color: #133450; }

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

This div background color is #133450.


Border color

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

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

This div border color is #133450.


Opacity

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

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

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

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

This text has shadow with #133450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133450 on black background.


Color preview on white background

This text has color #133450 on white background.



Black color preview on #133450 background

This text has black color on #133450 background.


White color preview on #133450 background

This text has white color on #133450 background.