COLOR #1B4077

HEX: #1B4077 RGB: (27,64,119)

Color info

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

RGB color model

#1B4077 color RGB value is (27,64,119).

RGB: (27,64,119) (11%, 25%, 47%)

RGB channels and saturation

R 27 of 255 = 11%
G 64 of 255 = 25%
B 119 of 255 = 47%

27
64
119

R + G + B ~ 28%. #1B4077 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 64 + 119 = 210 (100%)
R 27 of 210 ~ 12.86%
G 64 of 210 ~ 30.48%
B 119 of 210 ~ 56.67'%

%12.86
%30.48
%56.67

CMYK color model

#1B4077 color CMYK value is (77,46,0,53).

  • cyan value is 77.31%
  • magenta value is 46.22%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK: (77,46,0,53) C77M46Y0K53 (77%,46%,0%,53%) (0.77/0.46/0.00/0.53) 

CMYK percentages

%77.31
%46.22
%0
%53.33

Codes

Color #1B4077 in popluar color models

1B 40 77
RGB 27 64 119
HSL 216° 63.01% 28.63%
HSB/HSV 216° 77.31% 46.67%
CMYK 77.31% 46.22% 0.00%
53.33%

Color #1B4077 in popluar number systems.

HEX 1B 40 77
Decimal 27 64 119
Binary 11011 1000000 1110111
Octal 33 100 167

Shades and tints

Shades of #1B4077

#1B4077
(27,64,119)
#193B6D
(25,59,109)
#173663
(23,54,99)
#153159
(21,49,89)
#132C4F
(19,44,79)
#112745
(17,39,69)
#0F223B
(15,34,59)
#0D1D31
(13,29,49)
#0B1827
(11,24,39)
#09131D
(9,19,29)
#070E13
(7,14,19)
#000000
(0,0,0)

Tints of #1B4077

#1B4077
(27,64,119)
#2F5183
(47,81,131)
#43628F
(67,98,143)
#57739B
(87,115,155)
#6B84A7
(107,132,167)
#7F95B3
(127,149,179)
#93A6BF
(147,166,191)
#A7B7CB
(167,183,203)
#BBC8D7
(187,200,215)
#CFD9E3
(207,217,227)
#E3EAEF
(227,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B4077; }

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

This text font color is #1B4077.

Background Color

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

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

This div background color is #1B4077.

Border color

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

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

This div border color is #1B4077.

Opacity

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

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

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

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

This text has shadow with #1B4077 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B4077.

Preview

Color preview on black background

This text has color #1B4077 on black background.


Color preview on white background

This text has color #1B4077 on white background.


Black color preview on #1B4077 background

This text has black color on #1B4077 background.


White color preview on #1B4077 background

This text has white color on #1B4077 background.


Related colors

Complementary color

Complementary color for #hex is #E4BF88.


I love getcolorcode.com

Triadic colors

1 #771B40 and #40771B with #1B4077 are triadic colors.

2 #77401B and #401B77 with #1B4077 are triadic colors.