COLOR #1A3352

HEX: #1A3352
RGB: (26,51,82)

Color info

#1A3352 contains red, green and blue colors in about the same proportion. Web safe color of #1A3352 is #003366 (or #036).

RGB color model

#1A3352 color RGB value is (26,51,82).

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

RGB channels and saturation

R 26 of 255 = 10%
G 51 of 255 = 20%
B 82 of 255 = 32%

26
51
82

R + G + B ~ 21%. #1A3352 is dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 51 + 82 = 159 (100%)
R 26 of 159 ~ 16.35%
G 51 of 159 ~ 32.08%
B 82 of 159 ~ 51.57%

%16.35
%32.08
%51.57

CMYK color model

#1A3352 color CMYK value is (68,38,0,68).

  • cyan value is 68.29%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(68,38,0,68)
C68M38Y0K68 
(68%,38%,0%,68%)
(0.68/0.38/0.00/0.68)	

CMYK percentages

%68.29
%37.8
%0
%67.84

Codes

Color #1A3352 in popluar color models

1A3352
RGB265182
HSL213°51.85%21.18%
HSB/HSV213°68.29%32.16%
CMYK68.29%37.80%0.00%
67.84%

Color #1A3352 in popluar number systems.

HEX1A3352
Decimal265182
Binary110101100111010010
Octal3263122

Shades and tints

Shades of #1A3352

#1A3352
(26,51,82)
#182F4B
(24,47,75)
#162B44
(22,43,68)
#14273D
(20,39,61)
#122336
(18,35,54)
#101F2F
(16,31,47)
#0E1B28
(14,27,40)
#0C1721
(12,23,33)
#0A131A
(10,19,26)
#080F13
(8,15,19)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #1A3352

#1A3352
(26,51,82)
#2E4561
(46,69,97)
#425770
(66,87,112)
#56697F
(86,105,127)
#6A7B8E
(106,123,142)
#7E8D9D
(126,141,157)
#929FAC
(146,159,172)
#A6B1BB
(166,177,187)
#BAC3CA
(186,195,202)
#CED5D9
(206,213,217)
#E2E7E8
(226,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1A3352; }

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

This text font color is #1A3352.


Background Color

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

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

This div background color is #1A3352.


Border color

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

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

This div border color is #1A3352.


Opacity

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

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

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

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

This text has shadow with #1A3352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A3352 on black background.


Color preview on white background

This text has color #1A3352 on white background.



Black color preview on #1A3352 background

This text has black color on #1A3352 background.


White color preview on #1A3352 background

This text has white color on #1A3352 background.