COLOR #1A363E

HEX: #1A363E
RGB: (26,54,62)

Color info

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

RGB color model

#1A363E color RGB value is (26,54,62).

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

RGB channels and saturation

R 26 of 255 = 10%
G 54 of 255 = 21%
B 62 of 255 = 24%

26
54
62

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

Portions of RGB colors in percentages

R + G + B =
26 + 54 + 62 = 142 (100%)
R 26 of 142 ~ 18.31%
G 54 of 142 ~ 38.03%
B 62 of 142 ~ 43.66%

%18.31
%38.03
%43.66

CMYK color model

#1A363E color CMYK value is (58,13,0,76).

  • cyan value is 58.06%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(58,13,0,76)
C58M13Y0K76 
(58%,13%,0%,76%)
(0.58/0.13/0.00/0.76)	

CMYK percentages

%58.06
%12.9
%0
%75.69

Codes

Color #1A363E in popluar color models

1A363E
RGB265462
HSL193°40.91%17.25%
HSB/HSV193°58.06%24.31%
CMYK58.06%12.90%0.00%
75.69%

Color #1A363E in popluar number systems.

HEX1A363E
Decimal265462
Binary11010110110111110
Octal326676

Shades and tints

Shades of #1A363E

#1A363E
(26,54,62)
#183239
(24,50,57)
#162E34
(22,46,52)
#142A2F
(20,42,47)
#12262A
(18,38,42)
#102225
(16,34,37)
#0E1E20
(14,30,32)
#0C1A1B
(12,26,27)
#0A1616
(10,22,22)
#081211
(8,18,17)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #1A363E

#1A363E
(26,54,62)
#2E484F
(46,72,79)
#425A60
(66,90,96)
#566C71
(86,108,113)
#6A7E82
(106,126,130)
#7E9093
(126,144,147)
#92A2A4
(146,162,164)
#A6B4B5
(166,180,181)
#BAC6C6
(186,198,198)
#CED8D7
(206,216,215)
#E2EAE8
(226,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1A363E; }

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

This text font color is #1A363E.


Background Color

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

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

This div background color is #1A363E.


Border color

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

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

This div border color is #1A363E.


Opacity

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

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

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

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

This text has shadow with #1A363E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A363E on black background.


Color preview on white background

This text has color #1A363E on white background.



Black color preview on #1A363E background

This text has black color on #1A363E background.


White color preview on #1A363E background

This text has white color on #1A363E background.