COLOR #1A3374

HEX: #1A3374
RGB: (26,51,116)

Color info

#1A3374 contains mainly blue color. Web safe color of #1A3374 is #003366 (or #036).

RGB color model

#1A3374 color RGB value is (26,51,116).

  • red value is 26;
  • green value is 51;
  • blue value is 116.
RGB:
(26,51,116)
(10%,20%,45%)

RGB channels and saturation

R 26 of 255 = 10%
G 51 of 255 = 20%
B 116 of 255 = 45%

26
51
116

R + G + B ~ 25%. #1A3374 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 51 + 116 = 193 (100%)
R 26 of 193 ~ 13.47%
G 51 of 193 ~ 26.42%
B 116 of 193 ~ 60.1%

%13.47
%26.42
%60.1

CMYK color model

#1A3374 color CMYK value is (78,56,0,55).

  • cyan value is 77.59%
  • magenta value is 56.03%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(78,56,0,55)
C78M56Y0K55 
(78%,56%,0%,55%)
(0.78/0.56/0.00/0.55)	

CMYK percentages

%77.59
%56.03
%0
%54.51

Codes

Color #1A3374 in popluar color models

1A3374
RGB2651116
HSL223°63.38%27.84%
HSB/HSV223°77.59%45.49%
CMYK77.59%56.03%0.00%
54.51%

Color #1A3374 in popluar number systems.

HEX1A3374
Decimal2651116
Binary110101100111110100
Octal3263164

Shades and tints

Shades of #1A3374

#1A3374
(26,51,116)
#182F6A
(24,47,106)
#162B60
(22,43,96)
#142756
(20,39,86)
#12234C
(18,35,76)
#101F42
(16,31,66)
#0E1B38
(14,27,56)
#0C172E
(12,23,46)
#0A1324
(10,19,36)
#080F1A
(8,15,26)
#060B10
(6,11,16)
#000000
(0,0,0)

Tints of #1A3374

#1A3374
(26,51,116)
#2E4580
(46,69,128)
#42578C
(66,87,140)
#566998
(86,105,152)
#6A7BA4
(106,123,164)
#7E8DB0
(126,141,176)
#929FBC
(146,159,188)
#A6B1C8
(166,177,200)
#BAC3D4
(186,195,212)
#CED5E0
(206,213,224)
#E2E7EC
(226,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A3374 color. Also use rgb(26,51,116) instead hex code.

Text Font Color

.myTextColor { color: #1A3374; }

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

This text font color is #1A3374.


Background Color

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

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

This div background color is #1A3374.


Border color

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

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

This div border color is #1A3374.


Opacity

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

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

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

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

This text has shadow with #1A3374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A3374 on black background.


Color preview on white background

This text has color #1A3374 on white background.



Black color preview on #1A3374 background

This text has black color on #1A3374 background.


White color preview on #1A3374 background

This text has white color on #1A3374 background.