COLOR #1B2E61

HEX: #1B2E61 RGB: (27,46,97)

Color info

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

RGB color model

#1B2E61 color RGB value is (27,46,97).

RGB: (27,46,97) (11%, 18%, 38%)

RGB channels and saturation

R 27 of 255 = 11%
G 46 of 255 = 18%
B 97 of 255 = 38%

27
46
97

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

Portions of RGB colors in percentages

R + G + B = 27 + 46 + 97 = 170 (100%)
R 27 of 170 ~ 15.88%
G 46 of 170 ~ 27.06%
B 97 of 170 ~ 57.06'%

%15.88
%27.06
%57.06

CMYK color model

#1B2E61 color CMYK value is (72,53,0,62).

  • cyan value is 72.16%
  • magenta value is 52.58%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (72,53,0,62)
C72M53Y0K62 (72%, 53%, 0%, 62%)
(0.72 / 0.53 / 0.00 / 0.62)

CMYK percentages

%72.16
%52.58
%0
%61.96

Codes

Color #1B2E61 in popluar color models

1B 2E 61
RGB 27 46 97
HSL 224° 56.45% 24.31%
HSB/HSV 224° 72.16% 38.04%
CMYK 72.16% 52.58% 0.00%
61.96%

Color #1B2E61 in popluar number systems.

HEX 1B 2E 61
Decimal 27 46 97
Binary 11011 101110 1100001
Octal 33 56 141

Shades and tints

Shades of #1B2E61

#1B2E61
(27,46,97)
#192A59
(25,42,89)
#172651
(23,38,81)
#152249
(21,34,73)
#131E41
(19,30,65)
#111A39
(17,26,57)
#0F1631
(15,22,49)
#0D1229
(13,18,41)
#0B0E21
(11,14,33)
#090A19
(9,10,25)
#070611
(7,6,17)
#000000
(0,0,0)

Tints of #1B2E61

#1B2E61
(27,46,97)
#2F416F
(47,65,111)
#43547D
(67,84,125)
#57678B
(87,103,139)
#6B7A99
(107,122,153)
#7F8DA7
(127,141,167)
#93A0B5
(147,160,181)
#A7B3C3
(167,179,195)
#BBC6D1
(187,198,209)
#CFD9DF
(207,217,223)
#E3ECED
(227,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B2E61 color. Also use rgb(27,46,97) instead hex code.

Text Font Color

.myTextColor { color: #1B2E61; }

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

This text font color is #1B2E61.

Background Color

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

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

This div background color is #1B2E61.

Border color

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

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

This div border color is #1B2E61.

Opacity

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

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

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

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

This text has shadow with #1B2E61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B2E61.

Preview

Color preview on black background

This text has color #1B2E61 on black background.


Color preview on white background

This text has color #1B2E61 on white background.


Black color preview on #1B2E61 background

This text has black color on #1B2E61 background.


White color preview on #1B2E61 background

This text has white color on #1B2E61 background.


Related colors

Complementary color

Complementary color for #hex is #E4D19E.


I love getcolorcode.com

Triadic colors

1 #611B2E and #2E611B with #1B2E61 are triadic colors.

2 #612E1B and #2E1B61 with #1B2E61 are triadic colors.