COLOR #121463

HEX: #121463
RGB: (18,20,99)

Color info

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

RGB color model

#121463 color RGB value is (18,20,99).

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

RGB channels and saturation

R 18 of 255 = 7%
G 20 of 255 = 8%
B 99 of 255 = 39%

18
20
99

R + G + B ~ 18%. #121463 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 20 + 99 = 137 (100%)
R 18 of 137 ~ 13.14%
G 20 of 137 ~ 14.6%
B 99 of 137 ~ 72.26%

%13.14
%14.6
%72.26

CMYK color model

#121463 color CMYK value is (82,80,0,61).

  • cyan value is 81.82%
  • magenta value is 79.80%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(82,80,0,61)
C82M80Y0K61 
(82%,80%,0%,61%)
(0.82/0.80/0.00/0.61)	

CMYK percentages

%81.82
%79.8
%0
%61.18

Codes

Color #121463 in popluar color models

121463
RGB182099
HSL239°69.23%22.94%
HSB/HSV239°81.82%38.82%
CMYK81.82%79.80%0.00%
61.18%

Color #121463 in popluar number systems.

HEX121463
Decimal182099
Binary10010101001100011
Octal2224143

Shades and tints

Shades of #121463

#121463
(18,20,99)
#11135A
(17,19,90)
#101251
(16,18,81)
#0F1148
(15,17,72)
#0E103F
(14,16,63)
#0D0F36
(13,15,54)
#0C0E2D
(12,14,45)
#0B0D24
(11,13,36)
#0A0C1B
(10,12,27)
#090B12
(9,11,18)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #121463

#121463
(18,20,99)
#272971
(39,41,113)
#3C3E7F
(60,62,127)
#51538D
(81,83,141)
#66689B
(102,104,155)
#7B7DA9
(123,125,169)
#9092B7
(144,146,183)
#A5A7C5
(165,167,197)
#BABCD3
(186,188,211)
#CFD1E1
(207,209,225)
#E4E6EF
(228,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121463; }

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

This text font color is #121463.


Background Color

.myBgColor { background-color: #121463; }

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

This div background color is #121463.


Border color

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

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

This div border color is #121463.


Opacity

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

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

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

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

This text has shadow with #121463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121463 on black background.


Color preview on white background

This text has color #121463 on white background.



Black color preview on #121463 background

This text has black color on #121463 background.


White color preview on #121463 background

This text has white color on #121463 background.