COLOR #122581

HEX: #122581
RGB: (18,37,129)

Color info

#122581 contains mainly blue color. Web safe color of #122581 is #003399 (or #039).

RGB color model

#122581 color RGB value is (18,37,129).

  • red value is 18;
  • green value is 37;
  • blue value is 129.
RGB:
(18,37,129)
(7%,15%,51%)

RGB channels and saturation

R 18 of 255 = 7%
G 37 of 255 = 15%
B 129 of 255 = 51%

18
37
129

R + G + B ~ 24%. #122581 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 37 + 129 = 184 (100%)
R 18 of 184 ~ 9.78%
G 37 of 184 ~ 20.11%
B 129 of 184 ~ 70.11%

%9.78
%20.11
%70.11

CMYK color model

#122581 color CMYK value is (86,71,0,49).

  • cyan value is 86.05%
  • magenta value is 71.32%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(86,71,0,49)
C86M71Y0K49 
(86%,71%,0%,49%)
(0.86/0.71/0.00/0.49)	

CMYK percentages

%86.05
%71.32
%0
%49.41

Codes

Color #122581 in popluar color models

122581
RGB1837129
HSL230°75.51%28.82%
HSB/HSV230°86.05%50.59%
CMYK86.05%71.32%0.00%
49.41%

Color #122581 in popluar number systems.

HEX122581
Decimal1837129
Binary1001010010110000001
Octal2245201

Shades and tints

Shades of #122581

#122581
(18,37,129)
#112276
(17,34,118)
#101F6B
(16,31,107)
#0F1C60
(15,28,96)
#0E1955
(14,25,85)
#0D164A
(13,22,74)
#0C133F
(12,19,63)
#0B1034
(11,16,52)
#0A0D29
(10,13,41)
#090A1E
(9,10,30)
#080713
(8,7,19)
#000000
(0,0,0)

Tints of #122581

#122581
(18,37,129)
#27388C
(39,56,140)
#3C4B97
(60,75,151)
#515EA2
(81,94,162)
#6671AD
(102,113,173)
#7B84B8
(123,132,184)
#9097C3
(144,151,195)
#A5AACE
(165,170,206)
#BABDD9
(186,189,217)
#CFD0E4
(207,208,228)
#E4E3EF
(228,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122581 color. Also use rgb(18,37,129) instead hex code.

Text Font Color

.myTextColor { color: #122581; }

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

This text font color is #122581.


Background Color

.myBgColor { background-color: #122581; }

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

This div background color is #122581.


Border color

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

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

This div border color is #122581.


Opacity

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

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

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

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

This text has shadow with #122581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122581 on black background.


Color preview on white background

This text has color #122581 on white background.



Black color preview on #122581 background

This text has black color on #122581 background.


White color preview on #122581 background

This text has white color on #122581 background.