COLOR #125B9D

HEX: #125B9D
RGB: (18,91,157)

Color info

#125B9D contains mainly blue color. Web safe color of #125B9D is #006699 (or #069).

RGB color model

#125B9D color RGB value is (18,91,157).

  • red value is 18;
  • green value is 91;
  • blue value is 157.
RGB:
(18,91,157)
(7%,36%,62%)

RGB channels and saturation

R 18 of 255 = 7%
G 91 of 255 = 36%
B 157 of 255 = 62%

18
91
157

R + G + B ~ 35%. #125B9D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 91 + 157 = 266 (100%)
R 18 of 266 ~ 6.77%
G 91 of 266 ~ 34.21%
B 157 of 266 ~ 59.02%

%34.21
%59.02

CMYK color model

#125B9D color CMYK value is (89,42,0,38).

  • cyan value is 88.54%
  • magenta value is 42.04%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(89,42,0,38)
C89M42Y0K38 
(89%,42%,0%,38%)
(0.89/0.42/0.00/0.38)	

CMYK percentages

%88.54
%42.04
%0
%38.43

Codes

Color #125B9D in popluar color models

125B9D
RGB1891157
HSL208°79.43%34.31%
HSB/HSV208°88.54%61.57%
CMYK88.54%42.04%0.00%
38.43%

Color #125B9D in popluar number systems.

HEX125B9D
Decimal1891157
Binary10010101101110011101
Octal22133235

Shades and tints

Shades of #125B9D

#125B9D
(18,91,157)
#11538F
(17,83,143)
#104B81
(16,75,129)
#0F4373
(15,67,115)
#0E3B65
(14,59,101)
#0D3357
(13,51,87)
#0C2B49
(12,43,73)
#0B233B
(11,35,59)
#0A1B2D
(10,27,45)
#09131F
(9,19,31)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #125B9D

#125B9D
(18,91,157)
#2769A5
(39,105,165)
#3C77AD
(60,119,173)
#5185B5
(81,133,181)
#6693BD
(102,147,189)
#7BA1C5
(123,161,197)
#90AFCD
(144,175,205)
#A5BDD5
(165,189,213)
#BACBDD
(186,203,221)
#CFD9E5
(207,217,229)
#E4E7ED
(228,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125B9D; }

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

This text font color is #125B9D.


Background Color

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

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

This div background color is #125B9D.


Border color

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

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

This div border color is #125B9D.


Opacity

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

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

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

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

This text has shadow with #125B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125B9D on black background.


Color preview on white background

This text has color #125B9D on white background.



Black color preview on #125B9D background

This text has black color on #125B9D background.


White color preview on #125B9D background

This text has white color on #125B9D background.