COLOR #133A45

HEX: #133A45 RGB: (19,58,69)

Color info

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

RGB color model

#133A45 color RGB value is (19,58,69).

RGB: (19,58,69) (7%, 23%, 27%)

RGB channels and saturation

R 19 of 255 = 7%
G 58 of 255 = 23%
B 69 of 255 = 27%

19
58
69

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

Portions of RGB colors in percentages

R + G + B = 19 + 58 + 69 = 146 (100%)
R 19 of 146 ~ 13.01%
G 58 of 146 ~ 39.73%
B 69 of 146 ~ 47.26'%

%13.01
%39.73
%47.26

CMYK color model

#133A45 color CMYK value is (72,16,0,73).

  • cyan value is 72.46%
  • magenta value is 15.94%
  • yellow value is 0.00%
  • key color value is 72.94%

CMYK: (72,16,0,73)
C72M16Y0K73 (72%, 16%, 0%, 73%)
(0.72 / 0.16 / 0.00 / 0.73)

CMYK percentages

%72.46
%15.94
%0
%72.94

Codes

Color #133A45 in popluar color models

13 3A 45
RGB 19 58 69
HSL 193° 56.82% 17.25%
HSB/HSV 193° 72.46% 27.06%
CMYK 72.46% 15.94% 0.00%
72.94%

Color #133A45 in popluar number systems.

HEX 13 3A 45
Decimal 19 58 69
Binary 10011 111010 1000101
Octal 23 72 105

Shades and tints

Shades of #133A45

#133A45
(19,58,69)
#12353F
(18,53,63)
#113039
(17,48,57)
#102B33
(16,43,51)
#0F262D
(15,38,45)
#0E2127
(14,33,39)
#0D1C21
(13,28,33)
#0C171B
(12,23,27)
#0B1215
(11,18,21)
#0A0D0F
(10,13,15)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #133A45

#133A45
(19,58,69)
#284B55
(40,75,85)
#3D5C65
(61,92,101)
#526D75
(82,109,117)
#677E85
(103,126,133)
#7C8F95
(124,143,149)
#91A0A5
(145,160,165)
#A6B1B5
(166,177,181)
#BBC2C5
(187,194,197)
#D0D3D5
(208,211,213)
#E5E4E5
(229,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133A45 color. Also use rgb(19,58,69) instead hex code.

Text Font Color

.myTextColor { color: #133A45; }

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

This text font color is #133A45.

Background Color

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

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

This div background color is #133A45.

Border color

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

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

This div border color is #133A45.

Opacity

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

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

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

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

This text has shadow with #133A45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133A45.

Preview

Color preview on black background

This text has color #133A45 on black background.


Color preview on white background

This text has color #133A45 on white background.


Black color preview on #133A45 background

This text has black color on #133A45 background.


White color preview on #133A45 background

This text has white color on #133A45 background.


Related colors

Complementary color

Complementary color for #hex is #ECC5BA.


I love getcolorcode.com

Triadic colors

1 #45133A and #3A4513 with #133A45 are triadic colors.

2 #453A13 and #3A1345 with #133A45 are triadic colors.