COLOR #1B0E75

HEX: #1B0E75
RGB: (27,14,117)

Color info

#1B0E75 contains mainly blue color. Web safe color of #1B0E75 is #330066 (or #306).

RGB color model

#1B0E75 color RGB value is (27,14,117).

  • red value is 27;
  • green value is 14;
  • blue value is 117.
RGB:
(27,14,117)
(11%,5%,46%)

RGB channels and saturation

R 27 of 255 = 11%
G 14 of 255 = 5%
B 117 of 255 = 46%

27
14
117

R + G + B ~ 21%. #1B0E75 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 14 + 117 = 158 (100%)
R 27 of 158 ~ 17.09%
G 14 of 158 ~ 8.86%
B 117 of 158 ~ 74.05%

%17.09
%74.05

CMYK color model

#1B0E75 color CMYK value is (77,88,0,54).

  • cyan value is 76.92%
  • magenta value is 88.03%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(77,88,0,54)
C77M88Y0K54 
(77%,88%,0%,54%)
(0.77/0.88/0.00/0.54)	

CMYK percentages

%76.92
%88.03
%0
%54.12

Codes

Color #1B0E75 in popluar color models

1B0E75
RGB2714117
HSL248°78.63%25.69%
HSB/HSV248°88.03%45.88%
CMYK76.92%88.03%0.00%
54.12%

Color #1B0E75 in popluar number systems.

HEX1B0E75
Decimal2714117
Binary1101111101110101
Octal3316165

Shades and tints

Shades of #1B0E75

#1B0E75
(27,14,117)
#190D6B
(25,13,107)
#170C61
(23,12,97)
#150B57
(21,11,87)
#130A4D
(19,10,77)
#110943
(17,9,67)
#0F0839
(15,8,57)
#0D072F
(13,7,47)
#0B0625
(11,6,37)
#09051B
(9,5,27)
#070411
(7,4,17)
#000000
(0,0,0)

Tints of #1B0E75

#1B0E75
(27,14,117)
#2F2381
(47,35,129)
#43388D
(67,56,141)
#574D99
(87,77,153)
#6B62A5
(107,98,165)
#7F77B1
(127,119,177)
#938CBD
(147,140,189)
#A7A1C9
(167,161,201)
#BBB6D5
(187,182,213)
#CFCBE1
(207,203,225)
#E3E0ED
(227,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B0E75 color. Also use rgb(27,14,117) instead hex code.

Text Font Color

.myTextColor { color: #1B0E75; }

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

This text font color is #1B0E75.


Background Color

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

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

This div background color is #1B0E75.


Border color

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

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

This div border color is #1B0E75.


Opacity

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

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

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

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

This text has shadow with #1B0E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B0E75 on black background.


Color preview on white background

This text has color #1B0E75 on white background.



Black color preview on #1B0E75 background

This text has black color on #1B0E75 background.


White color preview on #1B0E75 background

This text has white color on #1B0E75 background.