COLOR #135159

HEX: #135159
RGB: (19,81,89)

Color info

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

RGB color model

#135159 color RGB value is (19,81,89).

  • red value is 19;
  • green value is 81;
  • blue value is 89.
RGB:
(19,81,89)
(7%,32%,35%)

RGB channels and saturation

R 19 of 255 = 7%
G 81 of 255 = 32%
B 89 of 255 = 35%

19
81
89

R + G + B ~ 25%. #135159 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 81 + 89 = 189 (100%)
R 19 of 189 ~ 10.05%
G 81 of 189 ~ 42.86%
B 89 of 189 ~ 47.09%

%10.05
%42.86
%47.09

CMYK color model

#135159 color CMYK value is (79,9,0,65).

  • cyan value is 78.65%
  • magenta value is 8.99%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(79,9,0,65)
C79M9Y0K65 
(79%,9%,0%,65%)
(0.79/0.09/0.00/0.65)	

CMYK percentages

%78.65
%8.99
%0
%65.1

Codes

Color #135159 in popluar color models

135159
RGB198189
HSL187°64.81%21.18%
HSB/HSV187°78.65%34.90%
CMYK78.65%8.99%0.00%
65.10%

Color #135159 in popluar number systems.

HEX135159
Decimal198189
Binary1001110100011011001
Octal23121131

Shades and tints

Shades of #135159

#135159
(19,81,89)
#124A51
(18,74,81)
#114349
(17,67,73)
#103C41
(16,60,65)
#0F3539
(15,53,57)
#0E2E31
(14,46,49)
#0D2729
(13,39,41)
#0C2021
(12,32,33)
#0B1919
(11,25,25)
#0A1211
(10,18,17)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #135159

#135159
(19,81,89)
#286068
(40,96,104)
#3D6F77
(61,111,119)
#527E86
(82,126,134)
#678D95
(103,141,149)
#7C9CA4
(124,156,164)
#91ABB3
(145,171,179)
#A6BAC2
(166,186,194)
#BBC9D1
(187,201,209)
#D0D8E0
(208,216,224)
#E5E7EF
(229,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135159 color. Also use rgb(19,81,89) instead hex code.

Text Font Color

.myTextColor { color: #135159; }

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

This text font color is #135159.


Background Color

.myBgColor { background-color: #135159; }

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

This div background color is #135159.


Border color

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

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

This div border color is #135159.


Opacity

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

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

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

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

This text has shadow with #135159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135159 on black background.


Color preview on white background

This text has color #135159 on white background.



Black color preview on #135159 background

This text has black color on #135159 background.


White color preview on #135159 background

This text has white color on #135159 background.