COLOR #1B253C

HEX: #1B253C RGB: (27,37,60)

Color info

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

RGB color model

#1B253C color RGB value is (27,37,60).

RGB: (27,37,60) (11%, 15%, 24%)

RGB channels and saturation

R 27 of 255 = 11%
G 37 of 255 = 15%
B 60 of 255 = 24%

27
37
60

R + G + B ~ 17%. #1B253C is dark color.

Portions of RGB colors in percentages

R + G + B = 27 + 37 + 60 = 124 (100%)
R 27 of 124 ~ 21.77%
G 37 of 124 ~ 29.84%
B 60 of 124 ~ 48.39'%

%21.77
%29.84
%48.39

CMYK color model

#1B253C color CMYK value is (55,38,0,76).

  • cyan value is 55.00%
  • magenta value is 38.33%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (55,38,0,76)
C55M38Y0K76 (55%, 38%, 0%, 76%)
(0.55 / 0.38 / 0.00 / 0.76)

CMYK percentages

%55
%38.33
%0
%76.47

Codes

Color #1B253C in popluar color models

1B 25 3C
RGB 27 37 60
HSL 222° 37.93% 17.06%
HSB/HSV 222° 55.00% 23.53%
CMYK 55.00% 38.33% 0.00%
76.47%

Color #1B253C in popluar number systems.

HEX 1B 25 3C
Decimal 27 37 60
Binary 11011 100101 111100
Octal 33 45 74

Shades and tints

Shades of #1B253C

#1B253C
(27,37,60)
#192237
(25,34,55)
#171F32
(23,31,50)
#151C2D
(21,28,45)
#131928
(19,25,40)
#111623
(17,22,35)
#0F131E
(15,19,30)
#0D1019
(13,16,25)
#0B0D14
(11,13,20)
#090A0F
(9,10,15)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #1B253C

#1B253C
(27,37,60)
#2F384D
(47,56,77)
#434B5E
(67,75,94)
#575E6F
(87,94,111)
#6B7180
(107,113,128)
#7F8491
(127,132,145)
#9397A2
(147,151,162)
#A7AAB3
(167,170,179)
#BBBDC4
(187,189,196)
#CFD0D5
(207,208,213)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B253C; }

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

This text font color is #1B253C.

Background Color

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

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

This div background color is #1B253C.

Border color

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

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

This div border color is #1B253C.

Opacity

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

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

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

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

This text has shadow with #1B253C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1B253C.

Preview

Color preview on black background

This text has color #1B253C on black background.


Color preview on white background

This text has color #1B253C on white background.


Black color preview on #1B253C background

This text has black color on #1B253C background.


White color preview on #1B253C background

This text has white color on #1B253C background.


Related colors

Complementary color

Complementary color for #hex is #E4DAC3.


I love getcolorcode.com

Triadic colors

1 #3C1B25 and #253C1B with #1B253C are triadic colors.

2 #3C251B and #251B3C with #1B253C are triadic colors.