COLOR #1B419B

HEX: #1B419B RGB: (27,65,155)

Color info

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

RGB color model

#1B419B color RGB value is (27,65,155).

RGB: (27,65,155) (11%, 25%, 61%)

RGB channels and saturation

R 27 of 255 = 11%
G 65 of 255 = 25%
B 155 of 255 = 61%

27
65
155

R + G + B ~ 32%. #1B419B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 65 + 155 = 247 (100%)
R 27 of 247 ~ 10.93%
G 65 of 247 ~ 26.32%
B 155 of 247 ~ 62.75'%

%10.93
%26.32
%62.75

CMYK color model

#1B419B color CMYK value is (83,58,0,39).

  • cyan value is 82.58%
  • magenta value is 58.06%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (83,58,0,39)
C83M58Y0K39 (83%, 58%, 0%, 39%)
(0.83 / 0.58 / 0.00 / 0.39)

CMYK percentages

%82.58
%58.06
%0
%39.22

Codes

Color #1B419B in popluar color models

1B 41 9B
RGB 27 65 155
HSL 222° 70.33% 35.69%
HSB/HSV 222° 82.58% 60.78%
CMYK 82.58% 58.06% 0.00%
39.22%

Color #1B419B in popluar number systems.

HEX 1B 41 9B
Decimal 27 65 155
Binary 11011 1000001 10011011
Octal 33 101 233

Shades and tints

Shades of #1B419B

#1B419B
(27,65,155)
#193C8D
(25,60,141)
#17377F
(23,55,127)
#153271
(21,50,113)
#132D63
(19,45,99)
#112855
(17,40,85)
#0F2347
(15,35,71)
#0D1E39
(13,30,57)
#0B192B
(11,25,43)
#09141D
(9,20,29)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #1B419B

#1B419B
(27,65,155)
#2F52A4
(47,82,164)
#4363AD
(67,99,173)
#5774B6
(87,116,182)
#6B85BF
(107,133,191)
#7F96C8
(127,150,200)
#93A7D1
(147,167,209)
#A7B8DA
(167,184,218)
#BBC9E3
(187,201,227)
#CFDAEC
(207,218,236)
#E3EBF5
(227,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B419B; }

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

This text font color is #1B419B.

Background Color

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

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

This div background color is #1B419B.

Border color

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

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

This div border color is #1B419B.

Opacity

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

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

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

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

This text has shadow with #1B419B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B419B.

Preview

Color preview on black background

This text has color #1B419B on black background.


Color preview on white background

This text has color #1B419B on white background.


Black color preview on #1B419B background

This text has black color on #1B419B background.


White color preview on #1B419B background

This text has white color on #1B419B background.


Related colors

Complementary color

Complementary color for #hex is #E4BE64.


I love getcolorcode.com

Triadic colors

1 #9B1B41 and #419B1B with #1B419B are triadic colors.

2 #9B411B and #411B9B with #1B419B are triadic colors.