COLOR #1B2F74

HEX: #1B2F74
RGB: (27,47,116)

Color info

#1B2F74 contains mainly blue color. Web safe color of #1B2F74 is #333366 (or #336).

RGB color model

#1B2F74 color RGB value is (27,47,116).

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

RGB channels and saturation

R 27 of 255 = 11%
G 47 of 255 = 18%
B 116 of 255 = 45%

27
47
116

R + G + B ~ 25%. #1B2F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 47 + 116 = 190 (100%)
R 27 of 190 ~ 14.21%
G 47 of 190 ~ 24.74%
B 116 of 190 ~ 61.05%

%14.21
%24.74
%61.05

CMYK color model

#1B2F74 color CMYK value is (77,59,0,55).

  • cyan value is 76.72%
  • magenta value is 59.48%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(77,59,0,55)
C77M59Y0K55 
(77%,59%,0%,55%)
(0.77/0.59/0.00/0.55)	

CMYK percentages

%76.72
%59.48
%0
%54.51

Codes

Color #1B2F74 in popluar color models

1B2F74
RGB2747116
HSL227°62.24%28.04%
HSB/HSV227°76.72%45.49%
CMYK76.72%59.48%0.00%
54.51%

Color #1B2F74 in popluar number systems.

HEX1B2F74
Decimal2747116
Binary110111011111110100
Octal3357164

Shades and tints

Shades of #1B2F74

#1B2F74
(27,47,116)
#192B6A
(25,43,106)
#172760
(23,39,96)
#152356
(21,35,86)
#131F4C
(19,31,76)
#111B42
(17,27,66)
#0F1738
(15,23,56)
#0D132E
(13,19,46)
#0B0F24
(11,15,36)
#090B1A
(9,11,26)
#070710
(7,7,16)
#000000
(0,0,0)

Tints of #1B2F74

#1B2F74
(27,47,116)
#2F4180
(47,65,128)
#43538C
(67,83,140)
#576598
(87,101,152)
#6B77A4
(107,119,164)
#7F89B0
(127,137,176)
#939BBC
(147,155,188)
#A7ADC8
(167,173,200)
#BBBFD4
(187,191,212)
#CFD1E0
(207,209,224)
#E3E3EC
(227,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1B2F74; }

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

This text font color is #1B2F74.


Background Color

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

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

This div background color is #1B2F74.


Border color

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

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

This div border color is #1B2F74.


Opacity

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

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

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

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

This text has shadow with #1B2F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B2F74 on black background.


Color preview on white background

This text has color #1B2F74 on white background.



Black color preview on #1B2F74 background

This text has black color on #1B2F74 background.


White color preview on #1B2F74 background

This text has white color on #1B2F74 background.