COLOR #1A49AE

HEX: #1A49AE
RGB: (26,73,174)

Color info

#1A49AE contains mainly blue color. Web safe color of #1A49AE is #003399 (or #039).

RGB color model

#1A49AE color RGB value is (26,73,174).

  • red value is 26;
  • green value is 73;
  • blue value is 174.
RGB:
(26,73,174)
(10%,29%,68%)

RGB channels and saturation

R 26 of 255 = 10%
G 73 of 255 = 29%
B 174 of 255 = 68%

26
73
174

R + G + B ~ 36%. #1A49AE is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 73 + 174 = 273 (100%)
R 26 of 273 ~ 9.52%
G 73 of 273 ~ 26.74%
B 174 of 273 ~ 63.74%

%9.52
%26.74
%63.74

CMYK color model

#1A49AE color CMYK value is (85,58,0,32).

  • cyan value is 85.06%
  • magenta value is 58.05%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(85,58,0,32)
C85M58Y0K32 
(85%,58%,0%,32%)
(0.85/0.58/0.00/0.32)	

CMYK percentages

%85.06
%58.05
%0
%31.76

Codes

Color #1A49AE in popluar color models

1A49AE
RGB2673174
HSL221°74.00%39.22%
HSB/HSV221°85.06%68.24%
CMYK85.06%58.05%0.00%
31.76%

Color #1A49AE in popluar number systems.

HEX1A49AE
Decimal2673174
Binary11010100100110101110
Octal32111256

Shades and tints

Shades of #1A49AE

#1A49AE
(26,73,174)
#18439F
(24,67,159)
#163D90
(22,61,144)
#143781
(20,55,129)
#123172
(18,49,114)
#102B63
(16,43,99)
#0E2554
(14,37,84)
#0C1F45
(12,31,69)
#0A1936
(10,25,54)
#081327
(8,19,39)
#060D18
(6,13,24)
#000000
(0,0,0)

Tints of #1A49AE

#1A49AE
(26,73,174)
#2E59B5
(46,89,181)
#4269BC
(66,105,188)
#5679C3
(86,121,195)
#6A89CA
(106,137,202)
#7E99D1
(126,153,209)
#92A9D8
(146,169,216)
#A6B9DF
(166,185,223)
#BAC9E6
(186,201,230)
#CED9ED
(206,217,237)
#E2E9F4
(226,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A49AE color. Also use rgb(26,73,174) instead hex code.

Text Font Color

.myTextColor { color: #1A49AE; }

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

This text font color is #1A49AE.


Background Color

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

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

This div background color is #1A49AE.


Border color

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

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

This div border color is #1A49AE.


Opacity

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

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

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

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

This text has shadow with #1A49AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A49AE on black background.


Color preview on white background

This text has color #1A49AE on white background.



Black color preview on #1A49AE background

This text has black color on #1A49AE background.


White color preview on #1A49AE background

This text has white color on #1A49AE background.