COLOR #1B134B

HEX: #1B134B
RGB: (27,19,75)

Color info

#1B134B contains red, green and blue colors in about the same proportion. Web safe color of #1B134B is #330033 (or #303).

RGB color model

#1B134B color RGB value is (27,19,75).

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

RGB channels and saturation

R 27 of 255 = 11%
G 19 of 255 = 7%
B 75 of 255 = 29%

27
19
75

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

Portions of RGB colors in percentages

R + G + B =
27 + 19 + 75 = 121 (100%)
R 27 of 121 ~ 22.31%
G 19 of 121 ~ 15.7%
B 75 of 121 ~ 61.98%

%22.31
%15.7
%61.98

CMYK color model

#1B134B color CMYK value is (64,75,0,71).

  • cyan value is 64.00%
  • magenta value is 74.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(64,75,0,71)
C64M75Y0K71 
(64%,75%,0%,71%)
(0.64/0.75/0.00/0.71)	

CMYK percentages

%64
%74.67
%0
%70.59

Codes

Color #1B134B in popluar color models

1B134B
RGB271975
HSL249°59.57%18.43%
HSB/HSV249°74.67%29.41%
CMYK64.00%74.67%0.00%
70.59%

Color #1B134B in popluar number systems.

HEX1B134B
Decimal271975
Binary11011100111001011
Octal3323113

Shades and tints

Shades of #1B134B

#1B134B
(27,19,75)
#191245
(25,18,69)
#17113F
(23,17,63)
#151039
(21,16,57)
#130F33
(19,15,51)
#110E2D
(17,14,45)
#0F0D27
(15,13,39)
#0D0C21
(13,12,33)
#0B0B1B
(11,11,27)
#090A15
(9,10,21)
#07090F
(7,9,15)
#000000
(0,0,0)

Tints of #1B134B

#1B134B
(27,19,75)
#2F285B
(47,40,91)
#433D6B
(67,61,107)
#57527B
(87,82,123)
#6B678B
(107,103,139)
#7F7C9B
(127,124,155)
#9391AB
(147,145,171)
#A7A6BB
(167,166,187)
#BBBBCB
(187,187,203)
#CFD0DB
(207,208,219)
#E3E5EB
(227,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B134B; }

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

This text font color is #1B134B.


Background Color

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

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

This div background color is #1B134B.


Border color

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

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

This div border color is #1B134B.


Opacity

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

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

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

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

This text has shadow with #1B134B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B134B on black background.


Color preview on white background

This text has color #1B134B on white background.



Black color preview on #1B134B background

This text has black color on #1B134B background.


White color preview on #1B134B background

This text has white color on #1B134B background.