COLOR #125696

HEX: #125696
RGB: (18,86,150)

Color info

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

RGB color model

#125696 color RGB value is (18,86,150).

  • red value is 18;
  • green value is 86;
  • blue value is 150.
RGB:
(18,86,150)
(7%,34%,59%)

RGB channels and saturation

R 18 of 255 = 7%
G 86 of 255 = 34%
B 150 of 255 = 59%

18
86
150

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

Portions of RGB colors in percentages

R + G + B =
18 + 86 + 150 = 254 (100%)
R 18 of 254 ~ 7.09%
G 86 of 254 ~ 33.86%
B 150 of 254 ~ 59.06%

%33.86
%59.06

CMYK color model

#125696 color CMYK value is (88,43,0,41).

  • cyan value is 88.00%
  • magenta value is 42.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(88,43,0,41)
C88M43Y0K41 
(88%,43%,0%,41%)
(0.88/0.43/0.00/0.41)	

CMYK percentages

%88
%42.67
%0
%41.18

Codes

Color #125696 in popluar color models

125696
RGB1886150
HSL209°78.57%32.94%
HSB/HSV209°88.00%58.82%
CMYK88.00%42.67%0.00%
41.18%

Color #125696 in popluar number systems.

HEX125696
Decimal1886150
Binary10010101011010010110
Octal22126226

Shades and tints

Shades of #125696

#125696
(18,86,150)
#114F89
(17,79,137)
#10487C
(16,72,124)
#0F416F
(15,65,111)
#0E3A62
(14,58,98)
#0D3355
(13,51,85)
#0C2C48
(12,44,72)
#0B253B
(11,37,59)
#0A1E2E
(10,30,46)
#091721
(9,23,33)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #125696

#125696
(18,86,150)
#27659F
(39,101,159)
#3C74A8
(60,116,168)
#5183B1
(81,131,177)
#6692BA
(102,146,186)
#7BA1C3
(123,161,195)
#90B0CC
(144,176,204)
#A5BFD5
(165,191,213)
#BACEDE
(186,206,222)
#CFDDE7
(207,221,231)
#E4ECF0
(228,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125696 color. Also use rgb(18,86,150) instead hex code.

Text Font Color

.myTextColor { color: #125696; }

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

This text font color is #125696.


Background Color

.myBgColor { background-color: #125696; }

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

This div background color is #125696.


Border color

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

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

This div border color is #125696.


Opacity

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

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

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

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

This text has shadow with #125696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125696 on black background.


Color preview on white background

This text has color #125696 on white background.



Black color preview on #125696 background

This text has black color on #125696 background.


White color preview on #125696 background

This text has white color on #125696 background.