COLOR #1A3648

HEX: #1A3648
RGB: (26,54,72)

Color info

#1A3648 contains red, green and blue colors in about the same proportion. Web safe color of #1A3648 is #003333 (or #033).

RGB color model

#1A3648 color RGB value is (26,54,72).

  • red value is 26;
  • green value is 54;
  • blue value is 72.
RGB:
(26,54,72)
(10%,21%,28%)

RGB channels and saturation

R 26 of 255 = 10%
G 54 of 255 = 21%
B 72 of 255 = 28%

26
54
72

R + G + B ~ 20%. #1A3648 is dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 54 + 72 = 152 (100%)
R 26 of 152 ~ 17.11%
G 54 of 152 ~ 35.53%
B 72 of 152 ~ 47.37%

%17.11
%35.53
%47.37

CMYK color model

#1A3648 color CMYK value is (64,25,0,72).

  • cyan value is 63.89%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(64,25,0,72)
C64M25Y0K72 
(64%,25%,0%,72%)
(0.64/0.25/0.00/0.72)	

CMYK percentages

%63.89
%25
%0
%71.76

Codes

Color #1A3648 in popluar color models

1A3648
RGB265472
HSL203°46.94%19.22%
HSB/HSV203°63.89%28.24%
CMYK63.89%25.00%0.00%
71.76%

Color #1A3648 in popluar number systems.

HEX1A3648
Decimal265472
Binary110101101101001000
Octal3266110

Shades and tints

Shades of #1A3648

#1A3648
(26,54,72)
#183242
(24,50,66)
#162E3C
(22,46,60)
#142A36
(20,42,54)
#122630
(18,38,48)
#10222A
(16,34,42)
#0E1E24
(14,30,36)
#0C1A1E
(12,26,30)
#0A1618
(10,22,24)
#081212
(8,18,18)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #1A3648

#1A3648
(26,54,72)
#2E4858
(46,72,88)
#425A68
(66,90,104)
#566C78
(86,108,120)
#6A7E88
(106,126,136)
#7E9098
(126,144,152)
#92A2A8
(146,162,168)
#A6B4B8
(166,180,184)
#BAC6C8
(186,198,200)
#CED8D8
(206,216,216)
#E2EAE8
(226,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A3648 color. Also use rgb(26,54,72) instead hex code.

Text Font Color

.myTextColor { color: #1A3648; }

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

This text font color is #1A3648.


Background Color

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

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

This div background color is #1A3648.


Border color

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

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

This div border color is #1A3648.


Opacity

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

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

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

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

This text has shadow with #1A3648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A3648 on black background.


Color preview on white background

This text has color #1A3648 on white background.



Black color preview on #1A3648 background

This text has black color on #1A3648 background.


White color preview on #1A3648 background

This text has white color on #1A3648 background.