COLOR #1A476E

HEX: #1A476E
RGB: (26,71,110)

Color info

#1A476E contains mainly green and blue colors. Web safe color of #1A476E is #003366 (or #036).

RGB color model

#1A476E color RGB value is (26,71,110).

  • red value is 26;
  • green value is 71;
  • blue value is 110.
RGB:
(26,71,110)
(10%,28%,43%)

RGB channels and saturation

R 26 of 255 = 10%
G 71 of 255 = 28%
B 110 of 255 = 43%

26
71
110

R + G + B ~ 27%. #1A476E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 71 + 110 = 207 (100%)
R 26 of 207 ~ 12.56%
G 71 of 207 ~ 34.3%
B 110 of 207 ~ 53.14%

%12.56
%34.3
%53.14

CMYK color model

#1A476E color CMYK value is (76,35,0,57).

  • cyan value is 76.36%
  • magenta value is 35.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(76,35,0,57)
C76M35Y0K57 
(76%,35%,0%,57%)
(0.76/0.35/0.00/0.57)	

CMYK percentages

%76.36
%35.45
%0
%56.86

Codes

Color #1A476E in popluar color models

1A476E
RGB2671110
HSL208°61.76%26.67%
HSB/HSV208°76.36%43.14%
CMYK76.36%35.45%0.00%
56.86%

Color #1A476E in popluar number systems.

HEX1A476E
Decimal2671110
Binary1101010001111101110
Octal32107156

Shades and tints

Shades of #1A476E

#1A476E
(26,71,110)
#184164
(24,65,100)
#163B5A
(22,59,90)
#143550
(20,53,80)
#122F46
(18,47,70)
#10293C
(16,41,60)
#0E2332
(14,35,50)
#0C1D28
(12,29,40)
#0A171E
(10,23,30)
#081114
(8,17,20)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #1A476E

#1A476E
(26,71,110)
#2E577B
(46,87,123)
#426788
(66,103,136)
#567795
(86,119,149)
#6A87A2
(106,135,162)
#7E97AF
(126,151,175)
#92A7BC
(146,167,188)
#A6B7C9
(166,183,201)
#BAC7D6
(186,199,214)
#CED7E3
(206,215,227)
#E2E7F0
(226,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A476E color. Also use rgb(26,71,110) instead hex code.

Text Font Color

.myTextColor { color: #1A476E; }

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

This text font color is #1A476E.


Background Color

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

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

This div background color is #1A476E.


Border color

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

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

This div border color is #1A476E.


Opacity

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

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

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

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

This text has shadow with #1A476E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A476E on black background.


Color preview on white background

This text has color #1A476E on white background.



Black color preview on #1A476E background

This text has black color on #1A476E background.


White color preview on #1A476E background

This text has white color on #1A476E background.