COLOR #1B4F6F

HEX: #1B4F6F
RGB: (27,79,111)

Color info

#1B4F6F contains mainly green and blue colors. Web safe color of #1B4F6F is #336666 (or #366).

RGB color model

#1B4F6F color RGB value is (27,79,111).

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

RGB channels and saturation

R 27 of 255 = 11%
G 79 of 255 = 31%
B 111 of 255 = 44%

27
79
111

R + G + B ~ 29%. #1B4F6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 79 + 111 = 217 (100%)
R 27 of 217 ~ 12.44%
G 79 of 217 ~ 36.41%
B 111 of 217 ~ 51.15%

%12.44
%36.41
%51.15

CMYK color model

#1B4F6F color CMYK value is (76,29,0,56).

  • cyan value is 75.68%
  • magenta value is 28.83%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(76,29,0,56)
C76M29Y0K56 
(76%,29%,0%,56%)
(0.76/0.29/0.00/0.56)	

CMYK percentages

%75.68
%28.83
%0
%56.47

Codes

Color #1B4F6F in popluar color models

1B4F6F
RGB2779111
HSL203°60.87%27.06%
HSB/HSV203°75.68%43.53%
CMYK75.68%28.83%0.00%
56.47%

Color #1B4F6F in popluar number systems.

HEX1B4F6F
Decimal2779111
Binary1101110011111101111
Octal33117157

Shades and tints

Shades of #1B4F6F

#1B4F6F
(27,79,111)
#194865
(25,72,101)
#17415B
(23,65,91)
#153A51
(21,58,81)
#133347
(19,51,71)
#112C3D
(17,44,61)
#0F2533
(15,37,51)
#0D1E29
(13,30,41)
#0B171F
(11,23,31)
#091015
(9,16,21)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #1B4F6F

#1B4F6F
(27,79,111)
#2F5F7C
(47,95,124)
#436F89
(67,111,137)
#577F96
(87,127,150)
#6B8FA3
(107,143,163)
#7F9FB0
(127,159,176)
#93AFBD
(147,175,189)
#A7BFCA
(167,191,202)
#BBCFD7
(187,207,215)
#CFDFE4
(207,223,228)
#E3EFF1
(227,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B4F6F; }

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

This text font color is #1B4F6F.


Background Color

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

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

This div background color is #1B4F6F.


Border color

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

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

This div border color is #1B4F6F.


Opacity

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

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

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

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

This text has shadow with #1B4F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4F6F on black background.


Color preview on white background

This text has color #1B4F6F on white background.



Black color preview on #1B4F6F background

This text has black color on #1B4F6F background.


White color preview on #1B4F6F background

This text has white color on #1B4F6F background.