COLOR #134A5C

HEX: #134A5C RGB: (19,74,92)

Color info

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

RGB color model

#134A5C color RGB value is (19,74,92).

RGB: (19,74,92) (7%, 29%, 36%)

RGB channels and saturation

R 19 of 255 = 7%
G 74 of 255 = 29%
B 92 of 255 = 36%

19
74
92

R + G + B ~ 24%. #134A5C is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 74 + 92 = 185 (100%)
R 19 of 185 ~ 10.27%
G 74 of 185 ~ 40%
B 92 of 185 ~ 49.73'%

%40
%49.73

CMYK color model

#134A5C color CMYK value is (79,20,0,64).

  • cyan value is 79.35%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (79,20,0,64)
C79M20Y0K64 (79%, 20%, 0%, 64%)
(0.79 / 0.20 / 0.00 / 0.64)

CMYK percentages

%79.35
%19.57
%0
%63.92

Codes

Color #134A5C in popluar color models

13 4A 5C
RGB 19 74 92
HSL 195° 65.77% 21.76%
HSB/HSV 195° 79.35% 36.08%
CMYK 79.35% 19.57% 0.00%
63.92%

Color #134A5C in popluar number systems.

HEX 13 4A 5C
Decimal 19 74 92
Binary 10011 1001010 1011100
Octal 23 112 134

Shades and tints

Shades of #134A5C

#134A5C
(19,74,92)
#124454
(18,68,84)
#113E4C
(17,62,76)
#103844
(16,56,68)
#0F323C
(15,50,60)
#0E2C34
(14,44,52)
#0D262C
(13,38,44)
#0C2024
(12,32,36)
#0B1A1C
(11,26,28)
#0A1414
(10,20,20)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #134A5C

#134A5C
(19,74,92)
#285A6A
(40,90,106)
#3D6A78
(61,106,120)
#527A86
(82,122,134)
#678A94
(103,138,148)
#7C9AA2
(124,154,162)
#91AAB0
(145,170,176)
#A6BABE
(166,186,190)
#BBCACC
(187,202,204)
#D0DADA
(208,218,218)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134A5C color. Also use rgb(19,74,92) instead hex code.

Text Font Color

.myTextColor { color: #134A5C; }

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

This text font color is #134A5C.

Background Color

.myBgColor { background-color: #134A5C; }

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

This div background color is #134A5C.

Border color

.myBorderColor { border: 1px solid #134A5C; }

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

This div border color is #134A5C.

Opacity

.myOpacity80 { color: #134A5C; opacity: 0.8; }

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

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

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

This text has shadow with #134A5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #134A5C.

Preview

Color preview on black background

This text has color #134A5C on black background.


Color preview on white background

This text has color #134A5C on white background.


Black color preview on #134A5C background

This text has black color on #134A5C background.


White color preview on #134A5C background

This text has white color on #134A5C background.


Related colors

Complementary color

Complementary color for #hex is #ECB5A3.


I love getcolorcode.com

Triadic colors

1 #5C134A and #4A5C13 with #134A5C are triadic colors.

2 #5C4A13 and #4A135C with #134A5C are triadic colors.