COLOR #1B2F59

HEX: #1B2F59
RGB: (27,47,89)

Color info

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

RGB color model

#1B2F59 color RGB value is (27,47,89).

  • red value is 27;
  • green value is 47;
  • blue value is 89.
RGB:
(27,47,89)
(11%,18%,35%)

RGB channels and saturation

R 27 of 255 = 11%
G 47 of 255 = 18%
B 89 of 255 = 35%

27
47
89

R + G + B ~ 21%. #1B2F59 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 47 + 89 = 163 (100%)
R 27 of 163 ~ 16.56%
G 47 of 163 ~ 28.83%
B 89 of 163 ~ 54.6%

%16.56
%28.83
%54.6

CMYK color model

#1B2F59 color CMYK value is (70,47,0,65).

  • cyan value is 69.66%
  • magenta value is 47.19%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(70,47,0,65)
C70M47Y0K65 
(70%,47%,0%,65%)
(0.70/0.47/0.00/0.65)	

CMYK percentages

%69.66
%47.19
%0
%65.1

Codes

Color #1B2F59 in popluar color models

1B2F59
RGB274789
HSL221°53.45%22.75%
HSB/HSV221°69.66%34.90%
CMYK69.66%47.19%0.00%
65.10%

Color #1B2F59 in popluar number systems.

HEX1B2F59
Decimal274789
Binary110111011111011001
Octal3357131

Shades and tints

Shades of #1B2F59

#1B2F59
(27,47,89)
#192B51
(25,43,81)
#172749
(23,39,73)
#152341
(21,35,65)
#131F39
(19,31,57)
#111B31
(17,27,49)
#0F1729
(15,23,41)
#0D1321
(13,19,33)
#0B0F19
(11,15,25)
#090B11
(9,11,17)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #1B2F59

#1B2F59
(27,47,89)
#2F4168
(47,65,104)
#435377
(67,83,119)
#576586
(87,101,134)
#6B7795
(107,119,149)
#7F89A4
(127,137,164)
#939BB3
(147,155,179)
#A7ADC2
(167,173,194)
#BBBFD1
(187,191,209)
#CFD1E0
(207,209,224)
#E3E3EF
(227,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B2F59 color. Also use rgb(27,47,89) instead hex code.

Text Font Color

.myTextColor { color: #1B2F59; }

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

This text font color is #1B2F59.


Background Color

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

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

This div background color is #1B2F59.


Border color

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

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

This div border color is #1B2F59.


Opacity

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

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

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

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

This text has shadow with #1B2F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B2F59 on black background.


Color preview on white background

This text has color #1B2F59 on white background.



Black color preview on #1B2F59 background

This text has black color on #1B2F59 background.


White color preview on #1B2F59 background

This text has white color on #1B2F59 background.