COLOR #121457

HEX: #121457
RGB: (18,20,87)

Color info

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

RGB color model

#121457 color RGB value is (18,20,87).

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

RGB channels and saturation

R 18 of 255 = 7%
G 20 of 255 = 8%
B 87 of 255 = 34%

18
20
87

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

Portions of RGB colors in percentages

R + G + B =
18 + 20 + 87 = 125 (100%)
R 18 of 125 ~ 14.4%
G 20 of 125 ~ 16%
B 87 of 125 ~ 69.6%

%14.4
%16
%69.6

CMYK color model

#121457 color CMYK value is (79,77,0,66).

  • cyan value is 79.31%
  • magenta value is 77.01%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(79,77,0,66)
C79M77Y0K66 
(79%,77%,0%,66%)
(0.79/0.77/0.00/0.66)	

CMYK percentages

%79.31
%77.01
%0
%65.88

Codes

Color #121457 in popluar color models

121457
RGB182087
HSL238°65.71%20.59%
HSB/HSV238°79.31%34.12%
CMYK79.31%77.01%0.00%
65.88%

Color #121457 in popluar number systems.

HEX121457
Decimal182087
Binary10010101001010111
Octal2224127

Shades and tints

Shades of #121457

#121457
(18,20,87)
#111350
(17,19,80)
#101249
(16,18,73)
#0F1142
(15,17,66)
#0E103B
(14,16,59)
#0D0F34
(13,15,52)
#0C0E2D
(12,14,45)
#0B0D26
(11,13,38)
#0A0C1F
(10,12,31)
#090B18
(9,11,24)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #121457

#121457
(18,20,87)
#272966
(39,41,102)
#3C3E75
(60,62,117)
#515384
(81,83,132)
#666893
(102,104,147)
#7B7DA2
(123,125,162)
#9092B1
(144,146,177)
#A5A7C0
(165,167,192)
#BABCCF
(186,188,207)
#CFD1DE
(207,209,222)
#E4E6ED
(228,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121457; }

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

This text font color is #121457.


Background Color

.myBgColor { background-color: #121457; }

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

This div background color is #121457.


Border color

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

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

This div border color is #121457.


Opacity

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

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

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

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

This text has shadow with #121457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121457 on black background.


Color preview on white background

This text has color #121457 on white background.



Black color preview on #121457 background

This text has black color on #121457 background.


White color preview on #121457 background

This text has white color on #121457 background.