COLOR #135964

HEX: #135964 RGB: (19,89,100)

Color info

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

RGB color model

#135964 color RGB value is (19,89,100).

RGB: (19,89,100) (7%, 35%, 39%)

RGB channels and saturation

R 19 of 255 = 7%
G 89 of 255 = 35%
B 100 of 255 = 39%

19
89
100

R + G + B ~ 27%. #135964 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 89 + 100 = 208 (100%)
R 19 of 208 ~ 9.13%
G 89 of 208 ~ 42.79%
B 100 of 208 ~ 48.08'%

%42.79
%48.08

CMYK color model

#135964 color CMYK value is (81,11,0,61).

  • cyan value is 81.00%
  • magenta value is 11.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (81,11,0,61)
C81M11Y0K61 (81%, 11%, 0%, 61%)
(0.81 / 0.11 / 0.00 / 0.61)

CMYK percentages

%81
%11
%0
%60.78

Codes

Color #135964 in popluar color models

13 59 64
RGB 19 89 100
HSL 188° 68.07% 23.33%
HSB/HSV 188° 81.00% 39.22%
CMYK 81.00% 11.00% 0.00%
60.78%

Color #135964 in popluar number systems.

HEX 13 59 64
Decimal 19 89 100
Binary 10011 1011001 1100100
Octal 23 131 144

Shades and tints

Shades of #135964

#135964
(19,89,100)
#12515B
(18,81,91)
#114952
(17,73,82)
#104149
(16,65,73)
#0F3940
(15,57,64)
#0E3137
(14,49,55)
#0D292E
(13,41,46)
#0C2125
(12,33,37)
#0B191C
(11,25,28)
#0A1113
(10,17,19)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #135964

#135964
(19,89,100)
#286872
(40,104,114)
#3D7780
(61,119,128)
#52868E
(82,134,142)
#67959C
(103,149,156)
#7CA4AA
(124,164,170)
#91B3B8
(145,179,184)
#A6C2C6
(166,194,198)
#BBD1D4
(187,209,212)
#D0E0E2
(208,224,226)
#E5EFF0
(229,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #135964; }

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

This text font color is #135964.

Background Color

.myBgColor { background-color: #135964; }

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

This div background color is #135964.

Border color

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

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

This div border color is #135964.

Opacity

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

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

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

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

This text has shadow with #135964 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #135964.

Preview

Color preview on black background

This text has color #135964 on black background.


Color preview on white background

This text has color #135964 on white background.


Black color preview on #135964 background

This text has black color on #135964 background.


White color preview on #135964 background

This text has white color on #135964 background.


Related colors

Complementary color

Complementary color for #hex is #ECA69B.


I love getcolorcode.com

Triadic colors

1 #641359 and #596413 with #135964 are triadic colors.

2 #645913 and #591364 with #135964 are triadic colors.