COLOR #125FA5

HEX: #125FA5
RGB: (18,95,165)

Color info

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

RGB color model

#125FA5 color RGB value is (18,95,165).

  • red value is 18;
  • green value is 95;
  • blue value is 165.
RGB:
(18,95,165)
(7%,37%,65%)

RGB channels and saturation

R 18 of 255 = 7%
G 95 of 255 = 37%
B 165 of 255 = 65%

18
95
165

R + G + B ~ 36%. #125FA5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 95 + 165 = 278 (100%)
R 18 of 278 ~ 6.47%
G 95 of 278 ~ 34.17%
B 165 of 278 ~ 59.35%

%34.17
%59.35

CMYK color model

#125FA5 color CMYK value is (89,42,0,35).

  • cyan value is 89.09%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(89,42,0,35)
C89M42Y0K35 
(89%,42%,0%,35%)
(0.89/0.42/0.00/0.35)	

CMYK percentages

%89.09
%42.42
%0
%35.29

Codes

Color #125FA5 in popluar color models

125FA5
RGB1895165
HSL209°80.33%35.88%
HSB/HSV209°89.09%64.71%
CMYK89.09%42.42%0.00%
35.29%

Color #125FA5 in popluar number systems.

HEX125FA5
Decimal1895165
Binary10010101111110100101
Octal22137245

Shades and tints

Shades of #125FA5

#125FA5
(18,95,165)
#115796
(17,87,150)
#104F87
(16,79,135)
#0F4778
(15,71,120)
#0E3F69
(14,63,105)
#0D375A
(13,55,90)
#0C2F4B
(12,47,75)
#0B273C
(11,39,60)
#0A1F2D
(10,31,45)
#09171E
(9,23,30)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #125FA5

#125FA5
(18,95,165)
#276DAD
(39,109,173)
#3C7BB5
(60,123,181)
#5189BD
(81,137,189)
#6697C5
(102,151,197)
#7BA5CD
(123,165,205)
#90B3D5
(144,179,213)
#A5C1DD
(165,193,221)
#BACFE5
(186,207,229)
#CFDDED
(207,221,237)
#E4EBF5
(228,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125FA5; }

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

This text font color is #125FA5.


Background Color

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

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

This div background color is #125FA5.


Border color

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

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

This div border color is #125FA5.


Opacity

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

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

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

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

This text has shadow with #125FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125FA5 on black background.


Color preview on white background

This text has color #125FA5 on white background.



Black color preview on #125FA5 background

This text has black color on #125FA5 background.


White color preview on #125FA5 background

This text has white color on #125FA5 background.