COLOR #134E66

HEX: #134E66
RGB: (19,78,102)

Color info

#134E66 contains mainly green and blue colors. Web safe color of #134E66 is #006666 (or #066).

RGB color model

#134E66 color RGB value is (19,78,102).

  • red value is 19;
  • green value is 78;
  • blue value is 102.
RGB:
(19,78,102)
(7%,31%,40%)

RGB channels and saturation

R 19 of 255 = 7%
G 78 of 255 = 31%
B 102 of 255 = 40%

19
78
102

R + G + B ~ 26%. #134E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 78 + 102 = 199 (100%)
R 19 of 199 ~ 9.55%
G 78 of 199 ~ 39.2%
B 102 of 199 ~ 51.26%

%9.55
%39.2
%51.26

CMYK color model

#134E66 color CMYK value is (81,24,0,60).

  • cyan value is 81.37%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(81,24,0,60)
C81M24Y0K60 
(81%,24%,0%,60%)
(0.81/0.24/0.00/0.60)	

CMYK percentages

%81.37
%23.53
%0
%60

Codes

Color #134E66 in popluar color models

134E66
RGB1978102
HSL197°68.60%23.73%
HSB/HSV197°81.37%40.00%
CMYK81.37%23.53%0.00%
60.00%

Color #134E66 in popluar number systems.

HEX134E66
Decimal1978102
Binary1001110011101100110
Octal23116146

Shades and tints

Shades of #134E66

#134E66
(19,78,102)
#12475D
(18,71,93)
#114054
(17,64,84)
#10394B
(16,57,75)
#0F3242
(15,50,66)
#0E2B39
(14,43,57)
#0D2430
(13,36,48)
#0C1D27
(12,29,39)
#0B161E
(11,22,30)
#0A0F15
(10,15,21)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #134E66

#134E66
(19,78,102)
#285E73
(40,94,115)
#3D6E80
(61,110,128)
#527E8D
(82,126,141)
#678E9A
(103,142,154)
#7C9EA7
(124,158,167)
#91AEB4
(145,174,180)
#A6BEC1
(166,190,193)
#BBCECE
(187,206,206)
#D0DEDB
(208,222,219)
#E5EEE8
(229,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134E66 color. Also use rgb(19,78,102) instead hex code.

Text Font Color

.myTextColor { color: #134E66; }

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

This text font color is #134E66.


Background Color

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

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

This div background color is #134E66.


Border color

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

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

This div border color is #134E66.


Opacity

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

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

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

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

This text has shadow with #134E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134E66 on black background.


Color preview on white background

This text has color #134E66 on white background.



Black color preview on #134E66 background

This text has black color on #134E66 background.


White color preview on #134E66 background

This text has white color on #134E66 background.