COLOR #134057

HEX: #134057
RGB: (19,64,87)

Color info

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

RGB color model

#134057 color RGB value is (19,64,87).

  • red value is 19;
  • green value is 64;
  • blue value is 87.
RGB:
(19,64,87)
(7%,25%,34%)

RGB channels and saturation

R 19 of 255 = 7%
G 64 of 255 = 25%
B 87 of 255 = 34%

19
64
87

R + G + B ~ 22%. #134057 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 64 + 87 = 170 (100%)
R 19 of 170 ~ 11.18%
G 64 of 170 ~ 37.65%
B 87 of 170 ~ 51.18%

%11.18
%37.65
%51.18

CMYK color model

#134057 color CMYK value is (78,26,0,66).

  • cyan value is 78.16%
  • magenta value is 26.44%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(78,26,0,66)
C78M26Y0K66 
(78%,26%,0%,66%)
(0.78/0.26/0.00/0.66)	

CMYK percentages

%78.16
%26.44
%0
%65.88

Codes

Color #134057 in popluar color models

134057
RGB196487
HSL200°64.15%20.78%
HSB/HSV200°78.16%34.12%
CMYK78.16%26.44%0.00%
65.88%

Color #134057 in popluar number systems.

HEX134057
Decimal196487
Binary1001110000001010111
Octal23100127

Shades and tints

Shades of #134057

#134057
(19,64,87)
#123B50
(18,59,80)
#113649
(17,54,73)
#103142
(16,49,66)
#0F2C3B
(15,44,59)
#0E2734
(14,39,52)
#0D222D
(13,34,45)
#0C1D26
(12,29,38)
#0B181F
(11,24,31)
#0A1318
(10,19,24)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #134057

#134057
(19,64,87)
#285166
(40,81,102)
#3D6275
(61,98,117)
#527384
(82,115,132)
#678493
(103,132,147)
#7C95A2
(124,149,162)
#91A6B1
(145,166,177)
#A6B7C0
(166,183,192)
#BBC8CF
(187,200,207)
#D0D9DE
(208,217,222)
#E5EAED
(229,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134057 color. Also use rgb(19,64,87) instead hex code.

Text Font Color

.myTextColor { color: #134057; }

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

This text font color is #134057.


Background Color

.myBgColor { background-color: #134057; }

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

This div background color is #134057.


Border color

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

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

This div border color is #134057.


Opacity

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

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

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

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

This text has shadow with #134057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134057 on black background.


Color preview on white background

This text has color #134057 on white background.



Black color preview on #134057 background

This text has black color on #134057 background.


White color preview on #134057 background

This text has white color on #134057 background.