COLOR #1B253B

HEX: #1B253B RGB: (27,37,59)

Color info

#1B253B contains red, green and blue colors in about the same proportion. Web safe color of #1B253B is #333333 (or #333).

RGB color model

#1B253B color RGB value is (27,37,59).

RGB: (27,37,59) (11%, 15%, 23%)

RGB channels and saturation

R 27 of 255 = 11%
G 37 of 255 = 15%
B 59 of 255 = 23%

27
37
59

R + G + B ~ 16%. #1B253B is dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 37 + 59 = 123 (100%)
R 27 of 123 ~ 21.95%
G 37 of 123 ~ 30.08%
B 59 of 123 ~ 47.97'%

%21.95
%30.08
%47.97

CMYK color model

#1B253B color CMYK value is (54,37,0,77).

  • cyan value is 54.24%
  • magenta value is 37.29%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (54,37,0,77)
C54M37Y0K77 (54%, 37%, 0%, 77%)
(0.54 / 0.37 / 0.00 / 0.77)

CMYK percentages

%54.24
%37.29
%0
%76.86

Codes

Color #1B253B in popluar color models

1B 25 3B
RGB 27 37 59
HSL 221° 37.21% 16.86%
HSB/HSV 221° 54.24% 23.14%
CMYK 54.24% 37.29% 0.00%
76.86%

Color #1B253B in popluar number systems.

HEX 1B 25 3B
Decimal 27 37 59
Binary 11011 100101 111011
Octal 33 45 73

Shades and tints

Shades of #1B253B

#1B253B
(27,37,59)
#192236
(25,34,54)
#171F31
(23,31,49)
#151C2C
(21,28,44)
#131927
(19,25,39)
#111622
(17,22,34)
#0F131D
(15,19,29)
#0D1018
(13,16,24)
#0B0D13
(11,13,19)
#090A0E
(9,10,14)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #1B253B

#1B253B
(27,37,59)
#2F384C
(47,56,76)
#434B5D
(67,75,93)
#575E6E
(87,94,110)
#6B717F
(107,113,127)
#7F8490
(127,132,144)
#9397A1
(147,151,161)
#A7AAB2
(167,170,178)
#BBBDC3
(187,189,195)
#CFD0D4
(207,208,212)
#E3E3E5
(227,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B253B; }

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

This text font color is #1B253B.

Background Color

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

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

This div background color is #1B253B.

Border color

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

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

This div border color is #1B253B.

Opacity

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

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

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

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

This text has shadow with #1B253B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B253B.

Preview

Color preview on black background

This text has color #1B253B on black background.


Color preview on white background

This text has color #1B253B on white background.


Black color preview on #1B253B background

This text has black color on #1B253B background.


White color preview on #1B253B background

This text has white color on #1B253B background.


Related colors

Complementary color

Complementary color for #hex is #E4DAC4.


I love getcolorcode.com

Triadic colors

1 #3B1B25 and #253B1B with #1B253B are triadic colors.

2 #3B251B and #251B3B with #1B253B are triadic colors.