COLOR #1B3094

HEX: #1B3094
RGB: (27,48,148)

Color info

#1B3094 contains mainly blue color. Web safe color of #1B3094 is #333399 (or #339).

RGB color model

#1B3094 color RGB value is (27,48,148).

  • red value is 27;
  • green value is 48;
  • blue value is 148.
RGB:
(27,48,148)
(11%,19%,58%)

RGB channels and saturation

R 27 of 255 = 11%
G 48 of 255 = 19%
B 148 of 255 = 58%

27
48
148

R + G + B ~ 29%. #1B3094 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 48 + 148 = 223 (100%)
R 27 of 223 ~ 12.11%
G 48 of 223 ~ 21.52%
B 148 of 223 ~ 66.37%

%12.11
%21.52
%66.37

CMYK color model

#1B3094 color CMYK value is (82,68,0,42).

  • cyan value is 81.76%
  • magenta value is 67.57%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(82,68,0,42)
C82M68Y0K42 
(82%,68%,0%,42%)
(0.82/0.68/0.00/0.42)	

CMYK percentages

%81.76
%67.57
%0
%41.96

Codes

Color #1B3094 in popluar color models

1B3094
RGB2748148
HSL230°69.14%34.31%
HSB/HSV230°81.76%58.04%
CMYK81.76%67.57%0.00%
41.96%

Color #1B3094 in popluar number systems.

HEX1B3094
Decimal2748148
Binary1101111000010010100
Octal3360224

Shades and tints

Shades of #1B3094

#1B3094
(27,48,148)
#192C87
(25,44,135)
#17287A
(23,40,122)
#15246D
(21,36,109)
#132060
(19,32,96)
#111C53
(17,28,83)
#0F1846
(15,24,70)
#0D1439
(13,20,57)
#0B102C
(11,16,44)
#090C1F
(9,12,31)
#070812
(7,8,18)
#000000
(0,0,0)

Tints of #1B3094

#1B3094
(27,48,148)
#2F429D
(47,66,157)
#4354A6
(67,84,166)
#5766AF
(87,102,175)
#6B78B8
(107,120,184)
#7F8AC1
(127,138,193)
#939CCA
(147,156,202)
#A7AED3
(167,174,211)
#BBC0DC
(187,192,220)
#CFD2E5
(207,210,229)
#E3E4EE
(227,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B3094 color. Also use rgb(27,48,148) instead hex code.

Text Font Color

.myTextColor { color: #1B3094; }

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

This text font color is #1B3094.


Background Color

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

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

This div background color is #1B3094.


Border color

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

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

This div border color is #1B3094.


Opacity

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

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

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

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

This text has shadow with #1B3094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B3094 on black background.


Color preview on white background

This text has color #1B3094 on white background.



Black color preview on #1B3094 background

This text has black color on #1B3094 background.


White color preview on #1B3094 background

This text has white color on #1B3094 background.