COLOR #1B134C

HEX: #1B134C
RGB: (27,19,76)

Color info

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

RGB color model

#1B134C color RGB value is (27,19,76).

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

RGB channels and saturation

R 27 of 255 = 11%
G 19 of 255 = 7%
B 76 of 255 = 30%

27
19
76

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

Portions of RGB colors in percentages

R + G + B =
27 + 19 + 76 = 122 (100%)
R 27 of 122 ~ 22.13%
G 19 of 122 ~ 15.57%
B 76 of 122 ~ 62.3%

%22.13
%15.57
%62.3

CMYK color model

#1B134C color CMYK value is (64,75,0,70).

  • cyan value is 64.47%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(64,75,0,70)
C64M75Y0K70 
(64%,75%,0%,70%)
(0.64/0.75/0.00/0.70)	

CMYK percentages

%64.47
%75
%0
%70.2

Codes

Color #1B134C in popluar color models

1B134C
RGB271976
HSL248°60.00%18.63%
HSB/HSV248°75.00%29.80%
CMYK64.47%75.00%0.00%
70.20%

Color #1B134C in popluar number systems.

HEX1B134C
Decimal271976
Binary11011100111001100
Octal3323114

Shades and tints

Shades of #1B134C

#1B134C
(27,19,76)
#191246
(25,18,70)
#171140
(23,17,64)
#15103A
(21,16,58)
#130F34
(19,15,52)
#110E2E
(17,14,46)
#0F0D28
(15,13,40)
#0D0C22
(13,12,34)
#0B0B1C
(11,11,28)
#090A16
(9,10,22)
#070910
(7,9,16)
#000000
(0,0,0)

Tints of #1B134C

#1B134C
(27,19,76)
#2F285C
(47,40,92)
#433D6C
(67,61,108)
#57527C
(87,82,124)
#6B678C
(107,103,140)
#7F7C9C
(127,124,156)
#9391AC
(147,145,172)
#A7A6BC
(167,166,188)
#BBBBCC
(187,187,204)
#CFD0DC
(207,208,220)
#E3E5EC
(227,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B134C; }

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

This text font color is #1B134C.


Background Color

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

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

This div background color is #1B134C.


Border color

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

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

This div border color is #1B134C.


Opacity

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

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

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

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

This text has shadow with #1B134C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B134C on black background.


Color preview on white background

This text has color #1B134C on white background.



Black color preview on #1B134C background

This text has black color on #1B134C background.


White color preview on #1B134C background

This text has white color on #1B134C background.