COLOR #1B349C

HEX: #1B349C
RGB: (27,52,156)

Color info

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

RGB color model

#1B349C color RGB value is (27,52,156).

  • red value is 27;
  • green value is 52;
  • blue value is 156.
RGB:
(27,52,156)
(11%,20%,61%)

RGB channels and saturation

R 27 of 255 = 11%
G 52 of 255 = 20%
B 156 of 255 = 61%

27
52
156

R + G + B ~ 31%. #1B349C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 52 + 156 = 235 (100%)
R 27 of 235 ~ 11.49%
G 52 of 235 ~ 22.13%
B 156 of 235 ~ 66.38%

%11.49
%22.13
%66.38

CMYK color model

#1B349C color CMYK value is (83,67,0,39).

  • cyan value is 82.69%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(83,67,0,39)
C83M67Y0K39 
(83%,67%,0%,39%)
(0.83/0.67/0.00/0.39)	

CMYK percentages

%82.69
%66.67
%0
%38.82

Codes

Color #1B349C in popluar color models

1B349C
RGB2752156
HSL228°70.49%35.88%
HSB/HSV228°82.69%61.18%
CMYK82.69%66.67%0.00%
38.82%

Color #1B349C in popluar number systems.

HEX1B349C
Decimal2752156
Binary1101111010010011100
Octal3364234

Shades and tints

Shades of #1B349C

#1B349C
(27,52,156)
#19308E
(25,48,142)
#172C80
(23,44,128)
#152872
(21,40,114)
#132464
(19,36,100)
#112056
(17,32,86)
#0F1C48
(15,28,72)
#0D183A
(13,24,58)
#0B142C
(11,20,44)
#09101E
(9,16,30)
#070C10
(7,12,16)
#000000
(0,0,0)

Tints of #1B349C

#1B349C
(27,52,156)
#2F46A5
(47,70,165)
#4358AE
(67,88,174)
#576AB7
(87,106,183)
#6B7CC0
(107,124,192)
#7F8EC9
(127,142,201)
#93A0D2
(147,160,210)
#A7B2DB
(167,178,219)
#BBC4E4
(187,196,228)
#CFD6ED
(207,214,237)
#E3E8F6
(227,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B349C color. Also use rgb(27,52,156) instead hex code.

Text Font Color

.myTextColor { color: #1B349C; }

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

This text font color is #1B349C.


Background Color

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

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

This div background color is #1B349C.


Border color

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

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

This div border color is #1B349C.


Opacity

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

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

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

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

This text has shadow with #1B349C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B349C on black background.


Color preview on white background

This text has color #1B349C on white background.



Black color preview on #1B349C background

This text has black color on #1B349C background.


White color preview on #1B349C background

This text has white color on #1B349C background.