COLOR #135970

HEX: #135970
RGB: (19,89,112)

Color info

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

RGB color model

#135970 color RGB value is (19,89,112).

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

RGB channels and saturation

R 19 of 255 = 7%
G 89 of 255 = 35%
B 112 of 255 = 44%

19
89
112

R + G + B ~ 29%. #135970 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 89 + 112 = 220 (100%)
R 19 of 220 ~ 8.64%
G 89 of 220 ~ 40.45%
B 112 of 220 ~ 50.91%

%40.45
%50.91

CMYK color model

#135970 color CMYK value is (83,21,0,56).

  • cyan value is 83.04%
  • magenta value is 20.54%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(83,21,0,56)
C83M21Y0K56 
(83%,21%,0%,56%)
(0.83/0.21/0.00/0.56)	

CMYK percentages

%83.04
%20.54
%0
%56.08

Codes

Color #135970 in popluar color models

135970
RGB1989112
HSL195°70.99%25.69%
HSB/HSV195°83.04%43.92%
CMYK83.04%20.54%0.00%
56.08%

Color #135970 in popluar number systems.

HEX135970
Decimal1989112
Binary1001110110011110000
Octal23131160

Shades and tints

Shades of #135970

#135970
(19,89,112)
#125166
(18,81,102)
#11495C
(17,73,92)
#104152
(16,65,82)
#0F3948
(15,57,72)
#0E313E
(14,49,62)
#0D2934
(13,41,52)
#0C212A
(12,33,42)
#0B1920
(11,25,32)
#0A1116
(10,17,22)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #135970

#135970
(19,89,112)
#28687D
(40,104,125)
#3D778A
(61,119,138)
#528697
(82,134,151)
#6795A4
(103,149,164)
#7CA4B1
(124,164,177)
#91B3BE
(145,179,190)
#A6C2CB
(166,194,203)
#BBD1D8
(187,209,216)
#D0E0E5
(208,224,229)
#E5EFF2
(229,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #135970; }

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

This text font color is #135970.


Background Color

.myBgColor { background-color: #135970; }

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

This div background color is #135970.


Border color

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

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

This div border color is #135970.


Opacity

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

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

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

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

This text has shadow with #135970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135970 on black background.


Color preview on white background

This text has color #135970 on white background.



Black color preview on #135970 background

This text has black color on #135970 background.


White color preview on #135970 background

This text has white color on #135970 background.