COLOR #124859

HEX: #124859
RGB: (18,72,89)

Color info

#124859 contains mainly green and blue colors. Web safe color of #124859 is #003366 (or #036).

RGB color model

#124859 color RGB value is (18,72,89).

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

RGB channels and saturation

R 18 of 255 = 7%
G 72 of 255 = 28%
B 89 of 255 = 35%

18
72
89

R + G + B ~ 23%. #124859 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 72 + 89 = 179 (100%)
R 18 of 179 ~ 10.06%
G 72 of 179 ~ 40.22%
B 89 of 179 ~ 49.72%

%10.06
%40.22
%49.72

CMYK color model

#124859 color CMYK value is (80,19,0,65).

  • cyan value is 79.78%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(80,19,0,65)
C80M19Y0K65 
(80%,19%,0%,65%)
(0.80/0.19/0.00/0.65)	

CMYK percentages

%79.78
%19.1
%0
%65.1

Codes

Color #124859 in popluar color models

124859
RGB187289
HSL194°66.36%20.98%
HSB/HSV194°79.78%34.90%
CMYK79.78%19.10%0.00%
65.10%

Color #124859 in popluar number systems.

HEX124859
Decimal187289
Binary1001010010001011001
Octal22110131

Shades and tints

Shades of #124859

#124859
(18,72,89)
#114251
(17,66,81)
#103C49
(16,60,73)
#0F3641
(15,54,65)
#0E3039
(14,48,57)
#0D2A31
(13,42,49)
#0C2429
(12,36,41)
#0B1E21
(11,30,33)
#0A1819
(10,24,25)
#091211
(9,18,17)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #124859

#124859
(18,72,89)
#275868
(39,88,104)
#3C6877
(60,104,119)
#517886
(81,120,134)
#668895
(102,136,149)
#7B98A4
(123,152,164)
#90A8B3
(144,168,179)
#A5B8C2
(165,184,194)
#BAC8D1
(186,200,209)
#CFD8E0
(207,216,224)
#E4E8EF
(228,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124859; }

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

This text font color is #124859.


Background Color

.myBgColor { background-color: #124859; }

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

This div background color is #124859.


Border color

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

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

This div border color is #124859.


Opacity

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

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

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

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

This text has shadow with #124859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124859 on black background.


Color preview on white background

This text has color #124859 on white background.



Black color preview on #124859 background

This text has black color on #124859 background.


White color preview on #124859 background

This text has white color on #124859 background.