COLOR #1B249B

HEX: #1B249B
RGB: (27,36,155)

Color info

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

RGB color model

#1B249B color RGB value is (27,36,155).

  • red value is 27;
  • green value is 36;
  • blue value is 155.
RGB:
(27,36,155)
(11%,14%,61%)

RGB channels and saturation

R 27 of 255 = 11%
G 36 of 255 = 14%
B 155 of 255 = 61%

27
36
155

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

Portions of RGB colors in percentages

R + G + B =
27 + 36 + 155 = 218 (100%)
R 27 of 218 ~ 12.39%
G 36 of 218 ~ 16.51%
B 155 of 218 ~ 71.1%

%12.39
%16.51
%71.1

CMYK color model

#1B249B color CMYK value is (83,77,0,39).

  • cyan value is 82.58%
  • magenta value is 76.77%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(83,77,0,39)
C83M77Y0K39 
(83%,77%,0%,39%)
(0.83/0.77/0.00/0.39)	

CMYK percentages

%82.58
%76.77
%0
%39.22

Codes

Color #1B249B in popluar color models

1B249B
RGB2736155
HSL236°70.33%35.69%
HSB/HSV236°82.58%60.78%
CMYK82.58%76.77%0.00%
39.22%

Color #1B249B in popluar number systems.

HEX1B249B
Decimal2736155
Binary1101110010010011011
Octal3344233

Shades and tints

Shades of #1B249B

#1B249B
(27,36,155)
#19218D
(25,33,141)
#171E7F
(23,30,127)
#151B71
(21,27,113)
#131863
(19,24,99)
#111555
(17,21,85)
#0F1247
(15,18,71)
#0D0F39
(13,15,57)
#0B0C2B
(11,12,43)
#09091D
(9,9,29)
#07060F
(7,6,15)
#000000
(0,0,0)

Tints of #1B249B

#1B249B
(27,36,155)
#2F37A4
(47,55,164)
#434AAD
(67,74,173)
#575DB6
(87,93,182)
#6B70BF
(107,112,191)
#7F83C8
(127,131,200)
#9396D1
(147,150,209)
#A7A9DA
(167,169,218)
#BBBCE3
(187,188,227)
#CFCFEC
(207,207,236)
#E3E2F5
(227,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B249B color. Also use rgb(27,36,155) instead hex code.

Text Font Color

.myTextColor { color: #1B249B; }

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

This text font color is #1B249B.


Background Color

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

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

This div background color is #1B249B.


Border color

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

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

This div border color is #1B249B.


Opacity

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

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

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

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

This text has shadow with #1B249B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B249B on black background.


Color preview on white background

This text has color #1B249B on white background.



Black color preview on #1B249B background

This text has black color on #1B249B background.


White color preview on #1B249B background

This text has white color on #1B249B background.