COLOR #151B3E

HEX: #151B3E
RGB: (21,27,62)

Color info

#151B3E contains red, green and blue colors in about the same proportion. Web safe color of #151B3E is #003333 (or #033).

RGB color model

#151B3E color RGB value is (21,27,62).

  • red value is 21;
  • green value is 27;
  • blue value is 62.
RGB:
(21,27,62)
(8%,11%,24%)

RGB channels and saturation

R 21 of 255 = 8%
G 27 of 255 = 11%
B 62 of 255 = 24%

21
27
62

R + G + B ~ 14%. #151B3E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 27 + 62 = 110 (100%)
R 21 of 110 ~ 19.09%
G 27 of 110 ~ 24.55%
B 62 of 110 ~ 56.36%

%19.09
%24.55
%56.36

CMYK color model

#151B3E color CMYK value is (66,56,0,76).

  • cyan value is 66.13%
  • magenta value is 56.45%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(66,56,0,76)
C66M56Y0K76 
(66%,56%,0%,76%)
(0.66/0.56/0.00/0.76)	

CMYK percentages

%66.13
%56.45
%0
%75.69

Codes

Color #151B3E in popluar color models

151B3E
RGB212762
HSL231°49.40%16.27%
HSB/HSV231°66.13%24.31%
CMYK66.13%56.45%0.00%
75.69%

Color #151B3E in popluar number systems.

HEX151B3E
Decimal212762
Binary1010111011111110
Octal253376

Shades and tints

Shades of #151B3E

#151B3E
(21,27,62)
#141939
(20,25,57)
#131734
(19,23,52)
#12152F
(18,21,47)
#11132A
(17,19,42)
#101125
(16,17,37)
#0F0F20
(15,15,32)
#0E0D1B
(14,13,27)
#0D0B16
(13,11,22)
#0C0911
(12,9,17)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #151B3E

#151B3E
(21,27,62)
#2A2F4F
(42,47,79)
#3F4360
(63,67,96)
#545771
(84,87,113)
#696B82
(105,107,130)
#7E7F93
(126,127,147)
#9393A4
(147,147,164)
#A8A7B5
(168,167,181)
#BDBBC6
(189,187,198)
#D2CFD7
(210,207,215)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #151B3E color. Also use rgb(21,27,62) instead hex code.

Text Font Color

.myTextColor { color: #151B3E; }

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

This text font color is #151B3E.


Background Color

.myBgColor { background-color: #151B3E; }

<div style="background-color:#151B3E">Inner text</div>

This div background color is #151B3E.


Border color

.myBorderColor { border: 1px solid #151B3E; }

<div style="border:3px solid #151B3E">Div</div>

This div border color is #151B3E.


Opacity

.myOpacity80 { color: #151B3E; opacity: 0.8; }

<p style="color:#151B3E;opacity:0.8;">80%</p>

Text with #151B3E 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 #151B3E;}

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

This text has shadow with #151B3E color.

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

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

This text has shadow with #151B3E primary color and red secondary color.


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

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

This text has shadow with #151B3E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151B3E on black background.


Color preview on white background

This text has color #151B3E on white background.



Black color preview on #151B3E background

This text has black color on #151B3E background.


White color preview on #151B3E background

This text has white color on #151B3E background.