COLOR #1B404F

HEX: #1B404F RGB: (27,64,79)

Color info

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

RGB color model

#1B404F color RGB value is (27,64,79).

RGB: (27,64,79) (11%, 25%, 31%)

RGB channels and saturation

R 27 of 255 = 11%
G 64 of 255 = 25%
B 79 of 255 = 31%

27
64
79

R + G + B ~ 22%. #1B404F is dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 64 + 79 = 170 (100%)
R 27 of 170 ~ 15.88%
G 64 of 170 ~ 37.65%
B 79 of 170 ~ 46.47'%

%15.88
%37.65
%46.47

CMYK color model

#1B404F color CMYK value is (66,19,0,69).

  • cyan value is 65.82%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (66,19,0,69)
C66M19Y0K69 (66%, 19%, 0%, 69%)
(0.66 / 0.19 / 0.00 / 0.69)

CMYK percentages

%65.82
%18.99
%0
%69.02

Codes

Color #1B404F in popluar color models

1B 40 4F
RGB 27 64 79
HSL 197° 49.06% 20.78%
HSB/HSV 197° 65.82% 30.98%
CMYK 65.82% 18.99% 0.00%
69.02%

Color #1B404F in popluar number systems.

HEX 1B 40 4F
Decimal 27 64 79
Binary 11011 1000000 1001111
Octal 33 100 117

Shades and tints

Shades of #1B404F

#1B404F
(27,64,79)
#193B48
(25,59,72)
#173641
(23,54,65)
#15313A
(21,49,58)
#132C33
(19,44,51)
#11272C
(17,39,44)
#0F2225
(15,34,37)
#0D1D1E
(13,29,30)
#0B1817
(11,24,23)
#091310
(9,19,16)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #1B404F

#1B404F
(27,64,79)
#2F515F
(47,81,95)
#43626F
(67,98,111)
#57737F
(87,115,127)
#6B848F
(107,132,143)
#7F959F
(127,149,159)
#93A6AF
(147,166,175)
#A7B7BF
(167,183,191)
#BBC8CF
(187,200,207)
#CFD9DF
(207,217,223)
#E3EAEF
(227,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B404F; }

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

This text font color is #1B404F.

Background Color

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

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

This div background color is #1B404F.

Border color

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

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

This div border color is #1B404F.

Opacity

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

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

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

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

This text has shadow with #1B404F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B404F.

Preview

Color preview on black background

This text has color #1B404F on black background.


Color preview on white background

This text has color #1B404F on white background.


Black color preview on #1B404F background

This text has black color on #1B404F background.


White color preview on #1B404F background

This text has white color on #1B404F background.


Related colors

Complementary color

Complementary color for #hex is #E4BFB0.


I love getcolorcode.com

Triadic colors

1 #4F1B40 and #404F1B with #1B404F are triadic colors.

2 #4F401B and #401B4F with #1B404F are triadic colors.