COLOR #251B61

HEX: #251B61
RGB: (37,27,97)

Color info

#251B61 contains mainly blue color. Web safe color of #251B61 is #333366 (or #336).

RGB color model

#251B61 color RGB value is (37,27,97).

  • red value is 37;
  • green value is 27;
  • blue value is 97.
RGB:
(37,27,97)
(15%,11%,38%)

RGB channels and saturation

R 37 of 255 = 15%
G 27 of 255 = 11%
B 97 of 255 = 38%

37
27
97

R + G + B ~ 21%. #251B61 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 27 + 97 = 161 (100%)
R 37 of 161 ~ 22.98%
G 27 of 161 ~ 16.77%
B 97 of 161 ~ 60.25%

%22.98
%16.77
%60.25

CMYK color model

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

  • cyan value is 61.86%
  • magenta value is 72.16%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(62,72,0,62)
C62M72Y0K62 
(62%,72%,0%,62%)
(0.62/0.72/0.00/0.62)	

CMYK percentages

%61.86
%72.16
%0
%61.96

Codes

Color #251B61 in popluar color models

251B61
RGB372797
HSL249°56.45%24.31%
HSB/HSV249°72.16%38.04%
CMYK61.86%72.16%0.00%
61.96%

Color #251B61 in popluar number systems.

HEX251B61
Decimal372797
Binary100101110111100001
Octal4533141

Shades and tints

Shades of #251B61

#251B61
(37,27,97)
#221959
(34,25,89)
#1F1751
(31,23,81)
#1C1549
(28,21,73)
#191341
(25,19,65)
#161139
(22,17,57)
#130F31
(19,15,49)
#100D29
(16,13,41)
#0D0B21
(13,11,33)
#0A0919
(10,9,25)
#070711
(7,7,17)
#000000
(0,0,0)

Tints of #251B61

#251B61
(37,27,97)
#382F6F
(56,47,111)
#4B437D
(75,67,125)
#5E578B
(94,87,139)
#716B99
(113,107,153)
#847FA7
(132,127,167)
#9793B5
(151,147,181)
#AAA7C3
(170,167,195)
#BDBBD1
(189,187,209)
#D0CFDF
(208,207,223)
#E3E3ED
(227,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #251B61; }

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

This text font color is #251B61.


Background Color

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

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

This div background color is #251B61.


Border color

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

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

This div border color is #251B61.


Opacity

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

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

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

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

This text has shadow with #251B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #251B61 on black background.


Color preview on white background

This text has color #251B61 on white background.



Black color preview on #251B61 background

This text has black color on #251B61 background.


White color preview on #251B61 background

This text has white color on #251B61 background.