COLOR #1A52B7

HEX: #1A52B7
RGB: (26,82,183)

Color info

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

RGB color model

#1A52B7 color RGB value is (26,82,183).

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

RGB channels and saturation

R 26 of 255 = 10%
G 82 of 255 = 32%
B 183 of 255 = 72%

26
82
183

R + G + B ~ 38%. #1A52B7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 82 + 183 = 291 (100%)
R 26 of 291 ~ 8.93%
G 82 of 291 ~ 28.18%
B 183 of 291 ~ 62.89%

%28.18
%62.89

CMYK color model

#1A52B7 color CMYK value is (86,55,0,28).

  • cyan value is 85.79%
  • magenta value is 55.19%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(86,55,0,28)
C86M55Y0K28 
(86%,55%,0%,28%)
(0.86/0.55/0.00/0.28)	

CMYK percentages

%85.79
%55.19
%0
%28.24

Codes

Color #1A52B7 in popluar color models

1A52B7
RGB2682183
HSL219°75.12%40.98%
HSB/HSV219°85.79%71.76%
CMYK85.79%55.19%0.00%
28.24%

Color #1A52B7 in popluar number systems.

HEX1A52B7
Decimal2682183
Binary11010101001010110111
Octal32122267

Shades and tints

Shades of #1A52B7

#1A52B7
(26,82,183)
#184BA7
(24,75,167)
#164497
(22,68,151)
#143D87
(20,61,135)
#123677
(18,54,119)
#102F67
(16,47,103)
#0E2857
(14,40,87)
#0C2147
(12,33,71)
#0A1A37
(10,26,55)
#081327
(8,19,39)
#060C17
(6,12,23)
#000000
(0,0,0)

Tints of #1A52B7

#1A52B7
(26,82,183)
#2E61BD
(46,97,189)
#4270C3
(66,112,195)
#567FC9
(86,127,201)
#6A8ECF
(106,142,207)
#7E9DD5
(126,157,213)
#92ACDB
(146,172,219)
#A6BBE1
(166,187,225)
#BACAE7
(186,202,231)
#CED9ED
(206,217,237)
#E2E8F3
(226,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1A52B7; }

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

This text font color is #1A52B7.


Background Color

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

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

This div background color is #1A52B7.


Border color

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

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

This div border color is #1A52B7.


Opacity

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

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

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

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

This text has shadow with #1A52B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A52B7 on black background.


Color preview on white background

This text has color #1A52B7 on white background.



Black color preview on #1A52B7 background

This text has black color on #1A52B7 background.


White color preview on #1A52B7 background

This text has white color on #1A52B7 background.