COLOR #1A73B7

HEX: #1A73B7
RGB: (26,115,183)

Color info

#1A73B7 contains mainly blue color. Web safe color of #1A73B7 is #0066CC (or #06C).

RGB color model

#1A73B7 color RGB value is (26,115,183).

  • red value is 26;
  • green value is 115;
  • blue value is 183.
RGB:
(26,115,183)
(10%,45%,72%)

RGB channels and saturation

R 26 of 255 = 10%
G 115 of 255 = 45%
B 183 of 255 = 72%

26
115
183

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

Portions of RGB colors in percentages

R + G + B =
26 + 115 + 183 = 324 (100%)
R 26 of 324 ~ 8.02%
G 115 of 324 ~ 35.49%
B 183 of 324 ~ 56.48%

%35.49
%56.48

CMYK color model

#1A73B7 color CMYK value is (86,37,0,28).

  • cyan value is 85.79%
  • magenta value is 37.16%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(86,37,0,28)
C86M37Y0K28 
(86%,37%,0%,28%)
(0.86/0.37/0.00/0.28)	

CMYK percentages

%85.79
%37.16
%0
%28.24

Codes

Color #1A73B7 in popluar color models

1A73B7
RGB26115183
HSL206°75.12%40.98%
HSB/HSV206°85.79%71.76%
CMYK85.79%37.16%0.00%
28.24%

Color #1A73B7 in popluar number systems.

HEX1A73B7
Decimal26115183
Binary11010111001110110111
Octal32163267

Shades and tints

Shades of #1A73B7

#1A73B7
(26,115,183)
#1869A7
(24,105,167)
#165F97
(22,95,151)
#145587
(20,85,135)
#124B77
(18,75,119)
#104167
(16,65,103)
#0E3757
(14,55,87)
#0C2D47
(12,45,71)
#0A2337
(10,35,55)
#081927
(8,25,39)
#060F17
(6,15,23)
#000000
(0,0,0)

Tints of #1A73B7

#1A73B7
(26,115,183)
#2E7FBD
(46,127,189)
#428BC3
(66,139,195)
#5697C9
(86,151,201)
#6AA3CF
(106,163,207)
#7EAFD5
(126,175,213)
#92BBDB
(146,187,219)
#A6C7E1
(166,199,225)
#BAD3E7
(186,211,231)
#CEDFED
(206,223,237)
#E2EBF3
(226,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A73B7 color. Also use rgb(26,115,183) instead hex code.

Text Font Color

.myTextColor { color: #1A73B7; }

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

This text font color is #1A73B7.


Background Color

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

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

This div background color is #1A73B7.


Border color

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

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

This div border color is #1A73B7.


Opacity

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

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

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

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

This text has shadow with #1A73B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A73B7 on black background.


Color preview on white background

This text has color #1A73B7 on white background.



Black color preview on #1A73B7 background

This text has black color on #1A73B7 background.


White color preview on #1A73B7 background

This text has white color on #1A73B7 background.