COLOR #1B404C

HEX: #1B404C RGB: (27,64,76)

Color info

#1B404C contains red, green and blue colors in about the same proportion. Web safe color of #1B404C is #333333 (or #333).

RGB color model

#1B404C color RGB value is (27,64,76).

RGB: (27,64,76) (11%, 25%, 30%)

RGB channels and saturation

R 27 of 255 = 11%
G 64 of 255 = 25%
B 76 of 255 = 30%

27
64
76

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

Portions of RGB colors in percentages

R + G + B = 27 + 64 + 76 = 167 (100%)
R 27 of 167 ~ 16.17%
G 64 of 167 ~ 38.32%
B 76 of 167 ~ 45.51'%

%16.17
%38.32
%45.51

CMYK color model

#1B404C color CMYK value is (64,16,0,70).

  • cyan value is 64.47%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK: (64,16,0,70) C64M16Y0K70 (64%,16%,0%,70%) (0.64/0.16/0.00/0.70) 

CMYK percentages

%64.47
%15.79
%0
%70.2

Codes

Color #1B404C in popluar color models

1B 40 4C
RGB 27 64 76
HSL 195° 47.57% 20.20%
HSB/HSV 195° 64.47% 29.80%
CMYK 64.47% 15.79% 0.00%
70.20%

Color #1B404C in popluar number systems.

HEX 1B 40 4C
Decimal 27 64 76
Binary 11011 1000000 1001100
Octal 33 100 114

Shades and tints

Shades of #1B404C

#1B404C
(27,64,76)
#193B46
(25,59,70)
#173640
(23,54,64)
#15313A
(21,49,58)
#132C34
(19,44,52)
#11272E
(17,39,46)
#0F2228
(15,34,40)
#0D1D22
(13,29,34)
#0B181C
(11,24,28)
#091316
(9,19,22)
#070E10
(7,14,16)
#000000
(0,0,0)

Tints of #1B404C

#1B404C
(27,64,76)
#2F515C
(47,81,92)
#43626C
(67,98,108)
#57737C
(87,115,124)
#6B848C
(107,132,140)
#7F959C
(127,149,156)
#93A6AC
(147,166,172)
#A7B7BC
(167,183,188)
#BBC8CC
(187,200,204)
#CFD9DC
(207,217,220)
#E3EAEC
(227,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B404C; }

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

This text font color is #1B404C.

Background Color

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

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

This div background color is #1B404C.

Border color

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

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

This div border color is #1B404C.

Opacity

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

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

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

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

This text has shadow with #1B404C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B404C.

Preview

Color preview on black background

This text has color #1B404C on black background.


Color preview on white background

This text has color #1B404C on white background.


Black color preview on #1B404C background

This text has black color on #1B404C background.


White color preview on #1B404C background

This text has white color on #1B404C background.


Related colors

Complementary color

Complementary color for #hex is #E4BFB3.


I love getcolorcode.com

Triadic colors

1 #4C1B40 and #404C1B with #1B404C are triadic colors.

2 #4C401B and #401B4C with #1B404C are triadic colors.