COLOR #135691

HEX: #135691
RGB: (19,86,145)

Color info

#135691 contains mainly green and blue colors. Web safe color of #135691 is #006699 (or #069).

RGB color model

#135691 color RGB value is (19,86,145).

  • red value is 19;
  • green value is 86;
  • blue value is 145.
RGB:
(19,86,145)
(7%,34%,57%)

RGB channels and saturation

R 19 of 255 = 7%
G 86 of 255 = 34%
B 145 of 255 = 57%

19
86
145

R + G + B ~ 33%. #135691 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 86 + 145 = 250 (100%)
R 19 of 250 ~ 7.6%
G 86 of 250 ~ 34.4%
B 145 of 250 ~ 58%

%34.4
%58

CMYK color model

#135691 color CMYK value is (87,41,0,43).

  • cyan value is 86.90%
  • magenta value is 40.69%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(87,41,0,43)
C87M41Y0K43 
(87%,41%,0%,43%)
(0.87/0.41/0.00/0.43)	

CMYK percentages

%86.9
%40.69
%0
%43.14

Codes

Color #135691 in popluar color models

135691
RGB1986145
HSL208°76.83%32.16%
HSB/HSV208°86.90%56.86%
CMYK86.90%40.69%0.00%
43.14%

Color #135691 in popluar number systems.

HEX135691
Decimal1986145
Binary10011101011010010001
Octal23126221

Shades and tints

Shades of #135691

#135691
(19,86,145)
#124F84
(18,79,132)
#114877
(17,72,119)
#10416A
(16,65,106)
#0F3A5D
(15,58,93)
#0E3350
(14,51,80)
#0D2C43
(13,44,67)
#0C2536
(12,37,54)
#0B1E29
(11,30,41)
#0A171C
(10,23,28)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #135691

#135691
(19,86,145)
#28659B
(40,101,155)
#3D74A5
(61,116,165)
#5283AF
(82,131,175)
#6792B9
(103,146,185)
#7CA1C3
(124,161,195)
#91B0CD
(145,176,205)
#A6BFD7
(166,191,215)
#BBCEE1
(187,206,225)
#D0DDEB
(208,221,235)
#E5ECF5
(229,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135691 color. Also use rgb(19,86,145) instead hex code.

Text Font Color

.myTextColor { color: #135691; }

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

This text font color is #135691.


Background Color

.myBgColor { background-color: #135691; }

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

This div background color is #135691.


Border color

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

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

This div border color is #135691.


Opacity

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

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

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

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

This text has shadow with #135691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135691 on black background.


Color preview on white background

This text has color #135691 on white background.



Black color preview on #135691 background

This text has black color on #135691 background.


White color preview on #135691 background

This text has white color on #135691 background.