COLOR #1B0651

HEX: #1B0651
RGB: (27,6,81)

Color info

#1B0651 contains mainly red and blue colors. Web safe color of #1B0651 is #330066 (or #306).

RGB color model

#1B0651 color RGB value is (27,6,81).

  • red value is 27;
  • green value is 6;
  • blue value is 81.
RGB:
(27,6,81)
(11%,2%,32%)

RGB channels and saturation

R 27 of 255 = 11%
G 6 of 255 = 2%
B 81 of 255 = 32%

27
6
81

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

Portions of RGB colors in percentages

R + G + B =
27 + 6 + 81 = 114 (100%)
R 27 of 114 ~ 23.68%
G 6 of 114 ~ 5.26%
B 81 of 114 ~ 71.05%

%23.68
%71.05

CMYK color model

#1B0651 color CMYK value is (67,93,0,68).

  • cyan value is 66.67%
  • magenta value is 92.59%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(67,93,0,68)
C67M93Y0K68 
(67%,93%,0%,68%)
(0.67/0.93/0.00/0.68)	

CMYK percentages

%66.67
%92.59
%0
%68.24

Codes

Color #1B0651 in popluar color models

1B0651
RGB27681
HSL257°86.21%17.06%
HSB/HSV257°92.59%31.76%
CMYK66.67%92.59%0.00%
68.24%

Color #1B0651 in popluar number systems.

HEX1B0651
Decimal27681
Binary110111101010001
Octal336121

Shades and tints

Shades of #1B0651

#1B0651
(27,6,81)
#19064A
(25,6,74)
#170643
(23,6,67)
#15063C
(21,6,60)
#130635
(19,6,53)
#11062E
(17,6,46)
#0F0627
(15,6,39)
#0D0620
(13,6,32)
#0B0619
(11,6,25)
#090612
(9,6,18)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #1B0651

#1B0651
(27,6,81)
#2F1C60
(47,28,96)
#43326F
(67,50,111)
#57487E
(87,72,126)
#6B5E8D
(107,94,141)
#7F749C
(127,116,156)
#938AAB
(147,138,171)
#A7A0BA
(167,160,186)
#BBB6C9
(187,182,201)
#CFCCD8
(207,204,216)
#E3E2E7
(227,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B0651 color. Also use rgb(27,6,81) instead hex code.

Text Font Color

.myTextColor { color: #1B0651; }

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

This text font color is #1B0651.


Background Color

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

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

This div background color is #1B0651.


Border color

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

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

This div border color is #1B0651.


Opacity

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

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

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

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

This text has shadow with #1B0651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B0651 on black background.


Color preview on white background

This text has color #1B0651 on white background.



Black color preview on #1B0651 background

This text has black color on #1B0651 background.


White color preview on #1B0651 background

This text has white color on #1B0651 background.