COLOR #122648

HEX: #122648
RGB: (18,38,72)

Color info

#122648 contains red, green and blue colors in about the same proportion. Web safe color of #122648 is #003333 (or #033).

RGB color model

#122648 color RGB value is (18,38,72).

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

RGB channels and saturation

R 18 of 255 = 7%
G 38 of 255 = 15%
B 72 of 255 = 28%

18
38
72

R + G + B ~ 17%. #122648 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 38 + 72 = 128 (100%)
R 18 of 128 ~ 14.06%
G 38 of 128 ~ 29.69%
B 72 of 128 ~ 56.25%

%14.06
%29.69
%56.25

CMYK color model

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

  • cyan value is 75.00%
  • magenta value is 47.22%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(75,47,0,72)
C75M47Y0K72 
(75%,47%,0%,72%)
(0.75/0.47/0.00/0.72)	

CMYK percentages

%75
%47.22
%0
%71.76

Codes

Color #122648 in popluar color models

122648
RGB183872
HSL218°60.00%17.65%
HSB/HSV218°75.00%28.24%
CMYK75.00%47.22%0.00%
71.76%

Color #122648 in popluar number systems.

HEX122648
Decimal183872
Binary100101001101001000
Octal2246110

Shades and tints

Shades of #122648

#122648
(18,38,72)
#112342
(17,35,66)
#10203C
(16,32,60)
#0F1D36
(15,29,54)
#0E1A30
(14,26,48)
#0D172A
(13,23,42)
#0C1424
(12,20,36)
#0B111E
(11,17,30)
#0A0E18
(10,14,24)
#090B12
(9,11,18)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #122648

#122648
(18,38,72)
#273958
(39,57,88)
#3C4C68
(60,76,104)
#515F78
(81,95,120)
#667288
(102,114,136)
#7B8598
(123,133,152)
#9098A8
(144,152,168)
#A5ABB8
(165,171,184)
#BABEC8
(186,190,200)
#CFD1D8
(207,209,216)
#E4E4E8
(228,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122648; }

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

This text font color is #122648.


Background Color

.myBgColor { background-color: #122648; }

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

This div background color is #122648.


Border color

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

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

This div border color is #122648.


Opacity

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

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

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

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

This text has shadow with #122648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122648 on black background.


Color preview on white background

This text has color #122648 on white background.



Black color preview on #122648 background

This text has black color on #122648 background.


White color preview on #122648 background

This text has white color on #122648 background.