COLOR #1B326D

HEX: #1B326D RGB: (27,50,109)

Color info

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

RGB color model

#1B326D color RGB value is (27,50,109).

RGB: (27,50,109) (11%, 20%, 43%)

RGB channels and saturation

R 27 of 255 = 11%
G 50 of 255 = 20%
B 109 of 255 = 43%

27
50
109

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

Portions of RGB colors in percentages

R + G + B = 27 + 50 + 109 = 186 (100%)
R 27 of 186 ~ 14.52%
G 50 of 186 ~ 26.88%
B 109 of 186 ~ 58.6'%

%14.52
%26.88
%58.6

CMYK color model

#1B326D color CMYK value is (75,54,0,57).

  • cyan value is 75.23%
  • magenta value is 54.13%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (75,54,0,57)
C75M54Y0K57 (75%, 54%, 0%, 57%)
(0.75 / 0.54 / 0.00 / 0.57)

CMYK percentages

%75.23
%54.13
%0
%57.25

Codes

Color #1B326D in popluar color models

1B 32 6D
RGB 27 50 109
HSL 223° 60.29% 26.67%
HSB/HSV 223° 75.23% 42.75%
CMYK 75.23% 54.13% 0.00%
57.25%

Color #1B326D in popluar number systems.

HEX 1B 32 6D
Decimal 27 50 109
Binary 11011 110010 1101101
Octal 33 62 155

Shades and tints

Shades of #1B326D

#1B326D
(27,50,109)
#192E64
(25,46,100)
#172A5B
(23,42,91)
#152652
(21,38,82)
#132249
(19,34,73)
#111E40
(17,30,64)
#0F1A37
(15,26,55)
#0D162E
(13,22,46)
#0B1225
(11,18,37)
#090E1C
(9,14,28)
#070A13
(7,10,19)
#000000
(0,0,0)

Tints of #1B326D

#1B326D
(27,50,109)
#2F447A
(47,68,122)
#435687
(67,86,135)
#576894
(87,104,148)
#6B7AA1
(107,122,161)
#7F8CAE
(127,140,174)
#939EBB
(147,158,187)
#A7B0C8
(167,176,200)
#BBC2D5
(187,194,213)
#CFD4E2
(207,212,226)
#E3E6EF
(227,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B326D color. Also use rgb(27,50,109) instead hex code.

Text Font Color

.myTextColor { color: #1B326D; }

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

This text font color is #1B326D.

Background Color

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

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

This div background color is #1B326D.

Border color

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

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

This div border color is #1B326D.

Opacity

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

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

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

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

This text has shadow with #1B326D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B326D.

Preview

Color preview on black background

This text has color #1B326D on black background.


Color preview on white background

This text has color #1B326D on white background.


Black color preview on #1B326D background

This text has black color on #1B326D background.


White color preview on #1B326D background

This text has white color on #1B326D background.


Related colors

Complementary color

Complementary color for #hex is #E4CD92.


I love getcolorcode.com

Triadic colors

1 #6D1B32 and #326D1B with #1B326D are triadic colors.

2 #6D321B and #321B6D with #1B326D are triadic colors.