COLOR #1B113E

HEX: #1B113E
RGB: (27,17,62)

Color info

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

RGB color model

#1B113E color RGB value is (27,17,62).

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

RGB channels and saturation

R 27 of 255 = 11%
G 17 of 255 = 7%
B 62 of 255 = 24%

27
17
62

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

Portions of RGB colors in percentages

R + G + B =
27 + 17 + 62 = 106 (100%)
R 27 of 106 ~ 25.47%
G 17 of 106 ~ 16.04%
B 62 of 106 ~ 58.49%

%25.47
%16.04
%58.49

CMYK color model

#1B113E color CMYK value is (56,73,0,76).

  • cyan value is 56.45%
  • magenta value is 72.58%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(56,73,0,76)
C56M73Y0K76 
(56%,73%,0%,76%)
(0.56/0.73/0.00/0.76)	

CMYK percentages

%56.45
%72.58
%0
%75.69

Codes

Color #1B113E in popluar color models

1B113E
RGB271762
HSL253°56.96%15.49%
HSB/HSV253°72.58%24.31%
CMYK56.45%72.58%0.00%
75.69%

Color #1B113E in popluar number systems.

HEX1B113E
Decimal271762
Binary1101110001111110
Octal332176

Shades and tints

Shades of #1B113E

#1B113E
(27,17,62)
#191039
(25,16,57)
#170F34
(23,15,52)
#150E2F
(21,14,47)
#130D2A
(19,13,42)
#110C25
(17,12,37)
#0F0B20
(15,11,32)
#0D0A1B
(13,10,27)
#0B0916
(11,9,22)
#090811
(9,8,17)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #1B113E

#1B113E
(27,17,62)
#2F264F
(47,38,79)
#433B60
(67,59,96)
#575071
(87,80,113)
#6B6582
(107,101,130)
#7F7A93
(127,122,147)
#938FA4
(147,143,164)
#A7A4B5
(167,164,181)
#BBB9C6
(187,185,198)
#CFCED7
(207,206,215)
#E3E3E8
(227,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B113E color. Also use rgb(27,17,62) instead hex code.

Text Font Color

.myTextColor { color: #1B113E; }

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

This text font color is #1B113E.


Background Color

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

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

This div background color is #1B113E.


Border color

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

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

This div border color is #1B113E.


Opacity

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

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

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

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

This text has shadow with #1B113E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B113E on black background.


Color preview on white background

This text has color #1B113E on white background.



Black color preview on #1B113E background

This text has black color on #1B113E background.


White color preview on #1B113E background

This text has white color on #1B113E background.