COLOR #1B134E

HEX: #1B134E
RGB: (27,19,78)

Color info

#1B134E contains red, green and blue colors in about the same proportion. Web safe color of #1B134E is #330066 (or #306).

RGB color model

#1B134E color RGB value is (27,19,78).

  • red value is 27;
  • green value is 19;
  • blue value is 78.
RGB:
(27,19,78)
(11%,7%,31%)

RGB channels and saturation

R 27 of 255 = 11%
G 19 of 255 = 7%
B 78 of 255 = 31%

27
19
78

R + G + B ~ 16%. #1B134E is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 19 + 78 = 124 (100%)
R 27 of 124 ~ 21.77%
G 19 of 124 ~ 15.32%
B 78 of 124 ~ 62.9%

%21.77
%15.32
%62.9

CMYK color model

#1B134E color CMYK value is (65,76,0,69).

  • cyan value is 65.38%
  • magenta value is 75.64%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(65,76,0,69)
C65M76Y0K69 
(65%,76%,0%,69%)
(0.65/0.76/0.00/0.69)	

CMYK percentages

%65.38
%75.64
%0
%69.41

Codes

Color #1B134E in popluar color models

1B134E
RGB271978
HSL248°60.82%19.02%
HSB/HSV248°75.64%30.59%
CMYK65.38%75.64%0.00%
69.41%

Color #1B134E in popluar number systems.

HEX1B134E
Decimal271978
Binary11011100111001110
Octal3323116

Shades and tints

Shades of #1B134E

#1B134E
(27,19,78)
#191247
(25,18,71)
#171140
(23,17,64)
#151039
(21,16,57)
#130F32
(19,15,50)
#110E2B
(17,14,43)
#0F0D24
(15,13,36)
#0D0C1D
(13,12,29)
#0B0B16
(11,11,22)
#090A0F
(9,10,15)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #1B134E

#1B134E
(27,19,78)
#2F285E
(47,40,94)
#433D6E
(67,61,110)
#57527E
(87,82,126)
#6B678E
(107,103,142)
#7F7C9E
(127,124,158)
#9391AE
(147,145,174)
#A7A6BE
(167,166,190)
#BBBBCE
(187,187,206)
#CFD0DE
(207,208,222)
#E3E5EE
(227,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B134E color. Also use rgb(27,19,78) instead hex code.

Text Font Color

.myTextColor { color: #1B134E; }

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

This text font color is #1B134E.


Background Color

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

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

This div background color is #1B134E.


Border color

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

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

This div border color is #1B134E.


Opacity

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

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

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

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

This text has shadow with #1B134E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B134E on black background.


Color preview on white background

This text has color #1B134E on white background.



Black color preview on #1B134E background

This text has black color on #1B134E background.


White color preview on #1B134E background

This text has white color on #1B134E background.