COLOR #1B495A

HEX: #1B495A RGB: (27,73,90)

Color info

#1B495A contains mainly green and blue colors. Web safe color of #1B495A is #333366 (or #336).

RGB color model

#1B495A color RGB value is (27,73,90).

RGB: (27,73,90) (11%, 29%, 35%)

RGB channels and saturation

R 27 of 255 = 11%
G 73 of 255 = 29%
B 90 of 255 = 35%

27
73
90

R + G + B ~ 25%. #1B495A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 73 + 90 = 190 (100%)
R 27 of 190 ~ 14.21%
G 73 of 190 ~ 38.42%
B 90 of 190 ~ 47.37'%

%14.21
%38.42
%47.37

CMYK color model

#1B495A color CMYK value is (70,19,0,65).

  • cyan value is 70.00%
  • magenta value is 18.89%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (70,19,0,65)
C70M19Y0K65 (70%, 19%, 0%, 65%)
(0.70 / 0.19 / 0.00 / 0.65)

CMYK percentages

%70
%18.89
%0
%64.71

Codes

Color #1B495A in popluar color models

1B 49 5A
RGB 27 73 90
HSL 196° 53.85% 22.94%
HSB/HSV 196° 70.00% 35.29%
CMYK 70.00% 18.89% 0.00%
64.71%

Color #1B495A in popluar number systems.

HEX 1B 49 5A
Decimal 27 73 90
Binary 11011 1001001 1011010
Octal 33 111 132

Shades and tints

Shades of #1B495A

#1B495A
(27,73,90)
#194352
(25,67,82)
#173D4A
(23,61,74)
#153742
(21,55,66)
#13313A
(19,49,58)
#112B32
(17,43,50)
#0F252A
(15,37,42)
#0D1F22
(13,31,34)
#0B191A
(11,25,26)
#091312
(9,19,18)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #1B495A

#1B495A
(27,73,90)
#2F5969
(47,89,105)
#436978
(67,105,120)
#577987
(87,121,135)
#6B8996
(107,137,150)
#7F99A5
(127,153,165)
#93A9B4
(147,169,180)
#A7B9C3
(167,185,195)
#BBC9D2
(187,201,210)
#CFD9E1
(207,217,225)
#E3E9F0
(227,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B495A color. Also use rgb(27,73,90) instead hex code.

Text Font Color

.myTextColor { color: #1B495A; }

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

This text font color is #1B495A.

Background Color

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

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

This div background color is #1B495A.

Border color

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

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

This div border color is #1B495A.

Opacity

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

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

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

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

This text has shadow with #1B495A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B495A.

Preview

Color preview on black background

This text has color #1B495A on black background.


Color preview on white background

This text has color #1B495A on white background.


Black color preview on #1B495A background

This text has black color on #1B495A background.


White color preview on #1B495A background

This text has white color on #1B495A background.


Related colors

Complementary color

Complementary color for #hex is #E4B6A5.


I love getcolorcode.com

Triadic colors

1 #5A1B49 and #495A1B with #1B495A are triadic colors.

2 #5A491B and #491B5A with #1B495A are triadic colors.