COLOR #1B444E

HEX: #1B444E
RGB: (27,68,78)

Color info

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

RGB color model

#1B444E color RGB value is (27,68,78).

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

RGB channels and saturation

R 27 of 255 = 11%
G 68 of 255 = 27%
B 78 of 255 = 31%

27
68
78

R + G + B ~ 23%. #1B444E is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 68 + 78 = 173 (100%)
R 27 of 173 ~ 15.61%
G 68 of 173 ~ 39.31%
B 78 of 173 ~ 45.09%

%15.61
%39.31
%45.09

CMYK color model

#1B444E color CMYK value is (65,13,0,69).

  • cyan value is 65.38%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(65,13,0,69)
C65M13Y0K69 
(65%,13%,0%,69%)
(0.65/0.13/0.00/0.69)	

CMYK percentages

%65.38
%12.82
%0
%69.41

Codes

Color #1B444E in popluar color models

1B444E
RGB276878
HSL192°48.57%20.59%
HSB/HSV192°65.38%30.59%
CMYK65.38%12.82%0.00%
69.41%

Color #1B444E in popluar number systems.

HEX1B444E
Decimal276878
Binary1101110001001001110
Octal33104116

Shades and tints

Shades of #1B444E

#1B444E
(27,68,78)
#193E47
(25,62,71)
#173840
(23,56,64)
#153239
(21,50,57)
#132C32
(19,44,50)
#11262B
(17,38,43)
#0F2024
(15,32,36)
#0D1A1D
(13,26,29)
#0B1416
(11,20,22)
#090E0F
(9,14,15)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #1B444E

#1B444E
(27,68,78)
#2F555E
(47,85,94)
#43666E
(67,102,110)
#57777E
(87,119,126)
#6B888E
(107,136,142)
#7F999E
(127,153,158)
#93AAAE
(147,170,174)
#A7BBBE
(167,187,190)
#BBCCCE
(187,204,206)
#CFDDDE
(207,221,222)
#E3EEEE
(227,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B444E; }

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

This text font color is #1B444E.


Background Color

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

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

This div background color is #1B444E.


Border color

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

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

This div border color is #1B444E.


Opacity

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

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

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

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

This text has shadow with #1B444E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B444E on black background.


Color preview on white background

This text has color #1B444E on white background.



Black color preview on #1B444E background

This text has black color on #1B444E background.


White color preview on #1B444E background

This text has white color on #1B444E background.