COLOR #125273

HEX: #125273
RGB: (18,82,115)

Color info

#125273 contains mainly green and blue colors. Web safe color of #125273 is #006666 (or #066).

RGB color model

#125273 color RGB value is (18,82,115).

  • red value is 18;
  • green value is 82;
  • blue value is 115.
RGB:
(18,82,115)
(7%,32%,45%)

RGB channels and saturation

R 18 of 255 = 7%
G 82 of 255 = 32%
B 115 of 255 = 45%

18
82
115

R + G + B ~ 28%. #125273 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 82 + 115 = 215 (100%)
R 18 of 215 ~ 8.37%
G 82 of 215 ~ 38.14%
B 115 of 215 ~ 53.49%

%38.14
%53.49

CMYK color model

#125273 color CMYK value is (84,29,0,55).

  • cyan value is 84.35%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(84,29,0,55)
C84M29Y0K55 
(84%,29%,0%,55%)
(0.84/0.29/0.00/0.55)	

CMYK percentages

%84.35
%28.7
%0
%54.9

Codes

Color #125273 in popluar color models

125273
RGB1882115
HSL200°72.93%26.08%
HSB/HSV200°84.35%45.10%
CMYK84.35%28.70%0.00%
54.90%

Color #125273 in popluar number systems.

HEX125273
Decimal1882115
Binary1001010100101110011
Octal22122163

Shades and tints

Shades of #125273

#125273
(18,82,115)
#114B69
(17,75,105)
#10445F
(16,68,95)
#0F3D55
(15,61,85)
#0E364B
(14,54,75)
#0D2F41
(13,47,65)
#0C2837
(12,40,55)
#0B212D
(11,33,45)
#0A1A23
(10,26,35)
#091319
(9,19,25)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #125273

#125273
(18,82,115)
#27617F
(39,97,127)
#3C708B
(60,112,139)
#517F97
(81,127,151)
#668EA3
(102,142,163)
#7B9DAF
(123,157,175)
#90ACBB
(144,172,187)
#A5BBC7
(165,187,199)
#BACAD3
(186,202,211)
#CFD9DF
(207,217,223)
#E4E8EB
(228,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125273 color. Also use rgb(18,82,115) instead hex code.

Text Font Color

.myTextColor { color: #125273; }

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

This text font color is #125273.


Background Color

.myBgColor { background-color: #125273; }

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

This div background color is #125273.


Border color

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

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

This div border color is #125273.


Opacity

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

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

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

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

This text has shadow with #125273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125273 on black background.


Color preview on white background

This text has color #125273 on white background.



Black color preview on #125273 background

This text has black color on #125273 background.


White color preview on #125273 background

This text has white color on #125273 background.