COLOR #1B0057

HEX: #1B0057
RGB: (27,0,87)

Color info

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

RGB color model

#1B0057 color RGB value is (27,0,87).

  • red value is 27;
  • green value is 0;
  • blue value is 87.
RGB:
(27,0,87)
(11%,0%,34%)

RGB channels and saturation

R 27 of 255 = 11%
G 0 of 255 = 0%
B 87 of 255 = 34%

27
0
87

R + G + B ~ 15%. #1B0057 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 0 + 87 = 114 (100%)
R 27 of 114 ~ 23.68%
G 0 of 114 ~ 0%
B 87 of 114 ~ 76.32%

%23.68
%76.32

CMYK color model

#1B0057 color CMYK value is (69,100,0,66).

  • cyan value is 68.97%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(69,100,0,66)
C69M100Y0K66 
(69%,100%,0%,66%)
(0.69/1.00/0.00/0.66)	

CMYK percentages

%68.97
%100
%0
%65.88

Codes

Color #1B0057 in popluar color models

1B0057
RGB27087
HSL259°100.00%17.06%
HSB/HSV259°100.00%34.12%
CMYK68.97%100.00%0.00%
65.88%

Color #1B0057 in popluar number systems.

HEX1B0057
Decimal27087
Binary1101101010111
Octal330127

Shades and tints

Shades of #1B0057

#1B0057
(27,0,87)
#190050
(25,0,80)
#170049
(23,0,73)
#150042
(21,0,66)
#13003B
(19,0,59)
#110034
(17,0,52)
#0F002D
(15,0,45)
#0D0026
(13,0,38)
#0B001F
(11,0,31)
#090018
(9,0,24)
#070011
(7,0,17)
#000000
(0,0,0)

Tints of #1B0057

#1B0057
(27,0,87)
#2F1766
(47,23,102)
#432E75
(67,46,117)
#574584
(87,69,132)
#6B5C93
(107,92,147)
#7F73A2
(127,115,162)
#938AB1
(147,138,177)
#A7A1C0
(167,161,192)
#BBB8CF
(187,184,207)
#CFCFDE
(207,207,222)
#E3E6ED
(227,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B0057 color. Also use rgb(27,0,87) instead hex code.

Text Font Color

.myTextColor { color: #1B0057; }

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

This text font color is #1B0057.


Background Color

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

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

This div background color is #1B0057.


Border color

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

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

This div border color is #1B0057.


Opacity

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

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

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

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

This text has shadow with #1B0057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B0057 on black background.


Color preview on white background

This text has color #1B0057 on white background.



Black color preview on #1B0057 background

This text has black color on #1B0057 background.


White color preview on #1B0057 background

This text has white color on #1B0057 background.