COLOR #1B133F

HEX: #1B133F
RGB: (27,19,63)

Color info

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

RGB color model

#1B133F color RGB value is (27,19,63).

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

RGB channels and saturation

R 27 of 255 = 11%
G 19 of 255 = 7%
B 63 of 255 = 25%

27
19
63

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

Portions of RGB colors in percentages

R + G + B =
27 + 19 + 63 = 109 (100%)
R 27 of 109 ~ 24.77%
G 19 of 109 ~ 17.43%
B 63 of 109 ~ 57.8%

%24.77
%17.43
%57.8

CMYK color model

#1B133F color CMYK value is (57,70,0,75).

  • cyan value is 57.14%
  • magenta value is 69.84%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(57,70,0,75)
C57M70Y0K75 
(57%,70%,0%,75%)
(0.57/0.70/0.00/0.75)	

CMYK percentages

%57.14
%69.84
%0
%75.29

Codes

Color #1B133F in popluar color models

1B133F
RGB271963
HSL251°53.66%16.08%
HSB/HSV251°69.84%24.71%
CMYK57.14%69.84%0.00%
75.29%

Color #1B133F in popluar number systems.

HEX1B133F
Decimal271963
Binary1101110011111111
Octal332377

Shades and tints

Shades of #1B133F

#1B133F
(27,19,63)
#19123A
(25,18,58)
#171135
(23,17,53)
#151030
(21,16,48)
#130F2B
(19,15,43)
#110E26
(17,14,38)
#0F0D21
(15,13,33)
#0D0C1C
(13,12,28)
#0B0B17
(11,11,23)
#090A12
(9,10,18)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #1B133F

#1B133F
(27,19,63)
#2F2850
(47,40,80)
#433D61
(67,61,97)
#575272
(87,82,114)
#6B6783
(107,103,131)
#7F7C94
(127,124,148)
#9391A5
(147,145,165)
#A7A6B6
(167,166,182)
#BBBBC7
(187,187,199)
#CFD0D8
(207,208,216)
#E3E5E9
(227,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B133F; }

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

This text font color is #1B133F.


Background Color

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

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

This div background color is #1B133F.


Border color

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

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

This div border color is #1B133F.


Opacity

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

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

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

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

This text has shadow with #1B133F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B133F on black background.


Color preview on white background

This text has color #1B133F on white background.



Black color preview on #1B133F background

This text has black color on #1B133F background.


White color preview on #1B133F background

This text has white color on #1B133F background.