COLOR #125D8B

HEX: #125D8B RGB: (18,93,139)

Color info

#125D8B contains mainly green and blue colors. Web safe color of #125D8B is #006699 (or #069).

RGB color model

#125D8B color RGB value is (18,93,139).

RGB: (18,93,139) (7%, 36%, 55%)

RGB channels and saturation

R 18 of 255 = 7%
G 93 of 255 = 36%
B 139 of 255 = 55%

18
93
139

R + G + B ~ 33%. #125D8B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 93 + 139 = 250 (100%)
R 18 of 250 ~ 7.2%
G 93 of 250 ~ 37.2%
B 139 of 250 ~ 55.6'%

%37.2
%55.6

CMYK color model

#125D8B color CMYK value is (87,33,0,45).

  • cyan value is 87.05%
  • magenta value is 33.09%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (87,33,0,45)
C87M33Y0K45 (87%, 33%, 0%, 45%)
(0.87 / 0.33 / 0.00 / 0.45)

CMYK percentages

%87.05
%33.09
%0
%45.49

Codes

Color #125D8B in popluar color models

12 5D 8B
RGB 18 93 139
HSL 203° 77.07% 30.78%
HSB/HSV 203° 87.05% 54.51%
CMYK 87.05% 33.09% 0.00%
45.49%

Color #125D8B in popluar number systems.

HEX 12 5D 8B
Decimal 18 93 139
Binary 10010 1011101 10001011
Octal 22 135 213

Shades and tints

Shades of #125D8B

#125D8B
(18,93,139)
#11557F
(17,85,127)
#104D73
(16,77,115)
#0F4567
(15,69,103)
#0E3D5B
(14,61,91)
#0D354F
(13,53,79)
#0C2D43
(12,45,67)
#0B2537
(11,37,55)
#0A1D2B
(10,29,43)
#09151F
(9,21,31)
#080D13
(8,13,19)
#000000
(0,0,0)

Tints of #125D8B

#125D8B
(18,93,139)
#276B95
(39,107,149)
#3C799F
(60,121,159)
#5187A9
(81,135,169)
#6695B3
(102,149,179)
#7BA3BD
(123,163,189)
#90B1C7
(144,177,199)
#A5BFD1
(165,191,209)
#BACDDB
(186,205,219)
#CFDBE5
(207,219,229)
#E4E9EF
(228,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125D8B; }

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

This text font color is #125D8B.

Background Color

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

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

This div background color is #125D8B.

Border color

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

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

This div border color is #125D8B.

Opacity

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

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

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

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

This text has shadow with #125D8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #125D8B.

Preview

Color preview on black background

This text has color #125D8B on black background.


Color preview on white background

This text has color #125D8B on white background.


Black color preview on #125D8B background

This text has black color on #125D8B background.


White color preview on #125D8B background

This text has white color on #125D8B background.


Related colors

Complementary color

Complementary color for #hex is #EDA274.


I love getcolorcode.com

Triadic colors

1 #8B125D and #5D8B12 with #125D8B are triadic colors.

2 #8B5D12 and #5D128B with #125D8B are triadic colors.