COLOR #1B3D6F

HEX: #1B3D6F
RGB: (27,61,111)

Color info

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

RGB color model

#1B3D6F color RGB value is (27,61,111).

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

RGB channels and saturation

R 27 of 255 = 11%
G 61 of 255 = 24%
B 111 of 255 = 44%

27
61
111

R + G + B ~ 26%. #1B3D6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 61 + 111 = 199 (100%)
R 27 of 199 ~ 13.57%
G 61 of 199 ~ 30.65%
B 111 of 199 ~ 55.78%

%13.57
%30.65
%55.78

CMYK color model

#1B3D6F color CMYK value is (76,45,0,56).

  • cyan value is 75.68%
  • magenta value is 45.05%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(76,45,0,56)
C76M45Y0K56 
(76%,45%,0%,56%)
(0.76/0.45/0.00/0.56)	

CMYK percentages

%75.68
%45.05
%0
%56.47

Codes

Color #1B3D6F in popluar color models

1B3D6F
RGB2761111
HSL216°60.87%27.06%
HSB/HSV216°75.68%43.53%
CMYK75.68%45.05%0.00%
56.47%

Color #1B3D6F in popluar number systems.

HEX1B3D6F
Decimal2761111
Binary110111111011101111
Octal3375157

Shades and tints

Shades of #1B3D6F

#1B3D6F
(27,61,111)
#193865
(25,56,101)
#17335B
(23,51,91)
#152E51
(21,46,81)
#132947
(19,41,71)
#11243D
(17,36,61)
#0F1F33
(15,31,51)
#0D1A29
(13,26,41)
#0B151F
(11,21,31)
#091015
(9,16,21)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #1B3D6F

#1B3D6F
(27,61,111)
#2F4E7C
(47,78,124)
#435F89
(67,95,137)
#577096
(87,112,150)
#6B81A3
(107,129,163)
#7F92B0
(127,146,176)
#93A3BD
(147,163,189)
#A7B4CA
(167,180,202)
#BBC5D7
(187,197,215)
#CFD6E4
(207,214,228)
#E3E7F1
(227,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B3D6F; }

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

This text font color is #1B3D6F.


Background Color

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

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

This div background color is #1B3D6F.


Border color

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

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

This div border color is #1B3D6F.


Opacity

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

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

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

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

This text has shadow with #1B3D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B3D6F on black background.


Color preview on white background

This text has color #1B3D6F on white background.



Black color preview on #1B3D6F background

This text has black color on #1B3D6F background.


White color preview on #1B3D6F background

This text has white color on #1B3D6F background.