COLOR #1B364F

HEX: #1B364F
RGB: (27,54,79)

Color info

#1B364F contains red, green and blue colors in about the same proportion. Web safe color of #1B364F is #333366 (or #336).

RGB color model

#1B364F color RGB value is (27,54,79).

  • red value is 27;
  • green value is 54;
  • blue value is 79.
RGB:
(27,54,79)
(11%,21%,31%)

RGB channels and saturation

R 27 of 255 = 11%
G 54 of 255 = 21%
B 79 of 255 = 31%

27
54
79

R + G + B ~ 21%. #1B364F is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 54 + 79 = 160 (100%)
R 27 of 160 ~ 16.88%
G 54 of 160 ~ 33.75%
B 79 of 160 ~ 49.38%

%16.88
%33.75
%49.38

CMYK color model

#1B364F color CMYK value is (66,32,0,69).

  • cyan value is 65.82%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(66,32,0,69)
C66M32Y0K69 
(66%,32%,0%,69%)
(0.66/0.32/0.00/0.69)	

CMYK percentages

%65.82
%31.65
%0
%69.02

Codes

Color #1B364F in popluar color models

1B364F
RGB275479
HSL209°49.06%20.78%
HSB/HSV209°65.82%30.98%
CMYK65.82%31.65%0.00%
69.02%

Color #1B364F in popluar number systems.

HEX1B364F
Decimal275479
Binary110111101101001111
Octal3366117

Shades and tints

Shades of #1B364F

#1B364F
(27,54,79)
#193248
(25,50,72)
#172E41
(23,46,65)
#152A3A
(21,42,58)
#132633
(19,38,51)
#11222C
(17,34,44)
#0F1E25
(15,30,37)
#0D1A1E
(13,26,30)
#0B1617
(11,22,23)
#091210
(9,18,16)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #1B364F

#1B364F
(27,54,79)
#2F485F
(47,72,95)
#435A6F
(67,90,111)
#576C7F
(87,108,127)
#6B7E8F
(107,126,143)
#7F909F
(127,144,159)
#93A2AF
(147,162,175)
#A7B4BF
(167,180,191)
#BBC6CF
(187,198,207)
#CFD8DF
(207,216,223)
#E3EAEF
(227,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B364F color. Also use rgb(27,54,79) instead hex code.

Text Font Color

.myTextColor { color: #1B364F; }

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

This text font color is #1B364F.


Background Color

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

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

This div background color is #1B364F.


Border color

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

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

This div border color is #1B364F.


Opacity

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

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

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

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

This text has shadow with #1B364F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B364F on black background.


Color preview on white background

This text has color #1B364F on white background.



Black color preview on #1B364F background

This text has black color on #1B364F background.


White color preview on #1B364F background

This text has white color on #1B364F background.