COLOR #1B4453

HEX: #1B4453
RGB: (27,68,83)

Color info

#1B4453 contains red, green and blue colors in about the same proportion. Web safe color of #1B4453 is #333366 (or #336).

RGB color model

#1B4453 color RGB value is (27,68,83).

  • red value is 27;
  • green value is 68;
  • blue value is 83.
RGB:
(27,68,83)
(11%,27%,33%)

RGB channels and saturation

R 27 of 255 = 11%
G 68 of 255 = 27%
B 83 of 255 = 33%

27
68
83

R + G + B ~ 24%. #1B4453 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 68 + 83 = 178 (100%)
R 27 of 178 ~ 15.17%
G 68 of 178 ~ 38.2%
B 83 of 178 ~ 46.63%

%15.17
%38.2
%46.63

CMYK color model

#1B4453 color CMYK value is (67,18,0,67).

  • cyan value is 67.47%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(67,18,0,67)
C67M18Y0K67 
(67%,18%,0%,67%)
(0.67/0.18/0.00/0.67)	

CMYK percentages

%67.47
%18.07
%0
%67.45

Codes

Color #1B4453 in popluar color models

1B4453
RGB276883
HSL196°50.91%21.57%
HSB/HSV196°67.47%32.55%
CMYK67.47%18.07%0.00%
67.45%

Color #1B4453 in popluar number systems.

HEX1B4453
Decimal276883
Binary1101110001001010011
Octal33104123

Shades and tints

Shades of #1B4453

#1B4453
(27,68,83)
#193E4C
(25,62,76)
#173845
(23,56,69)
#15323E
(21,50,62)
#132C37
(19,44,55)
#112630
(17,38,48)
#0F2029
(15,32,41)
#0D1A22
(13,26,34)
#0B141B
(11,20,27)
#090E14
(9,14,20)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #1B4453

#1B4453
(27,68,83)
#2F5562
(47,85,98)
#436671
(67,102,113)
#577780
(87,119,128)
#6B888F
(107,136,143)
#7F999E
(127,153,158)
#93AAAD
(147,170,173)
#A7BBBC
(167,187,188)
#BBCCCB
(187,204,203)
#CFDDDA
(207,221,218)
#E3EEE9
(227,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B4453 color. Also use rgb(27,68,83) instead hex code.

Text Font Color

.myTextColor { color: #1B4453; }

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

This text font color is #1B4453.


Background Color

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

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

This div background color is #1B4453.


Border color

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

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

This div border color is #1B4453.


Opacity

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

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

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

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

This text has shadow with #1B4453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4453 on black background.


Color preview on white background

This text has color #1B4453 on white background.



Black color preview on #1B4453 background

This text has black color on #1B4453 background.


White color preview on #1B4453 background

This text has white color on #1B4453 background.