COLOR #124D90

HEX: #124D90
RGB: (18,77,144)

Color info

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

RGB color model

#124D90 color RGB value is (18,77,144).

  • red value is 18;
  • green value is 77;
  • blue value is 144.
RGB:
(18,77,144)
(7%,30%,56%)

RGB channels and saturation

R 18 of 255 = 7%
G 77 of 255 = 30%
B 144 of 255 = 56%

18
77
144

R + G + B ~ 31%. #124D90 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 77 + 144 = 239 (100%)
R 18 of 239 ~ 7.53%
G 77 of 239 ~ 32.22%
B 144 of 239 ~ 60.25%

%32.22
%60.25

CMYK color model

#124D90 color CMYK value is (88,47,0,44).

  • cyan value is 87.50%
  • magenta value is 46.53%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(88,47,0,44)
C88M47Y0K44 
(88%,47%,0%,44%)
(0.88/0.47/0.00/0.44)	

CMYK percentages

%87.5
%46.53
%0
%43.53

Codes

Color #124D90 in popluar color models

124D90
RGB1877144
HSL212°77.78%31.76%
HSB/HSV212°87.50%56.47%
CMYK87.50%46.53%0.00%
43.53%

Color #124D90 in popluar number systems.

HEX124D90
Decimal1877144
Binary10010100110110010000
Octal22115220

Shades and tints

Shades of #124D90

#124D90
(18,77,144)
#114683
(17,70,131)
#103F76
(16,63,118)
#0F3869
(15,56,105)
#0E315C
(14,49,92)
#0D2A4F
(13,42,79)
#0C2342
(12,35,66)
#0B1C35
(11,28,53)
#0A1528
(10,21,40)
#090E1B
(9,14,27)
#08070E
(8,7,14)
#000000
(0,0,0)

Tints of #124D90

#124D90
(18,77,144)
#275D9A
(39,93,154)
#3C6DA4
(60,109,164)
#517DAE
(81,125,174)
#668DB8
(102,141,184)
#7B9DC2
(123,157,194)
#90ADCC
(144,173,204)
#A5BDD6
(165,189,214)
#BACDE0
(186,205,224)
#CFDDEA
(207,221,234)
#E4EDF4
(228,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124D90 color. Also use rgb(18,77,144) instead hex code.

Text Font Color

.myTextColor { color: #124D90; }

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

This text font color is #124D90.


Background Color

.myBgColor { background-color: #124D90; }

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

This div background color is #124D90.


Border color

.myBorderColor { border: 1px solid #124D90; }

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

This div border color is #124D90.


Opacity

.myOpacity80 { color: #124D90; opacity: 0.8; }

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

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

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

This text has shadow with #124D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124D90 on black background.


Color preview on white background

This text has color #124D90 on white background.



Black color preview on #124D90 background

This text has black color on #124D90 background.


White color preview on #124D90 background

This text has white color on #124D90 background.