COLOR #1B5795

HEX: #1B5795 RGB: (27,87,149)

Color info

#1B5795 contains mainly blue color. Web safe color of #1B5795 is #336699 (or #369).

RGB color model

#1B5795 color RGB value is (27,87,149).

RGB: (27,87,149) (11%, 34%, 58%)

RGB channels and saturation

R 27 of 255 = 11%
G 87 of 255 = 34%
B 149 of 255 = 58%

27
87
149

R + G + B ~ 34%. #1B5795 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 87 + 149 = 263 (100%)
R 27 of 263 ~ 10.27%
G 87 of 263 ~ 33.08%
B 149 of 263 ~ 56.65'%

%33.08
%56.65

CMYK color model

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

  • cyan value is 81.88%
  • magenta value is 41.61%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (82,42,0,42)
C82M42Y0K42 (82%, 42%, 0%, 42%)
(0.82 / 0.42 / 0.00 / 0.42)

CMYK percentages

%81.88
%41.61
%0
%41.57

Codes

Color #1B5795 in popluar color models

1B 57 95
RGB 27 87 149
HSL 210° 69.32% 34.51%
HSB/HSV 210° 81.88% 58.43%
CMYK 81.88% 41.61% 0.00%
41.57%

Color #1B5795 in popluar number systems.

HEX 1B 57 95
Decimal 27 87 149
Binary 11011 1010111 10010101
Octal 33 127 225

Shades and tints

Shades of #1B5795

#1B5795
(27,87,149)
#195088
(25,80,136)
#17497B
(23,73,123)
#15426E
(21,66,110)
#133B61
(19,59,97)
#113454
(17,52,84)
#0F2D47
(15,45,71)
#0D263A
(13,38,58)
#0B1F2D
(11,31,45)
#091820
(9,24,32)
#071113
(7,17,19)
#000000
(0,0,0)

Tints of #1B5795

#1B5795
(27,87,149)
#2F669E
(47,102,158)
#4375A7
(67,117,167)
#5784B0
(87,132,176)
#6B93B9
(107,147,185)
#7FA2C2
(127,162,194)
#93B1CB
(147,177,203)
#A7C0D4
(167,192,212)
#BBCFDD
(187,207,221)
#CFDEE6
(207,222,230)
#E3EDEF
(227,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B5795 color. Also use rgb(27,87,149) instead hex code.

Text Font Color

.myTextColor { color: #1B5795; }

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

This text font color is #1B5795.

Background Color

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

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

This div background color is #1B5795.

Border color

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

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

This div border color is #1B5795.

Opacity

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

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

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

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

This text has shadow with #1B5795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B5795.

Preview

Color preview on black background

This text has color #1B5795 on black background.


Color preview on white background

This text has color #1B5795 on white background.


Black color preview on #1B5795 background

This text has black color on #1B5795 background.


White color preview on #1B5795 background

This text has white color on #1B5795 background.


Related colors

Complementary color

Complementary color for #hex is #E4A86A.


I love getcolorcode.com

Triadic colors

1 #951B57 and #57951B with #1B5795 are triadic colors.

2 #95571B and #571B95 with #1B5795 are triadic colors.