COLOR #125A79

HEX: #125A79
RGB: (18,90,121)

Color info

#125A79 contains mainly green and blue colors. Web safe color of #125A79 is #006666 (or #066).

RGB color model

#125A79 color RGB value is (18,90,121).

  • red value is 18;
  • green value is 90;
  • blue value is 121.
RGB:
(18,90,121)
(7%,35%,47%)

RGB channels and saturation

R 18 of 255 = 7%
G 90 of 255 = 35%
B 121 of 255 = 47%

18
90
121

R + G + B ~ 30%. #125A79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 90 + 121 = 229 (100%)
R 18 of 229 ~ 7.86%
G 90 of 229 ~ 39.3%
B 121 of 229 ~ 52.84%

%39.3
%52.84

CMYK color model

#125A79 color CMYK value is (85,26,0,53).

  • cyan value is 85.12%
  • magenta value is 25.62%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(85,26,0,53)
C85M26Y0K53 
(85%,26%,0%,53%)
(0.85/0.26/0.00/0.53)	

CMYK percentages

%85.12
%25.62
%0
%52.55

Codes

Color #125A79 in popluar color models

125A79
RGB1890121
HSL198°74.10%27.25%
HSB/HSV198°85.12%47.45%
CMYK85.12%25.62%0.00%
52.55%

Color #125A79 in popluar number systems.

HEX125A79
Decimal1890121
Binary1001010110101111001
Octal22132171

Shades and tints

Shades of #125A79

#125A79
(18,90,121)
#11526E
(17,82,110)
#104A63
(16,74,99)
#0F4258
(15,66,88)
#0E3A4D
(14,58,77)
#0D3242
(13,50,66)
#0C2A37
(12,42,55)
#0B222C
(11,34,44)
#0A1A21
(10,26,33)
#091216
(9,18,22)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #125A79

#125A79
(18,90,121)
#276985
(39,105,133)
#3C7891
(60,120,145)
#51879D
(81,135,157)
#6696A9
(102,150,169)
#7BA5B5
(123,165,181)
#90B4C1
(144,180,193)
#A5C3CD
(165,195,205)
#BAD2D9
(186,210,217)
#CFE1E5
(207,225,229)
#E4F0F1
(228,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125A79 color. Also use rgb(18,90,121) instead hex code.

Text Font Color

.myTextColor { color: #125A79; }

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

This text font color is #125A79.


Background Color

.myBgColor { background-color: #125A79; }

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

This div background color is #125A79.


Border color

.myBorderColor { border: 1px solid #125A79; }

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

This div border color is #125A79.


Opacity

.myOpacity80 { color: #125A79; opacity: 0.8; }

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

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

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

This text has shadow with #125A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125A79 on black background.


Color preview on white background

This text has color #125A79 on white background.



Black color preview on #125A79 background

This text has black color on #125A79 background.


White color preview on #125A79 background

This text has white color on #125A79 background.