COLOR #1B185E

HEX: #1B185E RGB: (27,24,94)

Color info

#1B185E contains mainly blue color. Web safe color of #1B185E is #330066 (or #306).

RGB color model

#1B185E color RGB value is (27,24,94).

RGB: (27,24,94) (11%, 9%, 37%)

RGB channels and saturation

R 27 of 255 = 11%
G 24 of 255 = 9%
B 94 of 255 = 37%

27
24
94

R + G + B ~ 19%. #1B185E is dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 24 + 94 = 145 (100%)
R 27 of 145 ~ 18.62%
G 24 of 145 ~ 16.55%
B 94 of 145 ~ 64.83'%

%18.62
%16.55
%64.83

CMYK color model

#1B185E color CMYK value is (71,74,0,63).

  • cyan value is 71.28%
  • magenta value is 74.47%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (71,74,0,63)
C71M74Y0K63 (71%, 74%, 0%, 63%)
(0.71 / 0.74 / 0.00 / 0.63)

CMYK percentages

%71.28
%74.47
%0
%63.14

Codes

Color #1B185E in popluar color models

1B 18 5E
RGB 27 24 94
HSL 243° 59.32% 23.14%
HSB/HSV 243° 74.47% 36.86%
CMYK 71.28% 74.47% 0.00%
63.14%

Color #1B185E in popluar number systems.

HEX 1B 18 5E
Decimal 27 24 94
Binary 11011 11000 1011110
Octal 33 30 136

Shades and tints

Shades of #1B185E

#1B185E
(27,24,94)
#191656
(25,22,86)
#17144E
(23,20,78)
#151246
(21,18,70)
#13103E
(19,16,62)
#110E36
(17,14,54)
#0F0C2E
(15,12,46)
#0D0A26
(13,10,38)
#0B081E
(11,8,30)
#090616
(9,6,22)
#07040E
(7,4,14)
#000000
(0,0,0)

Tints of #1B185E

#1B185E
(27,24,94)
#2F2D6C
(47,45,108)
#43427A
(67,66,122)
#575788
(87,87,136)
#6B6C96
(107,108,150)
#7F81A4
(127,129,164)
#9396B2
(147,150,178)
#A7ABC0
(167,171,192)
#BBC0CE
(187,192,206)
#CFD5DC
(207,213,220)
#E3EAEA
(227,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B185E color. Also use rgb(27,24,94) instead hex code.

Text Font Color

.myTextColor { color: #1B185E; }

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

This text font color is #1B185E.

Background Color

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

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

This div background color is #1B185E.

Border color

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

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

This div border color is #1B185E.

Opacity

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

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

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

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

This text has shadow with #1B185E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B185E.

Preview

Color preview on black background

This text has color #1B185E on black background.


Color preview on white background

This text has color #1B185E on white background.


Black color preview on #1B185E background

This text has black color on #1B185E background.


White color preview on #1B185E background

This text has white color on #1B185E background.


Related colors

Complementary color

Complementary color for #hex is #E4E7A1.


I love getcolorcode.com

Triadic colors

1 #5E1B18 and #185E1B with #1B185E are triadic colors.

2 #5E181B and #181B5E with #1B185E are triadic colors.