COLOR #1B4963

HEX: #1B4963
RGB: (27,73,99)

Color info

#1B4963 contains mainly green and blue colors. Web safe color of #1B4963 is #333366 (or #336).

RGB color model

#1B4963 color RGB value is (27,73,99).

  • red value is 27;
  • green value is 73;
  • blue value is 99.
RGB:
(27,73,99)
(11%,29%,39%)

RGB channels and saturation

R 27 of 255 = 11%
G 73 of 255 = 29%
B 99 of 255 = 39%

27
73
99

R + G + B ~ 26%. #1B4963 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 73 + 99 = 199 (100%)
R 27 of 199 ~ 13.57%
G 73 of 199 ~ 36.68%
B 99 of 199 ~ 49.75%

%13.57
%36.68
%49.75

CMYK color model

#1B4963 color CMYK value is (73,26,0,61).

  • cyan value is 72.73%
  • magenta value is 26.26%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(73,26,0,61)
C73M26Y0K61 
(73%,26%,0%,61%)
(0.73/0.26/0.00/0.61)	

CMYK percentages

%72.73
%26.26
%0
%61.18

Codes

Color #1B4963 in popluar color models

1B4963
RGB277399
HSL202°57.14%24.71%
HSB/HSV202°72.73%38.82%
CMYK72.73%26.26%0.00%
61.18%

Color #1B4963 in popluar number systems.

HEX1B4963
Decimal277399
Binary1101110010011100011
Octal33111143

Shades and tints

Shades of #1B4963

#1B4963
(27,73,99)
#19435A
(25,67,90)
#173D51
(23,61,81)
#153748
(21,55,72)
#13313F
(19,49,63)
#112B36
(17,43,54)
#0F252D
(15,37,45)
#0D1F24
(13,31,36)
#0B191B
(11,25,27)
#091312
(9,19,18)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #1B4963

#1B4963
(27,73,99)
#2F5971
(47,89,113)
#43697F
(67,105,127)
#57798D
(87,121,141)
#6B899B
(107,137,155)
#7F99A9
(127,153,169)
#93A9B7
(147,169,183)
#A7B9C5
(167,185,197)
#BBC9D3
(187,201,211)
#CFD9E1
(207,217,225)
#E3E9EF
(227,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B4963 color. Also use rgb(27,73,99) instead hex code.

Text Font Color

.myTextColor { color: #1B4963; }

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

This text font color is #1B4963.


Background Color

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

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

This div background color is #1B4963.


Border color

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

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

This div border color is #1B4963.


Opacity

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

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

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

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

This text has shadow with #1B4963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4963 on black background.


Color preview on white background

This text has color #1B4963 on white background.



Black color preview on #1B4963 background

This text has black color on #1B4963 background.


White color preview on #1B4963 background

This text has white color on #1B4963 background.