COLOR #151B4F

HEX: #151B4F RGB: (21,27,79)

Color info

#151B4F contains red, green and blue colors in about the same proportion. Web safe color of #151B4F is #003366 (or #036).

RGB color model

#151B4F color RGB value is (21,27,79).

RGB: (21,27,79) (8%, 11%, 31%)

RGB channels and saturation

R 21 of 255 = 8%
G 27 of 255 = 11%
B 79 of 255 = 31%

21
27
79

R + G + B ~ 17%. #151B4F is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 27 + 79 = 127 (100%)
R 21 of 127 ~ 16.54%
G 27 of 127 ~ 21.26%
B 79 of 127 ~ 62.2'%

%16.54
%21.26
%62.2

CMYK color model

#151B4F color CMYK value is (73,66,0,69).

  • cyan value is 73.42%
  • magenta value is 65.82%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK: (73,66,0,69) C73M66Y0K69 (73%,66%,0%,69%) (0.73/0.66/0.00/0.69) 

CMYK percentages

%73.42
%65.82
%0
%69.02

Codes

Color #151B4F in popluar color models

15 1B 4F
RGB 21 27 79
HSL 234° 58.00% 19.61%
HSB/HSV 234° 73.42% 30.98%
CMYK 73.42% 65.82% 0.00%
69.02%

Color #151B4F in popluar number systems.

HEX 15 1B 4F
Decimal 21 27 79
Binary 10101 11011 1001111
Octal 25 33 117

Shades and tints

Shades of #151B4F

#151B4F
(21,27,79)
#141948
(20,25,72)
#131741
(19,23,65)
#12153A
(18,21,58)
#111333
(17,19,51)
#10112C
(16,17,44)
#0F0F25
(15,15,37)
#0E0D1E
(14,13,30)
#0D0B17
(13,11,23)
#0C0910
(12,9,16)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #151B4F

#151B4F
(21,27,79)
#2A2F5F
(42,47,95)
#3F436F
(63,67,111)
#54577F
(84,87,127)
#696B8F
(105,107,143)
#7E7F9F
(126,127,159)
#9393AF
(147,147,175)
#A8A7BF
(168,167,191)
#BDBBCF
(189,187,207)
#D2CFDF
(210,207,223)
#E7E3EF
(231,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151B4F; }

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

This text font color is #151B4F.

Background Color

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

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

This div background color is #151B4F.

Border color

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

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

This div border color is #151B4F.

Opacity

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

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

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

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

This text has shadow with #151B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #151B4F.

Preview

Color preview on black background

This text has color #151B4F on black background.


Color preview on white background

This text has color #151B4F on white background.


Black color preview on #151B4F background

This text has black color on #151B4F background.


White color preview on #151B4F background

This text has white color on #151B4F background.


Related colors

Complementary color

Complementary color for #hex is #EAE4B0.


I love getcolorcode.com

Triadic colors

1 #4F151B and #1B4F15 with #151B4F are triadic colors.

2 #4F1B15 and #1B154F with #151B4F are triadic colors.