COLOR #1A6E87

HEX: #1A6E87
RGB: (26,110,135)

Color info

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

RGB color model

#1A6E87 color RGB value is (26,110,135).

  • red value is 26;
  • green value is 110;
  • blue value is 135.
RGB:
(26,110,135)
(10%,43%,53%)

RGB channels and saturation

R 26 of 255 = 10%
G 110 of 255 = 43%
B 135 of 255 = 53%

26
110
135

R + G + B ~ 35%. #1A6E87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 110 + 135 = 271 (100%)
R 26 of 271 ~ 9.59%
G 110 of 271 ~ 40.59%
B 135 of 271 ~ 49.82%

%9.59
%40.59
%49.82

CMYK color model

#1A6E87 color CMYK value is (81,19,0,47).

  • cyan value is 80.74%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(81,19,0,47)
C81M19Y0K47 
(81%,19%,0%,47%)
(0.81/0.19/0.00/0.47)	

CMYK percentages

%80.74
%18.52
%0
%47.06

Codes

Color #1A6E87 in popluar color models

1A6E87
RGB26110135
HSL194°67.70%31.57%
HSB/HSV194°80.74%52.94%
CMYK80.74%18.52%0.00%
47.06%

Color #1A6E87 in popluar number systems.

HEX1A6E87
Decimal26110135
Binary11010110111010000111
Octal32156207

Shades and tints

Shades of #1A6E87

#1A6E87
(26,110,135)
#18647B
(24,100,123)
#165A6F
(22,90,111)
#145063
(20,80,99)
#124657
(18,70,87)
#103C4B
(16,60,75)
#0E323F
(14,50,63)
#0C2833
(12,40,51)
#0A1E27
(10,30,39)
#08141B
(8,20,27)
#060A0F
(6,10,15)
#000000
(0,0,0)

Tints of #1A6E87

#1A6E87
(26,110,135)
#2E7B91
(46,123,145)
#42889B
(66,136,155)
#5695A5
(86,149,165)
#6AA2AF
(106,162,175)
#7EAFB9
(126,175,185)
#92BCC3
(146,188,195)
#A6C9CD
(166,201,205)
#BAD6D7
(186,214,215)
#CEE3E1
(206,227,225)
#E2F0EB
(226,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A6E87 color. Also use rgb(26,110,135) instead hex code.

Text Font Color

.myTextColor { color: #1A6E87; }

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

This text font color is #1A6E87.


Background Color

.myBgColor { background-color: #1A6E87; }

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

This div background color is #1A6E87.


Border color

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

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

This div border color is #1A6E87.


Opacity

.myOpacity80 { color: #1A6E87; opacity: 0.8; }

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

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

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

This text has shadow with #1A6E87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A6E87 on black background.


Color preview on white background

This text has color #1A6E87 on white background.



Black color preview on #1A6E87 background

This text has black color on #1A6E87 background.


White color preview on #1A6E87 background

This text has white color on #1A6E87 background.