COLOR #1A7CB4

HEX: #1A7CB4
RGB: (26,124,180)

Color info

#1A7CB4 contains mainly green and blue colors. Web safe color of #1A7CB4 is #0066CC (or #06C).

RGB color model

#1A7CB4 color RGB value is (26,124,180).

  • red value is 26;
  • green value is 124;
  • blue value is 180.
RGB:
(26,124,180)
(10%,49%,71%)

RGB channels and saturation

R 26 of 255 = 10%
G 124 of 255 = 49%
B 180 of 255 = 71%

26
124
180

R + G + B ~ 43%. #1A7CB4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
26 + 124 + 180 = 330 (100%)
R 26 of 330 ~ 7.88%
G 124 of 330 ~ 37.58%
B 180 of 330 ~ 54.55%

%37.58
%54.55

CMYK color model

#1A7CB4 color CMYK value is (86,31,0,29).

  • cyan value is 85.56%
  • magenta value is 31.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(86,31,0,29)
C86M31Y0K29 
(86%,31%,0%,29%)
(0.86/0.31/0.00/0.29)	

CMYK percentages

%85.56
%31.11
%0
%29.41

Codes

Color #1A7CB4 in popluar color models

1A7CB4
RGB26124180
HSL202°74.76%40.39%
HSB/HSV202°85.56%70.59%
CMYK85.56%31.11%0.00%
29.41%

Color #1A7CB4 in popluar number systems.

HEX1A7CB4
Decimal26124180
Binary11010111110010110100
Octal32174264

Shades and tints

Shades of #1A7CB4

#1A7CB4
(26,124,180)
#1871A4
(24,113,164)
#166694
(22,102,148)
#145B84
(20,91,132)
#125074
(18,80,116)
#104564
(16,69,100)
#0E3A54
(14,58,84)
#0C2F44
(12,47,68)
#0A2434
(10,36,52)
#081924
(8,25,36)
#060E14
(6,14,20)
#000000
(0,0,0)

Tints of #1A7CB4

#1A7CB4
(26,124,180)
#2E87BA
(46,135,186)
#4292C0
(66,146,192)
#569DC6
(86,157,198)
#6AA8CC
(106,168,204)
#7EB3D2
(126,179,210)
#92BED8
(146,190,216)
#A6C9DE
(166,201,222)
#BAD4E4
(186,212,228)
#CEDFEA
(206,223,234)
#E2EAF0
(226,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A7CB4 color. Also use rgb(26,124,180) instead hex code.

Text Font Color

.myTextColor { color: #1A7CB4; }

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

This text font color is #1A7CB4.


Background Color

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

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

This div background color is #1A7CB4.


Border color

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

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

This div border color is #1A7CB4.


Opacity

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

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

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

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

This text has shadow with #1A7CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A7CB4 on black background.


Color preview on white background

This text has color #1A7CB4 on white background.



Black color preview on #1A7CB4 background

This text has black color on #1A7CB4 background.


White color preview on #1A7CB4 background

This text has white color on #1A7CB4 background.