COLOR #1B133C

HEX: #1B133C
RGB: (27,19,60)

Color info

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

RGB color model

#1B133C color RGB value is (27,19,60).

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

RGB channels and saturation

R 27 of 255 = 11%
G 19 of 255 = 7%
B 60 of 255 = 24%

27
19
60

R + G + B ~ 14%. #1B133C is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 19 + 60 = 106 (100%)
R 27 of 106 ~ 25.47%
G 19 of 106 ~ 17.92%
B 60 of 106 ~ 56.6%

%25.47
%17.92
%56.6

CMYK color model

#1B133C color CMYK value is (55,68,0,76).

  • cyan value is 55.00%
  • magenta value is 68.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(55,68,0,76)
C55M68Y0K76 
(55%,68%,0%,76%)
(0.55/0.68/0.00/0.76)	

CMYK percentages

%55
%68.33
%0
%76.47

Codes

Color #1B133C in popluar color models

1B133C
RGB271960
HSL252°51.90%15.49%
HSB/HSV252°68.33%23.53%
CMYK55.00%68.33%0.00%
76.47%

Color #1B133C in popluar number systems.

HEX1B133C
Decimal271960
Binary1101110011111100
Octal332374

Shades and tints

Shades of #1B133C

#1B133C
(27,19,60)
#191237
(25,18,55)
#171132
(23,17,50)
#15102D
(21,16,45)
#130F28
(19,15,40)
#110E23
(17,14,35)
#0F0D1E
(15,13,30)
#0D0C19
(13,12,25)
#0B0B14
(11,11,20)
#090A0F
(9,10,15)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #1B133C

#1B133C
(27,19,60)
#2F284D
(47,40,77)
#433D5E
(67,61,94)
#57526F
(87,82,111)
#6B6780
(107,103,128)
#7F7C91
(127,124,145)
#9391A2
(147,145,162)
#A7A6B3
(167,166,179)
#BBBBC4
(187,187,196)
#CFD0D5
(207,208,213)
#E3E5E6
(227,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B133C; }

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

This text font color is #1B133C.


Background Color

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

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

This div background color is #1B133C.


Border color

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

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

This div border color is #1B133C.


Opacity

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

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

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

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

This text has shadow with #1B133C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B133C on black background.


Color preview on white background

This text has color #1B133C on white background.



Black color preview on #1B133C background

This text has black color on #1B133C background.


White color preview on #1B133C background

This text has white color on #1B133C background.