COLOR #1B2590

HEX: #1B2590 RGB: (27,37,144)

Color info

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

RGB color model

#1B2590 color RGB value is (27,37,144).

RGB: (27,37,144) (11%, 15%, 56%)

RGB channels and saturation

R 27 of 255 = 11%
G 37 of 255 = 15%
B 144 of 255 = 56%

27
37
144

R + G + B ~ 27%. #1B2590 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 37 + 144 = 208 (100%)
R 27 of 208 ~ 12.98%
G 37 of 208 ~ 17.79%
B 144 of 208 ~ 69.23'%

%12.98
%17.79
%69.23

CMYK color model

#1B2590 color CMYK value is (81,74,0,44).

  • cyan value is 81.25%
  • magenta value is 74.31%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (81,74,0,44) C81M74Y0K44 (81%,74%,0%,44%) (0.81/0.74/0.00/0.44) 

CMYK percentages

%81.25
%74.31
%0
%43.53

Codes

Color #1B2590 in popluar color models

1B 25 90
RGB 27 37 144
HSL 235° 68.42% 33.53%
HSB/HSV 235° 81.25% 56.47%
CMYK 81.25% 74.31% 0.00%
43.53%

Color #1B2590 in popluar number systems.

HEX 1B 25 90
Decimal 27 37 144
Binary 11011 100101 10010000
Octal 33 45 220

Shades and tints

Shades of #1B2590

#1B2590
(27,37,144)
#192283
(25,34,131)
#171F76
(23,31,118)
#151C69
(21,28,105)
#13195C
(19,25,92)
#11164F
(17,22,79)
#0F1342
(15,19,66)
#0D1035
(13,16,53)
#0B0D28
(11,13,40)
#090A1B
(9,10,27)
#07070E
(7,7,14)
#000000
(0,0,0)

Tints of #1B2590

#1B2590
(27,37,144)
#2F389A
(47,56,154)
#434BA4
(67,75,164)
#575EAE
(87,94,174)
#6B71B8
(107,113,184)
#7F84C2
(127,132,194)
#9397CC
(147,151,204)
#A7AAD6
(167,170,214)
#BBBDE0
(187,189,224)
#CFD0EA
(207,208,234)
#E3E3F4
(227,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B2590 color. Also use rgb(27,37,144) instead hex code.

Text Font Color

.myTextColor { color: #1B2590; }

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

This text font color is #1B2590.

Background Color

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

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

This div background color is #1B2590.

Border color

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

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

This div border color is #1B2590.

Opacity

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

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

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

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

This text has shadow with #1B2590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B2590.

Preview

Color preview on black background

This text has color #1B2590 on black background.


Color preview on white background

This text has color #1B2590 on white background.


Black color preview on #1B2590 background

This text has black color on #1B2590 background.


White color preview on #1B2590 background

This text has white color on #1B2590 background.


Related colors

Complementary color

Complementary color for #hex is #E4DA6F.


I love getcolorcode.com

Triadic colors

1 #901B25 and #25901B with #1B2590 are triadic colors.

2 #90251B and #251B90 with #1B2590 are triadic colors.