COLOR #1B2B6E

HEX: #1B2B6E
RGB: (27,43,110)

Color info

#1B2B6E contains mainly blue color. Web safe color of #1B2B6E is #333366 (or #336).

RGB color model

#1B2B6E color RGB value is (27,43,110).

  • red value is 27;
  • green value is 43;
  • blue value is 110.
RGB:
(27,43,110)
(11%,17%,43%)

RGB channels and saturation

R 27 of 255 = 11%
G 43 of 255 = 17%
B 110 of 255 = 43%

27
43
110

R + G + B ~ 24%. #1B2B6E is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 43 + 110 = 180 (100%)
R 27 of 180 ~ 15%
G 43 of 180 ~ 23.89%
B 110 of 180 ~ 61.11%

%15
%23.89
%61.11

CMYK color model

#1B2B6E color CMYK value is (75,61,0,57).

  • cyan value is 75.45%
  • magenta value is 60.91%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(75,61,0,57)
C75M61Y0K57 
(75%,61%,0%,57%)
(0.75/0.61/0.00/0.57)	

CMYK percentages

%75.45
%60.91
%0
%56.86

Codes

Color #1B2B6E in popluar color models

1B2B6E
RGB2743110
HSL228°60.58%26.86%
HSB/HSV228°75.45%43.14%
CMYK75.45%60.91%0.00%
56.86%

Color #1B2B6E in popluar number systems.

HEX1B2B6E
Decimal2743110
Binary110111010111101110
Octal3353156

Shades and tints

Shades of #1B2B6E

#1B2B6E
(27,43,110)
#192864
(25,40,100)
#17255A
(23,37,90)
#152250
(21,34,80)
#131F46
(19,31,70)
#111C3C
(17,28,60)
#0F1932
(15,25,50)
#0D1628
(13,22,40)
#0B131E
(11,19,30)
#091014
(9,16,20)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #1B2B6E

#1B2B6E
(27,43,110)
#2F3E7B
(47,62,123)
#435188
(67,81,136)
#576495
(87,100,149)
#6B77A2
(107,119,162)
#7F8AAF
(127,138,175)
#939DBC
(147,157,188)
#A7B0C9
(167,176,201)
#BBC3D6
(187,195,214)
#CFD6E3
(207,214,227)
#E3E9F0
(227,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B2B6E color. Also use rgb(27,43,110) instead hex code.

Text Font Color

.myTextColor { color: #1B2B6E; }

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

This text font color is #1B2B6E.


Background Color

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

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

This div background color is #1B2B6E.


Border color

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

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

This div border color is #1B2B6E.


Opacity

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

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

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

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

This text has shadow with #1B2B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B2B6E on black background.


Color preview on white background

This text has color #1B2B6E on white background.



Black color preview on #1B2B6E background

This text has black color on #1B2B6E background.


White color preview on #1B2B6E background

This text has white color on #1B2B6E background.