COLOR #1B133D

HEX: #1B133D
RGB: (27,19,61)

Color info

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

RGB color model

#1B133D color RGB value is (27,19,61).

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

RGB channels and saturation

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

27
19
61

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

Portions of RGB colors in percentages

R + G + B =
27 + 19 + 61 = 107 (100%)
R 27 of 107 ~ 25.23%
G 19 of 107 ~ 17.76%
B 61 of 107 ~ 57.01%

%25.23
%17.76
%57.01

CMYK color model

#1B133D color CMYK value is (56,69,0,76).

  • cyan value is 55.74%
  • magenta value is 68.85%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(56,69,0,76)
C56M69Y0K76 
(56%,69%,0%,76%)
(0.56/0.69/0.00/0.76)	

CMYK percentages

%55.74
%68.85
%0
%76.08

Codes

Color #1B133D in popluar color models

1B133D
RGB271961
HSL251°52.50%15.69%
HSB/HSV251°68.85%23.92%
CMYK55.74%68.85%0.00%
76.08%

Color #1B133D in popluar number systems.

HEX1B133D
Decimal271961
Binary1101110011111101
Octal332375

Shades and tints

Shades of #1B133D

#1B133D
(27,19,61)
#191238
(25,18,56)
#171133
(23,17,51)
#15102E
(21,16,46)
#130F29
(19,15,41)
#110E24
(17,14,36)
#0F0D1F
(15,13,31)
#0D0C1A
(13,12,26)
#0B0B15
(11,11,21)
#090A10
(9,10,16)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #1B133D

#1B133D
(27,19,61)
#2F284E
(47,40,78)
#433D5F
(67,61,95)
#575270
(87,82,112)
#6B6781
(107,103,129)
#7F7C92
(127,124,146)
#9391A3
(147,145,163)
#A7A6B4
(167,166,180)
#BBBBC5
(187,187,197)
#CFD0D6
(207,208,214)
#E3E5E7
(227,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B133D; }

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

This text font color is #1B133D.


Background Color

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

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

This div background color is #1B133D.


Border color

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

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

This div border color is #1B133D.


Opacity

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

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

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

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

This text has shadow with #1B133D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B133D on black background.


Color preview on white background

This text has color #1B133D on white background.



Black color preview on #1B133D background

This text has black color on #1B133D background.


White color preview on #1B133D background

This text has white color on #1B133D background.