COLOR #151B61

HEX: #151B61 RGB: (21,27,97)

Color info

#151B61 contains mainly blue color. Web safe color of #151B61 is #003366 (or #036).

RGB color model

#151B61 color RGB value is (21,27,97).

RGB: (21,27,97) (8%, 11%, 38%)

RGB channels and saturation

R 21 of 255 = 8%
G 27 of 255 = 11%
B 97 of 255 = 38%

21
27
97

R + G + B ~ 19%. #151B61 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 27 + 97 = 145 (100%)
R 21 of 145 ~ 14.48%
G 27 of 145 ~ 18.62%
B 97 of 145 ~ 66.9'%

%14.48
%18.62
%66.9

CMYK color model

#151B61 color CMYK value is (78,72,0,62).

  • cyan value is 78.35%
  • magenta value is 72.16%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (78,72,0,62)
C78M72Y0K62 (78%, 72%, 0%, 62%)
(0.78 / 0.72 / 0.00 / 0.62)

CMYK percentages

%78.35
%72.16
%0
%61.96

Codes

Color #151B61 in popluar color models

15 1B 61
RGB 21 27 97
HSL 235° 64.41% 23.14%
HSB/HSV 235° 78.35% 38.04%
CMYK 78.35% 72.16% 0.00%
61.96%

Color #151B61 in popluar number systems.

HEX 15 1B 61
Decimal 21 27 97
Binary 10101 11011 1100001
Octal 25 33 141

Shades and tints

Shades of #151B61

#151B61
(21,27,97)
#141959
(20,25,89)
#131751
(19,23,81)
#121549
(18,21,73)
#111341
(17,19,65)
#101139
(16,17,57)
#0F0F31
(15,15,49)
#0E0D29
(14,13,41)
#0D0B21
(13,11,33)
#0C0919
(12,9,25)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #151B61

#151B61
(21,27,97)
#2A2F6F
(42,47,111)
#3F437D
(63,67,125)
#54578B
(84,87,139)
#696B99
(105,107,153)
#7E7FA7
(126,127,167)
#9393B5
(147,147,181)
#A8A7C3
(168,167,195)
#BDBBD1
(189,187,209)
#D2CFDF
(210,207,223)
#E7E3ED
(231,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151B61; }

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

This text font color is #151B61.

Background Color

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

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

This div background color is #151B61.

Border color

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

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

This div border color is #151B61.

Opacity

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

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

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

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

This text has shadow with #151B61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #151B61.

Preview

Color preview on black background

This text has color #151B61 on black background.


Color preview on white background

This text has color #151B61 on white background.


Black color preview on #151B61 background

This text has black color on #151B61 background.


White color preview on #151B61 background

This text has white color on #151B61 background.


Related colors

Complementary color

Complementary color for #hex is #EAE49E.


I love getcolorcode.com

Triadic colors

1 #61151B and #1B6115 with #151B61 are triadic colors.

2 #611B15 and #1B1561 with #151B61 are triadic colors.