COLOR #1B377E

HEX: #1B377E
RGB: (27,55,126)

Color info

#1B377E contains mainly blue color. Web safe color of #1B377E is #333366 (or #336).

RGB color model

#1B377E color RGB value is (27,55,126).

  • red value is 27;
  • green value is 55;
  • blue value is 126.
RGB:
(27,55,126)
(11%,22%,49%)

RGB channels and saturation

R 27 of 255 = 11%
G 55 of 255 = 22%
B 126 of 255 = 49%

27
55
126

R + G + B ~ 27%. #1B377E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 55 + 126 = 208 (100%)
R 27 of 208 ~ 12.98%
G 55 of 208 ~ 26.44%
B 126 of 208 ~ 60.58%

%12.98
%26.44
%60.58

CMYK color model

#1B377E color CMYK value is (79,56,0,51).

  • cyan value is 78.57%
  • magenta value is 56.35%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(79,56,0,51)
C79M56Y0K51 
(79%,56%,0%,51%)
(0.79/0.56/0.00/0.51)	

CMYK percentages

%78.57
%56.35
%0
%50.59

Codes

Color #1B377E in popluar color models

1B377E
RGB2755126
HSL223°64.71%30.00%
HSB/HSV223°78.57%49.41%
CMYK78.57%56.35%0.00%
50.59%

Color #1B377E in popluar number systems.

HEX1B377E
Decimal2755126
Binary110111101111111110
Octal3367176

Shades and tints

Shades of #1B377E

#1B377E
(27,55,126)
#193273
(25,50,115)
#172D68
(23,45,104)
#15285D
(21,40,93)
#132352
(19,35,82)
#111E47
(17,30,71)
#0F193C
(15,25,60)
#0D1431
(13,20,49)
#0B0F26
(11,15,38)
#090A1B
(9,10,27)
#070510
(7,5,16)
#000000
(0,0,0)

Tints of #1B377E

#1B377E
(27,55,126)
#2F4989
(47,73,137)
#435B94
(67,91,148)
#576D9F
(87,109,159)
#6B7FAA
(107,127,170)
#7F91B5
(127,145,181)
#93A3C0
(147,163,192)
#A7B5CB
(167,181,203)
#BBC7D6
(187,199,214)
#CFD9E1
(207,217,225)
#E3EBEC
(227,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B377E color. Also use rgb(27,55,126) instead hex code.

Text Font Color

.myTextColor { color: #1B377E; }

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

This text font color is #1B377E.


Background Color

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

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

This div background color is #1B377E.


Border color

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

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

This div border color is #1B377E.


Opacity

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

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

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

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

This text has shadow with #1B377E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B377E on black background.


Color preview on white background

This text has color #1B377E on white background.



Black color preview on #1B377E background

This text has black color on #1B377E background.


White color preview on #1B377E background

This text has white color on #1B377E background.