COLOR #1B093A

HEX: #1B093A
RGB: (27,9,58)

Color info

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

RGB color model

#1B093A color RGB value is (27,9,58).

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

RGB channels and saturation

R 27 of 255 = 11%
G 9 of 255 = 4%
B 58 of 255 = 23%

27
9
58

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

Portions of RGB colors in percentages

R + G + B =
27 + 9 + 58 = 94 (100%)
R 27 of 94 ~ 28.72%
G 9 of 94 ~ 9.57%
B 58 of 94 ~ 61.7%

%28.72
%9.57
%61.7

CMYK color model

#1B093A color CMYK value is (53,84,0,77).

  • cyan value is 53.45%
  • magenta value is 84.48%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(53,84,0,77)
C53M84Y0K77 
(53%,84%,0%,77%)
(0.53/0.84/0.00/0.77)	

CMYK percentages

%53.45
%84.48
%0
%77.25

Codes

Color #1B093A in popluar color models

1B093A
RGB27958
HSL262°73.13%13.14%
HSB/HSV262°84.48%22.75%
CMYK53.45%84.48%0.00%
77.25%

Color #1B093A in popluar number systems.

HEX1B093A
Decimal27958
Binary110111001111010
Octal331172

Shades and tints

Shades of #1B093A

#1B093A
(27,9,58)
#190935
(25,9,53)
#170930
(23,9,48)
#15092B
(21,9,43)
#130926
(19,9,38)
#110921
(17,9,33)
#0F091C
(15,9,28)
#0D0917
(13,9,23)
#0B0912
(11,9,18)
#09090D
(9,9,13)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #1B093A

#1B093A
(27,9,58)
#2F1F4B
(47,31,75)
#43355C
(67,53,92)
#574B6D
(87,75,109)
#6B617E
(107,97,126)
#7F778F
(127,119,143)
#938DA0
(147,141,160)
#A7A3B1
(167,163,177)
#BBB9C2
(187,185,194)
#CFCFD3
(207,207,211)
#E3E5E4
(227,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B093A; }

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

This text font color is #1B093A.


Background Color

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

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

This div background color is #1B093A.


Border color

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

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

This div border color is #1B093A.


Opacity

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

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

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

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

This text has shadow with #1B093A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B093A on black background.


Color preview on white background

This text has color #1B093A on white background.



Black color preview on #1B093A background

This text has black color on #1B093A background.


White color preview on #1B093A background

This text has white color on #1B093A background.