COLOR #125DAE

HEX: #125DAE
RGB: (18,93,174)

Color info

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

RGB color model

#125DAE color RGB value is (18,93,174).

  • red value is 18;
  • green value is 93;
  • blue value is 174.
RGB:
(18,93,174)
(7%,36%,68%)

RGB channels and saturation

R 18 of 255 = 7%
G 93 of 255 = 36%
B 174 of 255 = 68%

18
93
174

R + G + B ~ 37%. #125DAE is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 93 + 174 = 285 (100%)
R 18 of 285 ~ 6.32%
G 93 of 285 ~ 32.63%
B 174 of 285 ~ 61.05%

%32.63
%61.05

CMYK color model

#125DAE color CMYK value is (90,47,0,32).

  • cyan value is 89.66%
  • magenta value is 46.55%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(90,47,0,32)
C90M47Y0K32 
(90%,47%,0%,32%)
(0.90/0.47/0.00/0.32)	

CMYK percentages

%89.66
%46.55
%0
%31.76

Codes

Color #125DAE in popluar color models

125DAE
RGB1893174
HSL211°81.25%37.65%
HSB/HSV211°89.66%68.24%
CMYK89.66%46.55%0.00%
31.76%

Color #125DAE in popluar number systems.

HEX125DAE
Decimal1893174
Binary10010101110110101110
Octal22135256

Shades and tints

Shades of #125DAE

#125DAE
(18,93,174)
#11559F
(17,85,159)
#104D90
(16,77,144)
#0F4581
(15,69,129)
#0E3D72
(14,61,114)
#0D3563
(13,53,99)
#0C2D54
(12,45,84)
#0B2545
(11,37,69)
#0A1D36
(10,29,54)
#091527
(9,21,39)
#080D18
(8,13,24)
#000000
(0,0,0)

Tints of #125DAE

#125DAE
(18,93,174)
#276BB5
(39,107,181)
#3C79BC
(60,121,188)
#5187C3
(81,135,195)
#6695CA
(102,149,202)
#7BA3D1
(123,163,209)
#90B1D8
(144,177,216)
#A5BFDF
(165,191,223)
#BACDE6
(186,205,230)
#CFDBED
(207,219,237)
#E4E9F4
(228,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125DAE; }

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

This text font color is #125DAE.


Background Color

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

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

This div background color is #125DAE.


Border color

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

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

This div border color is #125DAE.


Opacity

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

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

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

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

This text has shadow with #125DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125DAE on black background.


Color preview on white background

This text has color #125DAE on white background.



Black color preview on #125DAE background

This text has black color on #125DAE background.


White color preview on #125DAE background

This text has white color on #125DAE background.