COLOR #125A7D

HEX: #125A7D RGB: (18,90,125)

Color info

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

RGB color model

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

RGB: (18,90,125) (7%, 35%, 49%)

RGB channels and saturation

R 18 of 255 = 7%
G 90 of 255 = 35%
B 125 of 255 = 49%

18
90
125

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

Portions of RGB colors in percentages

R + G + B = 18 + 90 + 125 = 233 (100%)
R 18 of 233 ~ 7.73%
G 90 of 233 ~ 38.63%
B 125 of 233 ~ 53.65'%

%38.63
%53.65

CMYK color model

#125A7D color CMYK value is (86,28,0,51).

  • cyan value is 85.60%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (86,28,0,51) C86M28Y0K51 (86%,28%,0%,51%) (0.86/0.28/0.00/0.51) 

CMYK percentages

%85.6
%28
%0
%50.98

Codes

Color #125A7D in popluar color models

12 5A 7D
RGB 18 90 125
HSL 200° 74.83% 28.04%
HSB/HSV 200° 85.60% 49.02%
CMYK 85.60% 28.00% 0.00%
50.98%

Color #125A7D in popluar number systems.

HEX 12 5A 7D
Decimal 18 90 125
Binary 10010 1011010 1111101
Octal 22 132 175

Shades and tints

Shades of #125A7D

#125A7D
(18,90,125)
#115272
(17,82,114)
#104A67
(16,74,103)
#0F425C
(15,66,92)
#0E3A51
(14,58,81)
#0D3246
(13,50,70)
#0C2A3B
(12,42,59)
#0B2230
(11,34,48)
#0A1A25
(10,26,37)
#09121A
(9,18,26)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #125A7D

#125A7D
(18,90,125)
#276988
(39,105,136)
#3C7893
(60,120,147)
#51879E
(81,135,158)
#6696A9
(102,150,169)
#7BA5B4
(123,165,180)
#90B4BF
(144,180,191)
#A5C3CA
(165,195,202)
#BAD2D5
(186,210,213)
#CFE1E0
(207,225,224)
#E4F0EB
(228,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125A7D; }

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

This text font color is #125A7D.

Background Color

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

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

This div background color is #125A7D.

Border color

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

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

This div border color is #125A7D.

Opacity

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

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

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

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

This text has shadow with #125A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #125A7D.

Preview

Color preview on black background

This text has color #125A7D on black background.


Color preview on white background

This text has color #125A7D on white background.


Black color preview on #125A7D background

This text has black color on #125A7D background.


White color preview on #125A7D background

This text has white color on #125A7D background.


Related colors

Complementary color

Complementary color for #hex is #EDA582.


I love getcolorcode.com

Triadic colors

1 #7D125A and #5A7D12 with #125A7D are triadic colors.

2 #7D5A12 and #5A127D with #125A7D are triadic colors.