COLOR #1B093E

HEX: #1B093E
RGB: (27,9,62)

Color info

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

RGB color model

#1B093E color RGB value is (27,9,62).

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

RGB channels and saturation

R 27 of 255 = 11%
G 9 of 255 = 4%
B 62 of 255 = 24%

27
9
62

R + G + B ~ 13%. #1B093E is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 9 + 62 = 98 (100%)
R 27 of 98 ~ 27.55%
G 9 of 98 ~ 9.18%
B 62 of 98 ~ 63.27%

%27.55
%63.27

CMYK color model

#1B093E color CMYK value is (56,85,0,76).

  • cyan value is 56.45%
  • magenta value is 85.48%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(56,85,0,76)
C56M85Y0K76 
(56%,85%,0%,76%)
(0.56/0.85/0.00/0.76)	

CMYK percentages

%56.45
%85.48
%0
%75.69

Codes

Color #1B093E in popluar color models

1B093E
RGB27962
HSL260°74.65%13.92%
HSB/HSV260°85.48%24.31%
CMYK56.45%85.48%0.00%
75.69%

Color #1B093E in popluar number systems.

HEX1B093E
Decimal27962
Binary110111001111110
Octal331176

Shades and tints

Shades of #1B093E

#1B093E
(27,9,62)
#190939
(25,9,57)
#170934
(23,9,52)
#15092F
(21,9,47)
#13092A
(19,9,42)
#110925
(17,9,37)
#0F0920
(15,9,32)
#0D091B
(13,9,27)
#0B0916
(11,9,22)
#090911
(9,9,17)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #1B093E

#1B093E
(27,9,62)
#2F1F4F
(47,31,79)
#433560
(67,53,96)
#574B71
(87,75,113)
#6B6182
(107,97,130)
#7F7793
(127,119,147)
#938DA4
(147,141,164)
#A7A3B5
(167,163,181)
#BBB9C6
(187,185,198)
#CFCFD7
(207,207,215)
#E3E5E8
(227,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B093E; }

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

This text font color is #1B093E.


Background Color

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

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

This div background color is #1B093E.


Border color

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

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

This div border color is #1B093E.


Opacity

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

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

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

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

This text has shadow with #1B093E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B093E on black background.


Color preview on white background

This text has color #1B093E on white background.



Black color preview on #1B093E background

This text has black color on #1B093E background.


White color preview on #1B093E background

This text has white color on #1B093E background.