COLOR #1A353A

HEX: #1A353A
RGB: (26,53,58)

Color info

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

RGB color model

#1A353A color RGB value is (26,53,58).

  • red value is 26;
  • green value is 53;
  • blue value is 58.
RGB:
(26,53,58)
(10%,21%,23%)

RGB channels and saturation

R 26 of 255 = 10%
G 53 of 255 = 21%
B 58 of 255 = 23%

26
53
58

R + G + B ~ 18%. #1A353A is dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 53 + 58 = 137 (100%)
R 26 of 137 ~ 18.98%
G 53 of 137 ~ 38.69%
B 58 of 137 ~ 42.34%

%18.98
%38.69
%42.34

CMYK color model

#1A353A color CMYK value is (55,9,0,77).

  • cyan value is 55.17%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(55,9,0,77)
C55M9Y0K77 
(55%,9%,0%,77%)
(0.55/0.09/0.00/0.77)	

CMYK percentages

%55.17
%8.62
%0
%77.25

Codes

Color #1A353A in popluar color models

1A353A
RGB265358
HSL189°38.10%16.47%
HSB/HSV189°55.17%22.75%
CMYK55.17%8.62%0.00%
77.25%

Color #1A353A in popluar number systems.

HEX1A353A
Decimal265358
Binary11010110101111010
Octal326572

Shades and tints

Shades of #1A353A

#1A353A
(26,53,58)
#183135
(24,49,53)
#162D30
(22,45,48)
#14292B
(20,41,43)
#122526
(18,37,38)
#102121
(16,33,33)
#0E1D1C
(14,29,28)
#0C1917
(12,25,23)
#0A1512
(10,21,18)
#08110D
(8,17,13)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #1A353A

#1A353A
(26,53,58)
#2E474B
(46,71,75)
#42595C
(66,89,92)
#566B6D
(86,107,109)
#6A7D7E
(106,125,126)
#7E8F8F
(126,143,143)
#92A1A0
(146,161,160)
#A6B3B1
(166,179,177)
#BAC5C2
(186,197,194)
#CED7D3
(206,215,211)
#E2E9E4
(226,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A353A color. Also use rgb(26,53,58) instead hex code.

Text Font Color

.myTextColor { color: #1A353A; }

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

This text font color is #1A353A.


Background Color

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

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

This div background color is #1A353A.


Border color

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

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

This div border color is #1A353A.


Opacity

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

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

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

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

This text has shadow with #1A353A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A353A on black background.


Color preview on white background

This text has color #1A353A on white background.



Black color preview on #1A353A background

This text has black color on #1A353A background.


White color preview on #1A353A background

This text has white color on #1A353A background.