COLOR #121451

HEX: #121451
RGB: (18,20,81)

Color info

#121451 contains mainly blue color. Web safe color of #121451 is #000066 (or #006).

RGB color model

#121451 color RGB value is (18,20,81).

  • red value is 18;
  • green value is 20;
  • blue value is 81.
RGB:
(18,20,81)
(7%,8%,32%)

RGB channels and saturation

R 18 of 255 = 7%
G 20 of 255 = 8%
B 81 of 255 = 32%

18
20
81

R + G + B ~ 16%. #121451 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 20 + 81 = 119 (100%)
R 18 of 119 ~ 15.13%
G 20 of 119 ~ 16.81%
B 81 of 119 ~ 68.07%

%15.13
%16.81
%68.07

CMYK color model

#121451 color CMYK value is (78,75,0,68).

  • cyan value is 77.78%
  • magenta value is 75.31%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(78,75,0,68)
C78M75Y0K68 
(78%,75%,0%,68%)
(0.78/0.75/0.00/0.68)	

CMYK percentages

%77.78
%75.31
%0
%68.24

Codes

Color #121451 in popluar color models

121451
RGB182081
HSL238°63.64%19.41%
HSB/HSV238°77.78%31.76%
CMYK77.78%75.31%0.00%
68.24%

Color #121451 in popluar number systems.

HEX121451
Decimal182081
Binary10010101001010001
Octal2224121

Shades and tints

Shades of #121451

#121451
(18,20,81)
#11134A
(17,19,74)
#101243
(16,18,67)
#0F113C
(15,17,60)
#0E1035
(14,16,53)
#0D0F2E
(13,15,46)
#0C0E27
(12,14,39)
#0B0D20
(11,13,32)
#0A0C19
(10,12,25)
#090B12
(9,11,18)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #121451

#121451
(18,20,81)
#272960
(39,41,96)
#3C3E6F
(60,62,111)
#51537E
(81,83,126)
#66688D
(102,104,141)
#7B7D9C
(123,125,156)
#9092AB
(144,146,171)
#A5A7BA
(165,167,186)
#BABCC9
(186,188,201)
#CFD1D8
(207,209,216)
#E4E6E7
(228,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121451 color. Also use rgb(18,20,81) instead hex code.

Text Font Color

.myTextColor { color: #121451; }

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

This text font color is #121451.


Background Color

.myBgColor { background-color: #121451; }

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

This div background color is #121451.


Border color

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

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

This div border color is #121451.


Opacity

.myOpacity80 { color: #121451; opacity: 0.8; }

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

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

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

This text has shadow with #121451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121451 on black background.


Color preview on white background

This text has color #121451 on white background.



Black color preview on #121451 background

This text has black color on #121451 background.


White color preview on #121451 background

This text has white color on #121451 background.