COLOR #1B465F

HEX: #1B465F
RGB: (27,70,95)

Color info

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

RGB color model

#1B465F color RGB value is (27,70,95).

  • red value is 27;
  • green value is 70;
  • blue value is 95.
RGB:
(27,70,95)
(11%,27%,37%)

RGB channels and saturation

R 27 of 255 = 11%
G 70 of 255 = 27%
B 95 of 255 = 37%

27
70
95

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

Portions of RGB colors in percentages

R + G + B =
27 + 70 + 95 = 192 (100%)
R 27 of 192 ~ 14.06%
G 70 of 192 ~ 36.46%
B 95 of 192 ~ 49.48%

%14.06
%36.46
%49.48

CMYK color model

#1B465F color CMYK value is (72,26,0,63).

  • cyan value is 71.58%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(72,26,0,63)
C72M26Y0K63 
(72%,26%,0%,63%)
(0.72/0.26/0.00/0.63)	

CMYK percentages

%71.58
%26.32
%0
%62.75

Codes

Color #1B465F in popluar color models

1B465F
RGB277095
HSL202°55.74%23.92%
HSB/HSV202°71.58%37.25%
CMYK71.58%26.32%0.00%
62.75%

Color #1B465F in popluar number systems.

HEX1B465F
Decimal277095
Binary1101110001101011111
Octal33106137

Shades and tints

Shades of #1B465F

#1B465F
(27,70,95)
#194057
(25,64,87)
#173A4F
(23,58,79)
#153447
(21,52,71)
#132E3F
(19,46,63)
#112837
(17,40,55)
#0F222F
(15,34,47)
#0D1C27
(13,28,39)
#0B161F
(11,22,31)
#091017
(9,16,23)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #1B465F

#1B465F
(27,70,95)
#2F566D
(47,86,109)
#43667B
(67,102,123)
#577689
(87,118,137)
#6B8697
(107,134,151)
#7F96A5
(127,150,165)
#93A6B3
(147,166,179)
#A7B6C1
(167,182,193)
#BBC6CF
(187,198,207)
#CFD6DD
(207,214,221)
#E3E6EB
(227,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B465F color. Also use rgb(27,70,95) instead hex code.

Text Font Color

.myTextColor { color: #1B465F; }

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

This text font color is #1B465F.


Background Color

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

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

This div background color is #1B465F.


Border color

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

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

This div border color is #1B465F.


Opacity

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

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

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

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

This text has shadow with #1B465F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B465F on black background.


Color preview on white background

This text has color #1B465F on white background.



Black color preview on #1B465F background

This text has black color on #1B465F background.


White color preview on #1B465F background

This text has white color on #1B465F background.