COLOR #1B396A

HEX: #1B396A RGB: (27,57,106)

Color info

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

RGB color model

#1B396A color RGB value is (27,57,106).

RGB: (27,57,106) (11%, 22%, 42%)

RGB channels and saturation

R 27 of 255 = 11%
G 57 of 255 = 22%
B 106 of 255 = 42%

27
57
106

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

Portions of RGB colors in percentages

R + G + B = 27 + 57 + 106 = 190 (100%)
R 27 of 190 ~ 14.21%
G 57 of 190 ~ 30%
B 106 of 190 ~ 55.79'%

%14.21
%30
%55.79

CMYK color model

#1B396A color CMYK value is (75,46,0,58).

  • cyan value is 74.53%
  • magenta value is 46.23%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (75,46,0,58)
C75M46Y0K58 (75%, 46%, 0%, 58%)
(0.75 / 0.46 / 0.00 / 0.58)

CMYK percentages

%74.53
%46.23
%0
%58.43

Codes

Color #1B396A in popluar color models

1B 39 6A
RGB 27 57 106
HSL 217° 59.40% 26.08%
HSB/HSV 217° 74.53% 41.57%
CMYK 74.53% 46.23% 0.00%
58.43%

Color #1B396A in popluar number systems.

HEX 1B 39 6A
Decimal 27 57 106
Binary 11011 111001 1101010
Octal 33 71 152

Shades and tints

Shades of #1B396A

#1B396A
(27,57,106)
#193461
(25,52,97)
#172F58
(23,47,88)
#152A4F
(21,42,79)
#132546
(19,37,70)
#11203D
(17,32,61)
#0F1B34
(15,27,52)
#0D162B
(13,22,43)
#0B1122
(11,17,34)
#090C19
(9,12,25)
#070710
(7,7,16)
#000000
(0,0,0)

Tints of #1B396A

#1B396A
(27,57,106)
#2F4B77
(47,75,119)
#435D84
(67,93,132)
#576F91
(87,111,145)
#6B819E
(107,129,158)
#7F93AB
(127,147,171)
#93A5B8
(147,165,184)
#A7B7C5
(167,183,197)
#BBC9D2
(187,201,210)
#CFDBDF
(207,219,223)
#E3EDEC
(227,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B396A color. Also use rgb(27,57,106) instead hex code.

Text Font Color

.myTextColor { color: #1B396A; }

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

This text font color is #1B396A.

Background Color

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

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

This div background color is #1B396A.

Border color

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

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

This div border color is #1B396A.

Opacity

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

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

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

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

This text has shadow with #1B396A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B396A.

Preview

Color preview on black background

This text has color #1B396A on black background.


Color preview on white background

This text has color #1B396A on white background.


Black color preview on #1B396A background

This text has black color on #1B396A background.


White color preview on #1B396A background

This text has white color on #1B396A background.


Related colors

Complementary color

Complementary color for #hex is #E4C695.


I love getcolorcode.com

Triadic colors

1 #6A1B39 and #396A1B with #1B396A are triadic colors.

2 #6A391B and #391B6A with #1B396A are triadic colors.