COLOR #121448

HEX: #121448
RGB: (18,20,72)

Color info

#121448 contains red, green and blue colors in about the same proportion. Web safe color of #121448 is #000033 (or #003).

RGB color model

#121448 color RGB value is (18,20,72).

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

RGB channels and saturation

R 18 of 255 = 7%
G 20 of 255 = 8%
B 72 of 255 = 28%

18
20
72

R + G + B ~ 14%. #121448 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 20 + 72 = 110 (100%)
R 18 of 110 ~ 16.36%
G 20 of 110 ~ 18.18%
B 72 of 110 ~ 65.45%

%16.36
%18.18
%65.45

CMYK color model

#121448 color CMYK value is (75,72,0,72).

  • cyan value is 75.00%
  • magenta value is 72.22%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(75,72,0,72)
C75M72Y0K72 
(75%,72%,0%,72%)
(0.75/0.72/0.00/0.72)	

CMYK percentages

%75
%72.22
%0
%71.76

Codes

Color #121448 in popluar color models

121448
RGB182072
HSL238°60.00%17.65%
HSB/HSV238°75.00%28.24%
CMYK75.00%72.22%0.00%
71.76%

Color #121448 in popluar number systems.

HEX121448
Decimal182072
Binary10010101001001000
Octal2224110

Shades and tints

Shades of #121448

#121448
(18,20,72)
#111342
(17,19,66)
#10123C
(16,18,60)
#0F1136
(15,17,54)
#0E1030
(14,16,48)
#0D0F2A
(13,15,42)
#0C0E24
(12,14,36)
#0B0D1E
(11,13,30)
#0A0C18
(10,12,24)
#090B12
(9,11,18)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #121448

#121448
(18,20,72)
#272958
(39,41,88)
#3C3E68
(60,62,104)
#515378
(81,83,120)
#666888
(102,104,136)
#7B7D98
(123,125,152)
#9092A8
(144,146,168)
#A5A7B8
(165,167,184)
#BABCC8
(186,188,200)
#CFD1D8
(207,209,216)
#E4E6E8
(228,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121448; }

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

This text font color is #121448.


Background Color

.myBgColor { background-color: #121448; }

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

This div background color is #121448.


Border color

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

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

This div border color is #121448.


Opacity

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

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

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

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

This text has shadow with #121448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121448 on black background.


Color preview on white background

This text has color #121448 on white background.



Black color preview on #121448 background

This text has black color on #121448 background.


White color preview on #121448 background

This text has white color on #121448 background.