COLOR #135B78

HEX: #135B78
RGB: (19,91,120)

Color info

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

RGB color model

#135B78 color RGB value is (19,91,120).

  • red value is 19;
  • green value is 91;
  • blue value is 120.
RGB:
(19,91,120)
(7%,36%,47%)

RGB channels and saturation

R 19 of 255 = 7%
G 91 of 255 = 36%
B 120 of 255 = 47%

19
91
120

R + G + B ~ 30%. #135B78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 91 + 120 = 230 (100%)
R 19 of 230 ~ 8.26%
G 91 of 230 ~ 39.57%
B 120 of 230 ~ 52.17%

%39.57
%52.17

CMYK color model

#135B78 color CMYK value is (84,24,0,53).

  • cyan value is 84.17%
  • magenta value is 24.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(84,24,0,53)
C84M24Y0K53 
(84%,24%,0%,53%)
(0.84/0.24/0.00/0.53)	

CMYK percentages

%84.17
%24.17
%0
%52.94

Codes

Color #135B78 in popluar color models

135B78
RGB1991120
HSL197°72.66%27.25%
HSB/HSV197°84.17%47.06%
CMYK84.17%24.17%0.00%
52.94%

Color #135B78 in popluar number systems.

HEX135B78
Decimal1991120
Binary1001110110111111000
Octal23133170

Shades and tints

Shades of #135B78

#135B78
(19,91,120)
#12536E
(18,83,110)
#114B64
(17,75,100)
#10435A
(16,67,90)
#0F3B50
(15,59,80)
#0E3346
(14,51,70)
#0D2B3C
(13,43,60)
#0C2332
(12,35,50)
#0B1B28
(11,27,40)
#0A131E
(10,19,30)
#090B14
(9,11,20)
#000000
(0,0,0)

Tints of #135B78

#135B78
(19,91,120)
#286984
(40,105,132)
#3D7790
(61,119,144)
#52859C
(82,133,156)
#6793A8
(103,147,168)
#7CA1B4
(124,161,180)
#91AFC0
(145,175,192)
#A6BDCC
(166,189,204)
#BBCBD8
(187,203,216)
#D0D9E4
(208,217,228)
#E5E7F0
(229,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135B78 color. Also use rgb(19,91,120) instead hex code.

Text Font Color

.myTextColor { color: #135B78; }

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

This text font color is #135B78.


Background Color

.myBgColor { background-color: #135B78; }

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

This div background color is #135B78.


Border color

.myBorderColor { border: 1px solid #135B78; }

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

This div border color is #135B78.


Opacity

.myOpacity80 { color: #135B78; opacity: 0.8; }

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

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

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

This text has shadow with #135B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135B78 on black background.


Color preview on white background

This text has color #135B78 on white background.



Black color preview on #135B78 background

This text has black color on #135B78 background.


White color preview on #135B78 background

This text has white color on #135B78 background.