COLOR #1A95E1

HEX: #1A95E1
RGB: (26,149,225)

Color info

#1A95E1 contains mainly blue color. Web safe color of #1A95E1 is #0099CC (or #09C).

RGB color model

#1A95E1 color RGB value is (26,149,225).

  • red value is 26;
  • green value is 149;
  • blue value is 225.
RGB:
(26,149,225)
(10%,58%,88%)

RGB channels and saturation

R 26 of 255 = 10%
G 149 of 255 = 58%
B 225 of 255 = 88%

26
149
225

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

Portions of RGB colors in percentages

R + G + B =
26 + 149 + 225 = 400 (100%)
R 26 of 400 ~ 6.5%
G 149 of 400 ~ 37.25%
B 225 of 400 ~ 56.25%

%37.25
%56.25

CMYK color model

#1A95E1 color CMYK value is (88,34,0,12).

  • cyan value is 88.44%
  • magenta value is 33.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(88,34,0,12)
C88M34Y0K12 
(88%,34%,0%,12%)
(0.88/0.34/0.00/0.12)	

CMYK percentages

%88.44
%33.78
%0
%11.76

Codes

Color #1A95E1 in popluar color models

1A95E1
RGB26149225
HSL203°79.28%49.22%
HSB/HSV203°88.44%88.24%
CMYK88.44%33.78%0.00%
11.76%

Color #1A95E1 in popluar number systems.

HEX1A95E1
Decimal26149225
Binary110101001010111100001
Octal32225341

Shades and tints

Shades of #1A95E1

#1A95E1
(26,149,225)
#1888CD
(24,136,205)
#167BB9
(22,123,185)
#146EA5
(20,110,165)
#126191
(18,97,145)
#10547D
(16,84,125)
#0E4769
(14,71,105)
#0C3A55
(12,58,85)
#0A2D41
(10,45,65)
#08202D
(8,32,45)
#061319
(6,19,25)
#000000
(0,0,0)

Tints of #1A95E1

#1A95E1
(26,149,225)
#2E9EE3
(46,158,227)
#42A7E5
(66,167,229)
#56B0E7
(86,176,231)
#6AB9E9
(106,185,233)
#7EC2EB
(126,194,235)
#92CBED
(146,203,237)
#A6D4EF
(166,212,239)
#BADDF1
(186,221,241)
#CEE6F3
(206,230,243)
#E2EFF5
(226,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A95E1 color. Also use rgb(26,149,225) instead hex code.

Text Font Color

.myTextColor { color: #1A95E1; }

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

This text font color is #1A95E1.


Background Color

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

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

This div background color is #1A95E1.


Border color

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

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

This div border color is #1A95E1.


Opacity

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

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

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

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

This text has shadow with #1A95E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A95E1 on black background.


Color preview on white background

This text has color #1A95E1 on white background.



Black color preview on #1A95E1 background

This text has black color on #1A95E1 background.


White color preview on #1A95E1 background

This text has white color on #1A95E1 background.